Today we will work using a well-known environment for python, that is Jupyter Notebook. Using such tool, we will see how to define and train a simple DNN, using PyTorch. Guidelines to work on today's assignment:
- Clone this repository in you local Docker using <git clone https://github.com/EEESlab/APAI25-LAB02-DNN-definition-and-training >
- Read the slides and follow the assignment
- Complete the code in the Jupyter notebook
Use Virtuale, upload only the assignment file named as follows: LAB#_APAI_yourname.ipynb
Assignment DEADLINE: 17/10/2025 (at 14:30)
- Open a terminal
- Go into 'APAI-Docker' folder.
- Open VSCode with 'code .'
- On VSCode, click on 'Reopen in container'.
- Open you new terminal in VSCode and launch the following commands to clone this repository:
git clone https://github.com/EEESlab/APAI25-LAB02-DNN-definition-and-training
cd APAI25-LAB02-DNN-definition-and-training/
- Now you're ready to start!
- Open the VirtualBox virtual machine
- Open a terminal (CTRL+T or open terminal)
- Go into 'APAI-Docker' folder.
- Open VSCode with 'code .'
- On VSCode, click on 'Reopen in container'.
- Open you new terminal in VSCode and launch the following commands to clone this repository:
git clone https://github.com/EEESlab/APAI25-LAB02-DNN-definition-and-training
cd APAI25-LAB02-DNN-definition-and-training/
- Now you're ready to start!