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 (Collapse)Author
2011-09-16talk with Clement better integrationMarco Scoffier
2011-09-15changes to run notMNIST with paddingMarco Scoffier
2011-09-12Added support for CUDA tensor in DataList.Clement Farabet
2011-08-30Added DistNLLCriterion, to support Neg Likelihood for distributions.Clement Farabet
ClassNLLCriterion only supports simple distributions, e.g. one-of-N. DistNLLCriterion supports arbitrary distributions.
2011-08-30By default, DataList now generates vector targets.Clement Farabet
The previous default was really stupid.
2011-07-10Imported DataSetLabelMe, unmodified.Clement Farabet
2011-07-07Added old DataSet clsases.Clement Farabet