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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-29added ELU unit incl documentationLukas Cavigelli
2015-10-26Add randomized leaky rectified linear unit (RReLU)Andreas Köpf
2015-10-24Adding Fractional Max Poolingsoumith
2015-10-24adding VolumetricDeconvolution + testssoumith
2015-10-07Merge pull request #411 from jhjin/clampSoumith Chintala
2015-10-05Use custom range in HardTanh and mask it as ClampJonghoon Jin
2015-10-04Adds SpatialCrossLRNFrancisco Massa
2015-09-30Add GradientReversal to init.lua and add testKaixhin
2015-09-27Adds SpatialDeconvolutionfsuzanomassa
2015-09-24Merge pull request #370 from jhjin/spatialsoftmaxSoumith Chintala
2015-09-24Merge pull request #376 from szagoruyko/smoothl1Soumith Chintala
2015-09-20Add nn.Index moduleIvan Vendrov
2015-09-19Update SoftMax to work in spatial modeJonghoon Jin
2015-09-14Add SmoothL1 criterionSergey Zagoruyko
2015-09-13Adds NormalizeFrancisco Massa
2015-07-15NarrowTableNicholas Leonard
2015-05-28Volumetric Average Pooling + doc + unit test, better performance for Volumetr...soumith
2015-05-18Revert "Adding Batch L2 Normalization Layer that makes all rows of input Tens...Soumith Chintala
2015-05-13Adding Batch L2 Normalization Layer that makes all rows of input Tensor unit ...karpathy
2015-05-05ParallelCriterionNicholas Leonard
2015-04-28Make type() truly recursive.Dominik Grewe
2015-04-07removing old and depreceated *CUDA modulessoumith
2015-03-27Added SpatialDropout + doc + test.Jonathan Tompson
2015-03-26Padding.luaNicholas Leonard
2015-03-21adding batch normalizationsoumith
2015-03-10added CrossEntropyCriterion (LogSoftMax+ClassNLLCriterion)Ronan Collobert
2015-02-15added PReLUSergey Zagoruyko
2015-01-27Matrix matrix multiplication layer.Dominik Grewe
2015-01-19Merge pull request #140 from akfidjeland/nn-returnSoumith Chintala
2015-01-16Added SpatialAdaptiveMaxPoolingfsuzanomassa
2015-01-10nn returns package tableAndreas Fidjeland
2015-01-03refactoring all the common container code into nn.Containersoumith
2014-11-25SpatialAveragePoolingNicholas Leonard
2014-10-27DepthConcatnicholas-leonard
2014-09-03Give better error messages when trying to use the wrong kind of Tensor.Tim Harley
2014-07-22Added L1Penalty and a unit test.Ross Goroshin
2014-07-19Merge branch 'master' of git://github.com/torch/nn into flatten_tableJonathan Tompson
2014-07-18Merge branch 'spatialconvmm'Clement Farabet
2014-07-16MM_BHWD conv (GPU only)Clement Farabet
2014-07-15added FlattenTable module, a unit test and a element in the documentation.Jonathan Tompson
2014-07-11MixtureTable unit testsnicholas-leonard
2014-07-10rename ElementTable -> SelectTablenicholas-leonard
2014-07-09ReLUnicholas-leonard
2014-07-09Merge branch 'master' of github.com:torch/nn into nnxnicholas-leonard
2014-07-09Dropoutnicholas-leonard
2014-07-09ElementTablenicholas-leonard
2014-06-26Added SpatialUpSamplingNearest module.Jonathan Tompson
2014-06-26Merge pull request #20 from sergomezcol/view_moduleSoumith Chintala
2014-06-26Add nn.View moduleSergio Gomez
2014-06-25Added very simple add and mul constant modules.Jonathan Tompson