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
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
2014-05-12fixing BCECriterion, adding test, closing https://github.com/torch/nn/pull/10Soumith Chintala
2013-11-06Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-10-29Fix SparseLinearPáidí Creed
2013-10-15add 3D max poolingkoray kavukcuoglu
2013-03-20Added Max Pooling for CUDA.Clement Farabet
2013-03-20Integrated CUDA conv routines from cuda-convnet library.Clement Farabet
2013-01-03New NN classeskoray kavukcuoglu
2012-09-25mm-based convolutions now officialRonan Collobert
2012-07-31added global function include() and replaced torch.include calls accordinglyRonan Collobert
2012-07-25added temporal max poolingRonan Collobert
2012-07-06Added experimental Diagonal Hessian code.Clement Farabet
2012-04-05Fixed normalization for 1D kernels, and added Contrastive NormalizationClement Farabet
2012-04-02KL Divergence criterion, for continuous distributions.Clement Farabet
2012-04-02Added Divisive Normalization module.Clement Farabet
2012-04-01Added Log module.Clement Farabet
2012-01-25initial revamp of torch7 treeRonan Collobert