[][src]Crate slow_nn

Slow NN

A simple neural network library which uses a graph to build the network as opposed to weight matrices, hence, is slow.

Structs

Connection

Connection struct for Neural Network

Network

Examples

Neuron

Neuron struct for Neural Network