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
A simple feedforward neural network library.