Skip to content

Commit 9df44dd

Browse files
Clarify dataset usage for model training and validation (#698)
Added instructions for dataset usage in homework.
1 parent 0f1050d commit 9df44dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cohorts/2025/08-deep-learning/homework.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can download the target dataset for this homework from
1919
wget https://github.com/SVizor42/ML_Zoomcamp/releases/download/straight-curly-data/data.zip
2020
unzip data.zip
2121
```
22+
The dataset is split into train and test dataset. Use train dataset to train the model and test dataset for validation.
2223

2324
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.
2425

0 commit comments

Comments
 (0)