Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
MLPConfig.ixx File Reference

Configuration interface for the MLP block in the Mila DNN framework. More...

#include <stdexcept>
#include <vector>
import Dnn.ActivationType;
import Dnn.ComponentConfig;

Classes

class  Mila::Dnn::MLPConfig
 Configuration class for MLP block. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 

Detailed Description

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.