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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-28First end-to-end working version of map-reduce for l-BFGS.parallelClement Farabet
2011-08-28Trying to fix this buggy map-reduce BFGSClement Farabet
2011-08-28Trying to get BFGS to work with new parallel framework.Clement Farabet
2011-08-26Cleaned up useless special case in mapreduce bfgs.Clement Farabet
2011-08-26tabs->space.Clement Farabet
2011-08-26parallel modules weren't coping weights back to main moduleMarco Scoffier
2011-08-26Added map-reduce version of l-BFGS. In dev...Clement Farabet
2011-08-25Fixed confusion (too tight)Clement Farabet
2011-08-25Added normalizations to gradients.Clement Farabet
2011-08-25Added verbose printouts for lBFGS.Clement Farabet
2011-08-24Various cleanups.Clement Farabet
2011-08-24Merge branch 'lbfgs'Clement Farabet
2011-08-24More complete hook system for OptimizationslbfgsClement Farabet
2011-08-24Added user hook to Optimization modules.Clement Farabet
2011-08-24Added a max iterations to lBFGS.Clement Farabet
2011-08-24Added a mini-batch parameter to OnlineTrainer.Clement Farabet
2011-08-24Unified SGD/LBFGSClement Farabet
2011-08-24Quick fix for nParameter (lBFGS)Clement Farabet
2011-08-24First 'makesense' version of lBFGS wrapperClement Farabet
2011-08-24Added basic (a bit messy) l-BFGS code.Clement Farabet
2011-08-24Added Onlinetrainer class.Clement Farabet
2011-08-24Fixed momentum formula.Clement Farabet
2011-08-24Added modules to spatial fovea, to be backward compat with containers.Clement Farabet
2011-08-24Added new Optimization framework to support new algos.Clement Farabet
2011-08-23Fixed missing local in parameter finder.Clement Farabet
2011-08-23Added proper momentum/weight decay in StochasticTrainer.Clement Farabet
2011-08-23Replaced sparse->map.Clement Farabet
2011-08-23Added getGradParameters method.Clement Farabet
2011-08-23Added a getParameters helper, to retrieve all trainable params of an nn.Clement Farabet
2011-08-19Fixed multiple bugs for recursive fovea.Clement Farabet
2011-08-16Fixed missing index (matlab mode for DataSetLabelMe)Clement Farabet
2011-08-16Added Mattorch support in DataSetLabelMeClement Farabet
2011-08-15Added normer to DataSetLabelMe display.Clement Farabet
2011-08-13Added "" to handle more complex path names (Logger)Clement Farabet
2011-08-03Smarter hash for SpatialFovea ?Clement Farabet
2011-07-29Removed omp locks.Clement Farabet
2011-07-29Fixed multiple things: openmp and bad conv problem.Clement Farabet
WARNING: now relies on new conv in torch.
2011-07-29Using Koray's flag to activate openmpClement Farabet
2011-07-28Added condition on the loading of certain modules.Clement Farabet
(the reason is that those modules are going to be available in the new torch version)
2011-07-27Added a filter to sample patches in a smarter way.Clement Farabet
2011-07-27Fixed display() class.Clement Farabet
2011-07-27Fixed the infinite set flag.Clement Farabet
2011-07-27debugging/clarifying sampling modesClement Farabet
2011-07-27Fixed a few tests.Clement Farabet
2011-07-27Removed printsClement Farabet
2011-07-27Added Marco+Ben to copyrights.Clement Farabet
2011-07-27Added hash to SpatialFovea.Clement Farabet
2011-07-27Added Marco and Ben in copyrights.Clement Farabet
2011-07-24Removed auto empty, which is not compatible with certain modules.Clement Farabet
E.g. certain modules still only resize their output at init time, and therefore are not robust to dynamic input sizes.
2011-07-24Added Probe class. Allows probing a network.Clement Farabet