From 80095648418aa4f12c42d2b1612f745cde865896 Mon Sep 17 00:00:00 2001 From: Maria Batsou Date: Thu, 2 Jan 2020 19:05:55 +0200 Subject: [PATCH] move library to the bottom of section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c763c..76d1534 100644 --- a/README.md +++ b/README.md @@ -544,9 +544,9 @@ 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. -* [Synapses](https://github.com/mrdimosthenis/Synapses) - Lightweight cross-platform Neural Network library. * [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. +* [Synapses](https://github.com/mrdimosthenis/Synapses) - Lightweight cross-platform Neural Network library. ## Browser Detection