summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGaspard Coulet <gaspard.coulet@mines-ales.org>2021-04-28 23:12:36 +0200
committerGaspard Coulet <gaspard.coulet@mines-ales.org>2021-04-28 23:12:36 +0200
commitb4c345e6a5fa929ba20eac19183b9c777055f52d (patch)
tree23a0232f2526c5ab7f53391609a8a0a5960865f0 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 30 insertions, 0 deletions
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
+```
+
+
+