Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
Here you will find :
|
| 2 |
|
| 3 |
-
- vanilla.py -> Linear model with activation function
|
| 4 |
-
- dummy.py -> Linear model witout activation function
|
| 5 |
-
- vanilla-weights.bin -> The weights of the trained model over (30 Epochs)
|
| 6 |
-
- dummy-weights.bin -> The weights of the trained model over (30 Epochs)
|
| 7 |
-
- hubconf.py -> Allows anyone to load my model
|
|
|
|
| 1 |
Here you will find :
|
| 2 |
|
| 3 |
+
- vanilla.py ---> Linear model with activation function
|
| 4 |
+
- dummy.py ---> Linear model witout activation function
|
| 5 |
+
- vanilla-weights.bin ---> The weights of the trained model over (30 Epochs)
|
| 6 |
+
- dummy-weights.bin ---> The weights of the trained model over (30 Epochs)
|
| 7 |
+
- hubconf.py ---> Allows anyone to load my model
|