//! Some applications providing examples and tests.
//! They show how implement Traits defined in types.rs
//! to build a use case.
//!
//! The logistic case is used in examples on the MNIST data base of hand-written digits with
//! 60000 images.
//!
/// for logistic regression use case.
/// for linear regression use case.