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-02-05Merge branch 'split/nn' into standalone/nnlegacyRonan Collobert
2014-02-05getParameters can return empty tensorJames Kirkpatrick
2014-02-05Update getParameters explanationkoray kavukcuoglu
2014-02-05adding doc for MultiMarginCriterionSoumith Chintala
2014-02-05adding doc for MultiMarginCriterionSoumith Chintala
2014-02-01Added one more test for SparseLinearPáidí Creed
2014-02-01Add extra tests for SparseLinear and fix bug where scale was not being multip...Páidí Creed
2014-01-28Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-11-27less strict about ansi libraries, less warningsLeon Bottou
2013-11-18fixed PairwiseDistance type() function bug. Overloaded type now returns self.Jonathan Tompson
2013-11-18Fixed a bug in PairwiseDistance where the gradInput table isn't converted whe...Jonathan Tompson
2013-11-06Merge remote-tracking branch 'upstream/master'Páidí Creed
2013-10-29Fix SparseLinearPáidí Creed
2013-10-21going back on Clement's suggestion. It was a good idea, but we're needlessly...Jonathan Tompson
2013-10-20updated rockspec to point on torch/nnRonan Collobert
2013-10-20fixed a bug in Pairwise distance when the output Lp norm is zero (which resul...Jonathan Tompson
2013-10-19it seems like torch.abs() doesn't have a cuda implementation, so the previous...Jonathan Tompson
2013-10-19Fixed the bprop in PairwiseDistance for pnorms other than one. The gradInput...Jonathan Tompson
2013-10-18Fixed PairwiseDistance for odd Lp normsJonathan Tompson
2013-10-17Merge remote-tracking branch 'upstream/master'Ronan Collobert
2013-10-17init self.output with a single element tensor, not an empty tensorkoray kavukcuoglu
2013-10-17correct the stochastic case checkkoray kavukcuoglu
2013-10-16Merge pull request #163 from vladmnih/batchClement Farabet
2013-10-16Merge remote-tracking branch 'upstream/master'Ronan Collobert
2013-10-16C89Ronan Collobert
2013-10-16added strict c89 flagsRonan Collobert
2013-10-15add 3D convolution documentationkoray kavukcuoglu
2013-10-15add 3D max poolingkoray kavukcuoglu
2013-10-14nn: fix dok [anchors must be before header names]Ronan Collobert
2013-10-14nn: install doc at the right placeRonan Collobert
2013-10-14Merge remote-tracking branch 'upstream/master'Ronan Collobert
2013-10-13move index declaragtion into pragmakoray kavukcuoglu
2013-10-13move k into thread private loopkoray kavukcuoglu
2013-10-09nn: link dir for windowsRonan Collobert
2013-10-09nn: better flagsRonan Collobert
2013-10-08Merge remote-tracking branch 'upstream/master'Ronan Collobert
2013-10-07corrected rockspec (to work under windows)Ronan Collobert
2013-10-04made nn a rockRonan Collobert
2013-09-27remove WeightedMSECriterion test since it fails with an unknown modulekoray kavukcuoglu
2013-10-08pkg/nn: C89Ronan Collobert
2013-09-04Added support for the partialSum parameter to the SpatialConvolutionCUDA module.Volodymyr Mnih
2013-09-04Added minibatch support to MarginRankingCriterion and PairwiseDistance.Volodymyr Mnih
2013-08-11luaopen_xxx functions need LUA_EXTERNCLeon Bottou
2013-06-11Using a default scale in Module.backward().Clement Farabet
2013-06-11More CUDA testing.Clement Farabet
2013-06-08Exposed padding parameter (SpatialConvolutionCUDA)Clement Farabet
2013-04-16CMul should resize the gradInput into the same shape as input.koray kavukcuoglu
2013-03-26Fixed a missing </file>.Ivo Danihelka
2013-03-23Merge pull request #117 from akfidjeland/linear_nankoray kavukcuoglu
2013-03-23Sped up getParameters() in simple situations.Clement Farabet