Skip to content

Commit 1dd36f8

Browse files
author
AlexPasqua
committed
Improved dir struct in README.md
1 parent a2ab300 commit 1dd36f8

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ For more detailed information check the [report](report.pdf)
1515
### Directory structure (only main elements)
1616
```
1717
ML-project
18-
|-- src
19-
|-- network.py
20-
|-- layer.py
21-
|-- functions.py
22-
|-- optimizers.py
23-
|-- model_selection.py
24-
|-- weights_initializations.py
25-
|-- demo.py
26-
|-- datasets
27-
|-- cup
28-
|-- ML-CUP20-TR.csv
29-
|-- ML-CUP20_TS.csv
30-
|-- CUP-DEV-SET.csv
31-
|-- CUP-INTERNAL-TEST.csv
32-
|-- monks
33-
|-- monks.names # description file
34-
|-- monks-x.train # the 'x' is the number of the dataset (1, 2, 3)
35-
|-- monks-x.test
36-
|-- plots
37-
|-- ensemble # where the plots of the constituent models go
38-
|-- monks # where the plots of the monks are
39-
|-- results # json files with the results of grid searches
40-
|-- ensemble_models # json files with the constituent models of the ensemble
18+
│── src
19+
│── network.py
20+
│── layer.py
21+
│── functions.py
22+
│── optimizers.py
23+
│── model_selection.py
24+
│── weights_initializations.py
25+
└── demo.py
26+
└── datasets
27+
└── cup
28+
│── ML-CUP20-TR.csv
29+
│── ML-CUP20_TS.csv
30+
│── CUP-DEV-SET.csv
31+
└── CUP-INTERNAL-TEST.csv
32+
└── monks
33+
│── monks.names # description file
34+
│── monks-x.train # the 'x' is the number of the dataset (1, 2, 3)
35+
└── monks-x.test
36+
└── plots
37+
│── ensemble # where the plots of the constituent models go
38+
└── monks # where the plots of the monks are
39+
└── results # json files with the results of grid searches
40+
└── ensemble_models # json files with the constituent models of the ensemble
4141
```
4242

4343
## Quick start

0 commit comments

Comments
 (0)