There was an error while loading. Please reload this page.
1 parent 0f1050d commit 9df44ddCopy full SHA for 9df44dd
cohorts/2025/08-deep-learning/homework.md
@@ -19,6 +19,7 @@ You can download the target dataset for this homework from
19
wget https://github.com/SVizor42/ML_Zoomcamp/releases/download/straight-curly-data/data.zip
20
unzip data.zip
21
```
22
+The dataset is split into train and test dataset. Use train dataset to train the model and test dataset for validation.
23
24
In the lectures we saw how to use a pre-trained neural network. In the homework, we'll train a much smaller model from scratch.
25
0 commit comments