Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-07Add Differential EvolutionLi Zhijian
2016-02-13include -> requirerequireSoumith Chintala
2015-12-22Resolve merge errorMaxReimann
2015-12-20Add CMAES global optimization methodMaxReimann
2015-10-01Add AdaMax.Ivo Danihelka
2015-08-13return optim in init.lua.Jonathan Tompson
2015-04-04add adadelta to init.luaKe Tran
2015-03-23added rmsprop to init.lua, removed one malloc entirely and placed the update ...Will Williams
2015-02-03added adam to init.lua + adam commentslouissmit
2015-01-29add function to numerically check gradientlvdmaaten
2014-10-14Added nag to init.Clement Farabet
2014-03-25remove dependency on sys; add copyrightAlvin Chua
2013-02-19add RPROP mathod from Martin Riedmillerkoray kavukcuoglu
2012-12-04add ADAGRAD optimization for SGD with diagonal weightskoray kavukcuoglu
2012-07-08Added sys package to optim.Clement Farabet
2012-05-02Added first line search.Clement Farabet
2012-04-02Moved some stable classes from nnx to optim.Clement Farabet
2012-01-21Started to fixup LBFGSClement Farabet
2012-01-05moved fista hereKoray Kavukcuoglu
2011-12-27sparse coding moved to optim with a simple ref implmentation for L1 sparse co...koray kavukcuoglu
2011-12-27added fista from unsup and moved test functions into test folderkoray kavukcuoglu
2011-11-03Added asgd.Clement Farabet
2011-11-03Added first SGD, and orgniazed package.Clement Farabet