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
path: root/init.c
AgeCommit message (Expand)Author
2014-05-15added SoftMaxTree to init.lua/cnicholas-leonard
2013-01-02Optional openmp.Clement Farabet
2012-09-12Upgrade API (torch)Clement Farabet
2012-09-08Put SpatialLinear backClement Farabet
2012-09-07BIG UPDATE.Clement Farabet
2012-06-14Add SpatialRadialMatchingMichael 'myrhev' Mathieu
2012-04-27Add SpatialReSamplingEx (grouping all the Spatial*Sampling).Michael 'myrhev' Mathieu
2012-03-24Add SpatialDownSampling module, a simple down-sampling averaging the pixelsMichael 'myrhev' Mathieu
2012-03-09added spatial matching moduleClement Farabet
2011-10-01Added SpatialMaxSampling module, for flexible competitive resampling.Clement Farabet
2011-09-27Added new criterions.Clement Farabet
2011-09-15OupsClement Farabet
2011-09-14Got rid of SpatialMaxPoolingClement Farabet
2011-09-13Introducing: SpatialClassifier, to replace all Spatial modules.Clement Farabet
2011-09-07Updated training code to latest Torch version: backward is now split into two.Clement Farabet
2011-07-11Renamed SpatialConvolutionTable -> SpatialConvolutionSparseClement Farabet
2011-07-10Imported DataSetLabelMe, unmodified.Clement Farabet
2011-07-09Added SpatialGraph module, in its quite early version.Clement Farabet
2011-07-09Moved Spatial Criterions' code to generic.Clement Farabet
2011-07-09Added spatial sparse criterion.Clement Farabet
2011-07-09Added Sparse (L1) criterionClement Farabet
2011-07-08added two generic upsamplers/resamplers modulesClement Farabet
2011-07-07Setup OpenMP.Clement Farabet
2011-07-06Added SpatialMaxPoolingClement Farabet
2011-07-06Added SpatialLogSoftMax moduleClement Farabet
2011-07-06Added SpatialConvolutionTableClement Farabet
2011-07-06Added Threshold.Clement Farabet
2011-07-06Added new modules.Clement Farabet
2011-07-06Added two new modules, and a testbench to validate jacobiansClement Farabet