Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating synaptic broken link #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**
Expand Down