Expand description
Core module of the library.
This module contains the core components of the library, including the NN struct and its associated methods.
The NN struct represents a neural network, which is a container of layers that can be trained and used for
various tasks, such as classification, regression, and pattern recognition.
Structs§
- NN
- Represents a neural network.
- Train
Config - Training configuration for
NN
Enums§
- Mininn
Error - Enum representing all possible errors that can occur in the
mininncrate. - NNMode
- Indicate if the neural network is in training or testing mode.
Type Aliases§
- NNResult
- Type alias for Minnin Results