Module config

Module config 

Source
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§

hyper_params
model_config

Structs§

StandardModelConfig
The StandardModelConfig struct is a standard implementation of the

Enums§

HyperParam
An enumeration of common HyperParams used in neural network configurations.

Traits§

ExtendedModelConfig
ModelConfiguration
The ModelConfiguration trait extends the RawConfig trait to provide a more robust interface for neural network configurations.
RawConfig
The RawConfig trait defines a basic interface for all configurations used within the framework for neural networks, their layers, and more.