neuralib 0.0.1

A simple Neural Network Library in Rust
Documentation
1
2
3
4
5
mod error;

mod neuron;
mod layer;
pub mod network;