summaryrefslogtreecommitdiff
path: root/README.md
blob: 20a111568ed14907cb84b49a2b609d069388c433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
```