Crate ffnn

Source
Expand description

A simple feedforward neural network library.

Modules§

activations
Activation functions.

Structs§

NetBuilder
A struct for using the builder pattern to define a network.
Network
Basic feedforward neural network