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 heap based network.
  • The main heap based neural network struct.