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-10-02More careful auto re-alloc for flattenParameters.Clement Farabet
2011-10-01Added SpatialMaxSampling module, for flexible competitive resampling.Clement Farabet
2011-09-29Allowing reflatten of already flat parameters.Clement Farabet
2011-09-29first working CG based off of lBFGS codeMarco Scoffier
2011-09-28Merge branch 'genetic'Marco Scoffier
2011-09-27Added new criterions.Clement Farabet
2011-09-27Added KL Diverg criterioAdded KL Diverg criterionnClement Farabet
2011-09-27rename white spaceMarco Scoffier
2011-09-27almost workingMarco Scoffier
2011-09-26code before testingMarco Scoffier
2011-09-24Added new Type() module.Clement Farabet
2011-09-20Fixed (?) flattenParameters.Clement Farabet
2011-09-14Got rid of SpatialMaxPoolingClement Farabet
2011-09-13Introducing: SpatialClassifier, to replace all Spatial modules.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-01Re-organized BatchOptimization modules.Clement Farabet
2011-08-31preliminary Batch modules for matlab optimizationMarc Scoffier
2011-08-30Added DistNLLCriterion, to support Neg Likelihood for distributions.Clement Farabet
2011-08-30Got rid of StochasticTrainer.Clement Farabet
2011-08-29Added a convenient method to re-alloc all params of a module in a flat vector.Clement Farabet
2011-08-24Unified SGD/LBFGSClement Farabet
2011-08-24Added Onlinetrainer class.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 getGradParameters method.Clement Farabet
2011-08-23Added a getParameters helper, to retrieve all trainable params of an nn.Clement Farabet
2011-07-28Added condition on the loading of certain modules.Clement Farabet
2011-07-27Added Marco+Ben to copyrights.Clement Farabet
2011-07-27Added Marco and Ben in copyrights.Clement Farabet
2011-07-24Added Probe class. Allows probing a network.Clement Farabet
2011-07-13Added convenient empty function()Clement Farabet
2011-07-11Renamed SpatialConvolutionTable -> SpatialConvolutionSparseClement Farabet
2011-07-11added color transform moduleClement Farabet
2011-07-10Added convenient Logger, which uses Koray's gnuplot interface.Clement Farabet
2011-07-10Imported DataSetLabelMe, unmodified.Clement Farabet
2011-07-09Added last import: RecursiveFovea. Untested.Clement Farabet
2011-07-09Added SpatialGraph module, in its quite early version.Clement Farabet
2011-07-09updgraded tests+conv with Koray's latest changes..Clement Farabet
2011-07-09Added spatial sparse criterion.Clement Farabet
2011-07-09Added Sparse (L1) criterionClement Farabet
2011-07-08Added two new spatial criterions.Clement Farabet
2011-07-08Imported spatialFovea from xlearnClement Farabet
2011-07-08added two generic upsamplers/resamplers modulesClement Farabet
2011-07-08Added SpatialNormalization module. Still buggy with non-square kernels.Clement Farabet
2011-07-08Added SpatialPadding moduleClement Farabet
2011-07-08Added Replicate module.Clement Farabet
2011-07-08Added 4 new Table-based modulesClement Farabet
2011-07-07Added old DataSet clsases.Clement Farabet
2011-07-07Setup OpenMP.Clement Farabet