/SimpleLearner

Implements the Simple Learner algorithm in R

Primary LanguageR

SimpleLearner

Implements the Simple Learner algorithm from [1] in R.

Installation

library(devtools)  
install_github("SimpleLearner", "johnros", subdir='R/Package')
library(SimpleLearner)  

References

[1] Livni, Roi, Shai Shalev-Shwartz, and Ohad Shamir. “A Provably Efficient Algorithm for Training Deep Networks.” arXiv:1304.7045 [cs, Stat]