File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,29 @@ For more detailed information check the [report](report.pdf)
1515### Directory structure (only main elements)
1616```
1717ML-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
You can’t perform that action at this time.
0 commit comments