From 071a0ec836bf0527520c938cd9021ab07e254736 Mon Sep 17 00:00:00 2001 From: Diego Alves Date: Fri, 19 Oct 2018 16:53:28 -0300 Subject: [PATCH] Add machine learning links (#564) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f5ff9..d0664e3 100644 --- a/README.md +++ b/README.md @@ -529,7 +529,8 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [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. -* [deeplearn.js](https://deeplearnjs.org/) - A hardware-accelerated machine intelligence library for the web. +* [TensorFlow.js](https://js.tensorflow.org) - A JavaScript library for training and deploying ML models in the browser and on Node.js. +* [ml5.js](https://ml5js.org) - Friendly Machine Learning for the Web. ## Browser Detection