Skip to content

Neural network using backpropagation to learn to categorize data.

Notifications You must be signed in to change notification settings

k1nd0ne/Neural_Networks

Repository files navigation

Backpropagation

Installation/Setup

$ git clone https://github.com/k1nd0ne/Neural_Networks.git
$ cd Neural_Networks
$ make

Lancement/Launch

$ ./launcher

ou/or

$ ./launcher --help

Pour voir toutes les options/See all of the options.

Lancer un serveur pour les visualisations/Visualisation on a local webserver

$ python -m SimpleHTTPServer
pour voir le perceptron suivez le chemin suivant/To visualize the perceptron go to the following link
  • ET logique/logical AND
http://localhost:8000/javascript/?path=ET
  • OU logique/logical OR
http://localhost:8000/javascript/?path=OU
Pour voir le réseau allez sur le chemin suivant/To visualize all of the neural network go to the following link
http://localhost:8000/javascript_network/

About

Neural network using backpropagation to learn to categorize data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published