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-06-30Fix bad alignment, trailing spaces and tabsAlfredo Canziani
2016-04-12remove copy of x to save memoryDavid Seetapun
2015-10-18nag: momentum default is 0.9, added check for non-positive momentumMartin Vejmelka
2014-10-13add Nesterov Accelerated Gradient from @dilipkaykoray kavukcuoglu