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