Module prophet::prelude [] [src]

The prophet prelude publicly imports all propet modules the user needs in order to create, train and use neural networks.

Reexports

pub use activation::Activation;
pub use neural_net::NeuralNet;
pub use traits::Predict;
pub use topology::Topology;
pub use topology::TopologyBuilder;
pub use topology::Layer;
pub use errors::Result;
pub use errors::ErrorKind;
pub use mentor::configs::LogConfig;
pub use mentor::configs::Scheduling;
pub use mentor::configs::Criterion;
pub use mentor::training::Mentor;
pub use mentor::training::MentorBuilder;
pub use mentor::samples::Sample;
pub use mentor::samples::SampleView;