Expand description
This module is dedicated to establishing common interfaces for valid configuration objects while providing a standard implementation to quickly spin up a new model.
Modules§
Structs§
- Standard
Model Config - The
StandardModelConfigstruct is a standard implementation of the
Enums§
- Hyper
Param - An enumeration of common HyperParams used in neural network configurations.
Traits§
- Extended
Model Config - Model
Configuration - The
ModelConfigurationtrait extends theRawConfigtrait to provide a more robust interface for neural network configurations. - RawConfig
- The
RawConfigtrait defines a basic interface for all configurations used within the framework for neural networks, their layers, and more.