$ git clone https://github.com/k1nd0ne/Neural_Networks.git
$ cd Neural_Networks
$ make
$ ./launcher
ou/or
$ ./launcher --help
Pour voir toutes les options/See all of the options.
$ 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/