Added Machine Learning section. (#301)

This commit is contained in:
Antonio De Luca 2016-07-31 15:06:50 +01:00 committed by Huei Tan
parent 9751c416b7
commit aef7e495f3

View File

@ -40,6 +40,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Vision Detection](#vision-detection)
* [Browser Detection](#browser-detection)
* [Benchmark](#benchmark)
* [Machine Learning](#machine-learning)
* UI
* [Code Highlighting](#code-highlighting)
* [Loading Status](#loading-status)
@ -501,6 +502,15 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [ocrad.js](https://github.com/antimatter15/ocrad.js) - OCR in Javascript via Emscripten.
## Machine Learning
* [ConvNetJS](https://github.com/karpathy/convnetjs) - Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser.
* [DN2A](https://github.com/dn2a/dn2a-javascript) - Digital Neural Networks Architecture.
* [Brain.js](https://github.com/harthur/brain) - Neural networks in JavaScript.
* [Mind.js](https://github.com/stevenmiller888/mind) - A flexible neural network library.
* [Synaptic.js](https://github.com/cazala/synaptic) - Architecture-free neural network library for node.js and the browser.
## Browser Detection
* [bowser](https://github.com/ded/bowser) - a browser detector