From a5fbefea5a69700384e2fe4c9fd82b2c50146c5f Mon Sep 17 00:00:00 2001 From: Juan Cazala Date: Fri, 16 Sep 2016 19:42:46 -0300 Subject: [PATCH] Replace juancazala.com with caza.la --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 865bd96..ba63c78 100755 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ You may also want to take a look at [this article](http://blog.webkid.io/neural- ####Demos -- [Solve an XOR](http://synaptic.juancazala.com/#/xor) -- [Discrete Sequence Recall Task](http://synaptic.juancazala.com/#/dsr) -- [Learn Image Filters](http://synaptic.juancazala.com/#/image-filters) -- [Paint an Image](http://synaptic.juancazala.com/#/paint-an-image) -- [Self Organizing Map](http://synaptic.juancazala.com/#/self-organizing-map) -- [Read from Wikipedia](http://synaptic.juancazala.com/#/wikipedia) +- [Solve an XOR](http://caza.la/synaptic/#/xor) +- [Discrete Sequence Recall Task](http://caza.la/synaptic/#/dsr) +- [Learn Image Filters](http://caza.la/synaptic/#/image-filters) +- [Paint an Image](http://caza.la/synaptic/#/paint-an-image) +- [Self Organizing Map](http://caza.la/synaptic/#/self-organizing-map) +- [Read from Wikipedia](http://caza.la/synaptic/#/wikipedia) The source code of these demos can be found in [this branch](https://github.com/cazala/synaptic/tree/gh-pages/scripts).