Module neural_network

Source
Expand description

§Neural Network

This is the neural network module. It contains the Network struct and the ActivationType enum. This is the heart of the crate.

Structs§

Layer
The underlying layer struct for the heap based network.
Network
The main heap based neural network struct.