Crate neurs

Source
Expand description

The neural network and interface code.

Modules§

activations
Functions which are meant to be used as activation functions by neural networks’ layers. See super::neuralnet::NeuralLayer.
assembly
Code for the assembly of multiple networks.
neuralnet
A basic neural network structure.
prelude
A set of useful imports to always have.
train
Neural network training facilities.