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
2017-02-16SoftMaxForest + unit test fixesNicholas Leonard
2016-01-29fix non-contiguous gradOutput bugnicholas-leonard
2016-01-28fix SoftMaxTreenicholas-leonard
2016-01-19sharedClone is handled by dpnnnicholas-leonard
2015-05-27SoftMaxTree:type() is compatible with dpnnnicholas-leonard
2015-04-20Merge branch 'master' of github.com:clementfarabet/lua---nnxnicholas-leonard
2015-04-20SoftMaxTree:parameters() returns scales and sizenicholas-leonard
2015-04-06Share updates among SoftMaxTree clonesAnton Bakhtin
2015-04-04Fix previous commitAnton Bakhtin
2015-04-04Fix SoftMaxTree:sharedCloneAnton Bakhtin
2014-09-19fixed SoftMaxTree unit test bug (missing zeroGradParameters)Nicholas Leonard
2014-07-16fixed CUDA SoftMaxTree._gaterTarget bugnicholas-leonard
2014-07-16SoftMaxTree.staticnicholas-leonard
2014-07-15SoftmaxTree:parameters(true) is consistentnicholas-leonard
2014-07-15SoftMaxTree works with ConcatTablenicholas-leonard
2014-07-09bugnicholas-leonard
2014-07-09SoftMaxTree.gradInput is a table (like input)nicholas-leonard
2014-07-08fixed accUpdate bugnicholas-leonard
2014-07-08refactored maxNorm. Added accUpdate optionnicholas-leonard
2014-07-07fixed SoftMaxTree:sharedClone (on cuda) bugnicholas-leonard
2014-07-07removed SoftMaxTree:updateParameters (cuda version) (use accUpdateGradParamet...nicholas-leonard
2014-06-24this converges fasternicholas-leonard
2014-06-16fixed SoftmaxTree:updateParameters() bugnicholas-leonard
2014-06-12SoftMaxTree works with cudanicholas-leonard
2014-06-12SoftMaxTree:updateParameters can use cuda kernelnicholas-leonard
2014-06-11added maxNorm argument to SoftMaxTreenicholas-leonard
2014-06-07harmonized SoftMaxTree with cunnx. Fixed maxFamilyPath bugnicholas-leonard
2014-06-04added and tested SoftMaxTree:sharedClone()nicholas-leonard
2014-06-04fixed SoftMaxTree:type() bugnicholas-leonard
2014-06-04fixed SoftMaxTree:updateOutputnicholas-leonard
2014-06-03fixed SoftMaxTree.__init bugnicholas-leonard
2014-06-03Added some buffer to SoftMaxTree (for compat with cuda)nicholas-leonard
2014-05-28fixed SoftMaxTree buffer bugnicholas-leonard
2014-05-28added CudaTensor support to SoftMaxTree:type()nicholas-leonard
2014-05-28less buffers, less resizes for SoftMaxTreenicholas-leonard
2014-05-23added optional partial arg to SoftMaxTree:zeroGradParameters()nicholas-leonard
2014-05-23fixed parameters(true) bugnicholas-leonard
2014-05-22added optional static argument to parameters() to get static keysnicholas-leonard
2014-05-20debugged SoftMaxTree:type()nicholas-leonard
2014-05-18SoftMaxTree works (debugged and unit tested)nicholas-leonard
2014-05-18implemented SoftMaxTree_accGradParametersnicholas-leonard
2014-05-17SoftMaxTree_updateGradInput works (debugged and unit tested)nicholas-leonard
2014-05-17SoftMaxTree_updateGradInput ready for debuggingnicholas-leonard
2014-05-17SoftMaxTree:forward works (debugged, unit tested)nicholas-leonard
2014-05-16SoftMaxTree_updageOutput compilesnicholas-leonard
2014-05-16SoftMaxTree_updateOutput ready for debuggingnicholas-leonard
2014-05-16started working on SoftMaxTree_updateOutputnicholas-leonard
2014-05-15SoftMaxTree.luanicholas-leonard