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 (Expand)Author
2011-09-28return precode, different randomizationsgeneticMarco Scoffier
2011-09-27rename white spaceMarco Scoffier
2011-09-27log-normal dist for randome learning ratesMarco Scoffier
2011-09-27working genetic SGDMarco Scoffier
2011-09-27almost workingMarco Scoffier
2011-09-26issues with self.Marco Scoffier
2011-09-26nother issue with non-CUDA buildingMarco Scoffier
2011-09-26code before testingMarco Scoffier
2011-09-24new branch for different kind of parallel OptimizationMarco Scoffier
2011-09-23working cuda -> lbfgsMarco Scoffier
2011-09-23added a WITH_CUDA flag as it isn't compiling right nowMarco Scoffier
2011-09-23added dispatcher for different Tensor types to lbfgsMarco Scoffier
2011-09-21revert ugly check for CudaTensorMarco Scoffier
2011-09-21fixing countersMarco Scoffier
2011-09-21forgot to copy params from CPU to GPUMarco Scoffier
2011-09-21added some (ugly) code for optimizing on CPU when evaluating function on GPUMarco Scoffier
2011-09-21Fixed MAJOR bug. The new backward() doesnt update weights anymore.Clement Farabet
2011-09-20Fixed BatchOptimization in // mode.Clement Farabet
2011-09-20Removed redundant instantiations.Clement Farabet
2011-09-20Fixed (?) flattenParameters.Clement Farabet
2011-09-16Fixed typoClement Farabet
2011-09-16Added pre-hook code in BatchOptimization.Clement Farabet
2011-09-16Merge branch 'master' of github.com:clementfarabet/lua---nnxClement Farabet
2011-09-16Rewrote spatial upsampler to use raw pointers.Clement Farabet
2011-09-16if/else scope bugMarco Scoffier
2011-09-16talk with Clement better integrationMarco Scoffier
2011-09-15changes to run notMNIST with paddingMarco Scoffier
2011-09-15OupsClement Farabet
2011-09-14Got rid of SpatialMaxPoolingClement Farabet
2011-09-14SuperCriterion accepts multiple targets.Clement Farabet
2011-09-14Added a flag to optionally bypass the creation of a spatial output.Clement Farabet
2011-09-13Adding SpatialClassifier (forgot it from previous commit)Clement Farabet
2011-09-13Merge branch 'master' of github.com:clementfarabet/lua---nnxClement Farabet
2011-09-13Introducing: SpatialClassifier, to replace all Spatial modules.Clement Farabet
2011-09-12Added support for CUDA tensor in DataList.Clement Farabet
2011-09-12ConfusionMatri is now agnostic to type (cuda compat)Clement Farabet
2011-09-10updated DataSet to accept png and not automatic rescale. defaults are identi...Marco Scoffier
2011-09-10Default for lBFGS is not to conserve its state across mini-batches.Clement Farabet
2011-09-10Using cleaner function in batchoptimization.Clement Farabet
2011-09-08Reincluded Sparse Conv.Clement Farabet
2011-09-08Added Sparse Conv for backward compat.Clement Farabet
2011-09-07Updated training code to latest Torch version: backward is now split into two.Clement Farabet
2011-09-06Using new gnuplot.Clement Farabet
2011-09-06Mini batch is now distributed to workers according to their speed !!Clement Farabet
2011-09-05Switch close/error.Clement Farabet
2011-09-05Actual error when something goes wrong in mapreduce setup.Clement Farabet
2011-09-05Protected map-reduce setup.Clement Farabet
2011-09-05Added serializing methods for confusion matrix.Clement Farabet
2011-09-04Using new sfork function.Clement Farabet
2011-09-04Fixed stupid bug for SGD.Clement Farabet