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
2015-09-16Revert "Change ConfusionMatrix accumulator from Float to Long."revert-63-confusion_matrix_fixSoumith Chintala
2015-09-09Merge pull request #69 from bshillingford/masterkoray kavukcuoglu
2015-09-08Accidentally recreating buffers on each call to optim.lbfgsBrendan Shillingford
2015-09-08Merge :copy():op() into :op() with first arg setBrendan Shillingford
2015-09-08Memory usage improvements for L-BFGSBrendan Shillingford
2015-09-07Merge pull request #68 from LinusU/patch-1Soumith Chintala
2015-09-07tell git to ignore build outputLinus Unnebäck
2015-09-02Merge pull request #67 from jesseengel/patch-1Soumith Chintala
2015-09-02Update README.mdJesse Engel
2015-08-30Merge pull request #66 from nicholas-leonard/readthedocsSoumith Chintala
2015-08-30readthedocsnicholas-leonard
2015-08-13Merge pull request #64 from jonathantompson/return_optimSoumith Chintala
2015-08-13return optim in init.lua.Jonathan Tompson
2015-08-08Merge pull request #61 from kashif/adamSoumith Chintala
2015-08-03Merge pull request #63 from jonathantompson/confusion_matrix_fixSoumith Chintala
2015-08-03Change ConfusionMatrix accumulator from Float to Long.Jonathan Tompson
2015-07-30Merge pull request #62 from mys007/loggerexkoray kavukcuoglu
2015-07-30- added possibility to set the default symbol and to pass raw commands to gnu...Martin Simonovsky
2015-07-30remove redundant lambda param for adamKashif Rasul
2015-07-24Merge pull request #60 from samehkhamis/masterkoray kavukcuoglu
2015-07-24Work under windowssamehkhamis
2015-05-19Merge pull request #58 from dpfau/cuda_cgSoumith Chintala
2015-05-19Replaced CUDA flag and newTensor() with x.new()David Pfau
2015-05-19Added CUDA support for cg.luaDavid Pfau
2015-04-17Merge pull request #57 from karpathy/masterkoray kavukcuoglu
2015-04-16adding rmsprop rosenbrock test, rmsprop converges to 5e-5karpathy
2015-04-16adding some docs, cleanup to make things more consistent with existing codekarpathy
2015-04-16incorporating suggestion from @koraykv and avoiding an extra copykarpathy
2015-04-16fixing rmsprop bugkarpathy
2015-04-13Merge branch 'ketranm-patch-1'koray kavukcuoglu
2015-04-13remove require 'adadelta' statement from test file since it breaks.koray kavukcuoglu
2015-04-04add adadelta to init.luaKe Tran
2015-04-04Merge branch 'patch-2' into patch-1Ke Tran
2015-04-04Rename adadelta to adadelta.luaKe Tran
2015-03-29Update adadeltaKe Tran
2015-03-29test Adadelta implementationKe Tran
2015-03-29adadelta optimizerKe Tran
2015-03-27Merge pull request #49 from willwilliams/rmsprop-simpleSoumith Chintala
2015-03-23added rmsprop to init.lua, removed one malloc entirely and placed the update ...Will Williams
2015-03-11added option to disable showing of plots while still saving plots in fileMartin Simonovsky
2015-03-06Merge pull request #53 from AjayTalati/masterSoumith Chintala
2015-03-06Update adam.luaAjay Talati
2015-03-06Update adam.luaAjay Talati
2015-03-06Update adam.luaAjay Talati
2015-03-06Update adam.luaAjay Talati
2015-03-06Fixed sign in update rule & default parameters Ajay Talati
2015-03-06Merge pull request #51 from Atcold/patch-1Soumith Chintala
2015-03-01removed clone and now only initialise grad squared on first call to functionWill Williams
2015-03-01added clapming to rmsprop lr multiplierWill Williams
2015-02-27Update README.mdAlfredo Canziani