Mila
Deep Neural Network Library
|
Configuration interface for the MLP block in the Mila DNN framework. More...
Classes | |
class | Mila::Dnn::MLPConfig |
Configuration class for MLP block. More... | |
Namespaces | |
namespace | Mila |
namespace | Mila::Dnn |
Configuration interface for the MLP block in the Mila DNN framework.
Defines the MLPConfig class, providing a type-safe fluent interface for configuring Multi-Layer Perceptron (MLP) blocks. Inherits from ComponentConfig CRTP base and adds MLP-specific options such as input/output dimensions and activation function types.