From b4c345e6a5fa929ba20eac19183b9c777055f52d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:12:36 +0200 Subject: Initial commit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..20a1115 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 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 +``` + + + -- cgit v1.2.3