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
2013-02-06New version.1.0.1-0Clement Farabet
2012-12-04Merge branch 'master' of github.com:koraykv/optimkoray kavukcuoglu
2012-12-04add ADAGRAD optimization for SGD with diagonal weightskoray kavukcuoglu
2012-11-23Rockspec1.0-0Clement Farabet
2012-10-16Fixed alloc explostion.Clement Farabet
2012-09-28Updated info / help.Clement Farabet
2012-09-14Confusion->fixed global symbol.Clement Farabet
2012-07-28Added renderer to confusion matrixClement Farabet
2012-07-08Added sys package to optim.Clement Farabet
2012-06-04Fixed escaping pb.Clement Farabet
2012-05-16Little bug: sometimes, LBFGS was returning a single value.Clement Farabet
2012-05-04polyinterp with extrapolationKoray Kavukcuoglu
2012-05-03reig->eig changekoray kavukcuoglu
2012-05-03extrapolation.koray kavukcuoglu
2012-05-03Fixed subtle bug in wolfe line searchClement Farabet
2012-05-03Added dok.Clement Farabet
2012-05-02Fixed little bugsClement Farabet
2012-05-02Merge branch 'master' of https://github.com/koraykv/optimClement Farabet
2012-05-02Added first line search.Clement Farabet
2012-04-09Merge branch 'master' of github.com:koraykv/optimKoray Kavukcuoglu
2012-04-09make fista exactly compatible to lush versionKoray Kavukcuoglu
2012-04-02Moved some stable classes from nnx to optim.Clement Farabet
2012-03-29calculate cost at new point after fista updateKoray Kavukcuoglu
2012-03-02EADMEClement Farabet
2012-03-02Merge branch 'newpack'Clement Farabet
2012-02-17Fixed lab -> torchClement Farabet
2012-02-09newpackKoray Kavukcuoglu
2012-02-04new pack packageClement Farabet
2012-01-22Fixed README, again.Clement Farabet
2012-01-22fixed README layoutClement Farabet
2012-01-22Cleaned up READMEClement Farabet
2012-01-22L-BFGS now works in stochastic mode.Clement Farabet
2012-01-22Allowing L-BFGS to be used stochastically.Clement Farabet
2012-01-22Merge branch 'lbfgs'Clement Farabet
2012-01-22All debugged L-BFGS implementation.Clement Farabet
2012-01-21Fixed a couple of bugs in lbfgs. Still not working ok.Clement Farabet
2012-01-21Started to fixup LBFGSClement Farabet
2012-01-20Drafty L-BFGSClement Farabet
2012-01-20Fixed CG test so it actually nails RosenbrockClement Farabet
2012-01-19Fixed weight decay to scale with learning rate.Clement Farabet
2012-01-18Fixed bugs in SGD and ASGD implementations.Clement Farabet
2012-01-10plot to gnuplotKoray Kavukcuoglu
2012-01-08install_files uses just the filename extensionkoray kavukcuoglu
2012-01-05replace emacs's magic(bogus?) tab+space indentations with space onlyKoray Kavukcuoglu
2012-01-05moved fista hereKoray Kavukcuoglu
2012-01-03move file to test since it implements a specific algo.Koray Kavukcuoglu
2011-12-27sparse coding moved to optim with a simple ref implmentation for L1 sparse co...koray kavukcuoglu
2011-12-27documentation and nice output for cg testkoray kavukcuoglu
2011-12-27added fista from unsup and moved test functions into test folderkoray kavukcuoglu
2011-11-28Modified default asgd.Clement Farabet