loredart_nn library

Classes

Activation
Activation function class
Dense
Simple fully-connected Layer
Input
Input Layer of Neural Network Transform input List<double> of data into Matrix This Layer is generated by NeuralNetwork and shouldn't be included into the list of model's Layers
Layer
Base super-class for any layer of NeuralNetwork
LayerNormalization
Data normalization Layer. Normalize each record in batch independently.
Loss
Loss function class
Matrix
The class for (1,1) tensor of rank 2 (matrix)
MatrixOperation
The class of set of the static methods of different Matrix operations
NeuralNetwork
Neural Network class
SGD
Stochastic Gradient Descent optimizer with momentum parameter

Enums

NormalizationType
Types of normalization
SaveType