From aef7e495f3de412837c19671fe45c3c4fd8f2f30 Mon Sep 17 00:00:00 2001 From: Antonio De Luca Date: Sun, 31 Jul 2016 15:06:50 +0100 Subject: [PATCH] Added Machine Learning section. (#301) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 398a6d7..566af94 100644 --- a/README.md +++ b/README.md @@ -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