From cf824eb4f6dc8166bfb6f18aa327e097bba638bc Mon Sep 17 00:00:00 2001 From: Rajendra arora Date: Tue, 19 Dec 2017 15:51:59 +0530 Subject: [PATCH] Updating synaptic broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b191511..85e7b94 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To play the game, each unit (bird) has its own neural network consisted of the n ![Flappy Bird Neural Network](https://raw.githubusercontent.com/ssusnic/Machine-Learning-Flappy-Bird/master/screenshots/flappy_06.png "Flappy Bird Neural Network") -There is used [Synaptic Neural Network library](https://synaptic.juancazala.com) to implement entire artificial neural network instead of making a new one from the scratch. +There is used [Synaptic Neural Network library](http://caza.la/synaptic/#/) to implement entire artificial neural network instead of making a new one from the scratch. ## The Main Concept of Machine Learning @@ -68,7 +68,7 @@ The main concept of machine learning implemented in this program is based on the ### Requirements -Since the program is written in HTML5 using [Phaser framework](http://phaser.io/) and [Synaptic Neural Network library](https://synaptic.juancazala.com) you need these files: +Since the program is written in HTML5 using [Phaser framework](http://phaser.io/) and [Synaptic Neural Network library](http://caza.la/synaptic/#/) you need these files: - **phaser.min.js** - **synaptic.min.js**