Module fast_neural_network::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
- The underlying layer struct for the network.
- The main neural network struct.
Traits
- a trait for adding two vectors