Expand description
§Neural Lib
In Progress !!! -> Some fixes in load
This is a small library to make group of neurons.
Every group is create with own parameters and the functions required to make predictions and training
Structs§
- Layer
- Main Struct to make a Layer of neural network It contains few Neuron struct and the activation function for them
- Network
- Define a Neural Network
Enums§
- Activate
- Enum to choose your Activation function, by default => Sigmoid function