Re-exports§
pub use self::module::*;
Modules§
Traits§
- Deep
Neural Network - This trait describes any neural networks or models that adhears to the deep netural network architecture. This design considers a single input and output layer, while allowing for any number of hidden layers to be persisted.
- Model