This commit is contained in:
Joseph Misiti 2014-07-16 07:52:55 -04:00
commit a779284882

View File

@ -390,6 +390,17 @@ on MNIST digits[DEEP LEARNING]
* [bioscala](https://github.com/bioscala/bioscala) - Bioinformatics for the Scala programming language
* [BIDMach](https://github.com/BIDData/BIDMach) - CPU and GPU-accelerated Machine Learning Library.
## Lua
#### General-Purpose Machine Learning
* [Torch7](http://torch.ch/)
* [Numeric Lua](http://numlua.luaforge.net/)
* [Lunatic Python](http://labix.org/lunatic-python)
* [SciLua](http://www.scilua.org/)
* [Lua - Numerical Algorithms](https://bitbucket.org/lucashnegri/lna)
* [Lunum](http://zrake.webfactional.com/projects/lunum)
## Credits
* Some of the python libraries were cut-and-pasted from [vinta](https://github.com/vinta/awesome-python)