deep_rust 0.1.1

Machine learning crate in Rust (under dev)
Documentation
1
2
3
4
5
6
7
8
9
10
// Task : Main file for executing the different regularizer units
// Author : Vigneshwer 
// Date : 18th Feb 16
// Version : 0.0.1


//! Module for performing regularization operations 

/// Functions inside these modules are used to penalize the update inorder to avoid over fitting and making a generalized module
pub mod regularizer;