# Backpropagation ### Installation ```sh $ git clone https://github.com/k1nd0ne/Neural_Networks.git $ cd Neural_Networks $ make ``` ### Lancement ```sh $ ./launcher ``` ou ```sh $ ./launcher --help ``` pour voir toutes les options ### Lancer un serveur pour les visualisations ```sh $ python -m SimpleHTTPServer ```