- Can you run this code?
Create a virtual environment, install the packages, and run train.py
- Can you tweak the model to produce under-fitting?
A model that is too simple will do this.
- Can you tweak the model to produce over-fitting?
You need to make the model overly complex.