Module train

Source
Expand description

This module implements various training mechanisms for neural networks. Here, implemented trainers are lazily evaluated providing greater flexibility and performance.

Re-exports§

pub use self::trainer::Trainer;

Modules§

trainer