This homework was made for a university course on Machine Learning and Deep Learning at BME.
The training and testing data are not included in this repository due to their size.
- Download the dataset: You can download the dataset from this Google Drive link.
- Unzip the files: Unzip the downloaded file.
- Place the data: Place the
train1andtest1folders into the root directory of this project.
The final folder structure should look like this:
project-root/
├── train1/
│ ├── Sample001/
│ ├── Sample002/
│ └── ... (további minták)
├── .gitignore
├── data_preprocessing.py
├── train.py
└── README.md