Module rustml::nn [] [src]

Module which provides implementations of neural networks.

Structs

NeuralNetwork

A simple feed forward neural network with an arbitrary number of layers and one bias unit in each hidden layer.

Traits

GradientDescent

Trait to optimize via gradient descent.

MeanSquareError

Trait to compute the mean square error of a predictor.