Skip to content

Latest commit

 

History

History
executable file
·
40 lines (33 loc) · 874 Bytes

README.md

File metadata and controls

executable file
·
40 lines (33 loc) · 874 Bytes

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/