#neural-network #learning #propagation #process #group #lib #neuron

neural_lib

Simple lib to declare multiple groups of neurons, classicals learning process are includes

4 releases

0.1.12 Feb 26, 2024
0.1.11 Feb 25, 2024
0.1.1 Feb 25, 2024
0.1.0 Feb 25, 2024

#350 in Machine learning

Download history 278/week @ 2024-02-19 187/week @ 2024-02-26 1/week @ 2024-03-04 33/week @ 2024-03-11 26/week @ 2024-04-01

59 downloads per month

Apache-2.0

9KB
172 lines

Neural_lib

!!! WORK IN PROGRESS !!!

Use to define neural network with propagation and learning.


Update in progress :

Rethink about the output which is limited at this stage. => Integration of Binary and Multiclass Output Output attr is public to let you the possibility to manage and reconfigure manually this one if your need.


lib.rs:

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

No runtime deps