From 8df8038f6b3f8e73d35f6406f519a07d710d06e0 Mon Sep 17 00:00:00 2001 From: Kamil Mikosz Date: Tue, 20 Feb 2018 15:03:59 +0100 Subject: [PATCH] Add link to example of Hopfield Network usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08960ec..0740ad2 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ You may also want to take a look at [this article](http://blog.webkid.io/neural- - [Self Organizing Map](http://caza.la/synaptic/#/self-organizing-map) - [Read from Wikipedia](http://caza.la/synaptic/#/wikipedia) - [Creating a Simple Neural Network (Video)](https://scrimba.com/casts/cast-1980) +- [Simple usage of Hopfield Network to auto-correct words](https://xsolve.software/blog/how-to-start-a-neural-network-with-javascript-in-5-minutes/) The source code of these demos can be found in [this branch](https://github.com/cazala/synaptic/tree/gh-pages/scripts).