summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```
+
+
+