Module core

Module core 

Source
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.
TrainConfig
Training configuration for NN

Enums§

MininnError
Enum representing all possible errors that can occur in the mininn crate.
NNMode
Indicate if the neural network is in training or testing mode.

Type Aliases§

NNResult
Type alias for Minnin Results