Module model

Source

Re-exports§

pub use self::module::*;

Modules§

config
module

Traits§

DeepNeuralNetwork
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