Crate neural_lib

source ·
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§

  • Main Struct to make a Layer of neural network It contains few Neuron struct and the activation function for them
  • Define a Neural Network

Enums§

  • Enum to choose your Activation function, by default => Sigmoid function