Struct rusty_machine::learning::nnet::BaseNeuralNet   
                   
                       [−]
                   
               [src]
pub struct BaseNeuralNet<'a, T: Criterion> { /* fields omitted */ }Base Neural Network struct
This struct cannot be instantianated and is used internally only.
Trait Implementations
impl<'a, T: Debug + Criterion> Debug for BaseNeuralNet<'a, T>[src]
impl<'a, T: Criterion> Optimizable for BaseNeuralNet<'a, T>[src]
Compute the gradient of the Neural Network using the back propagation algorithm.