This is a repository for practical sessions and tutorial on f3dasm
The repository contains the following files
- Jupyter notebooks containing the information and exercises
.obj
files to check if the exercises are done correctly- This
README.md
file
The solutions of exercises are not released before the session and will be made public afterwards
Click on the button below to open the notebook in Google Colab
Session | Exercises | Exercises + solutions |
---|---|---|
Practical session 1 | ||
Practical session 2 | ||
Practical session 3 | available later |
- Clone this repository locally:
git clone https://github.com/mpvanderschelling/F3DASM_practical.git
- Make sure you have jupyter notebook installed in your environment:
pip install notebook
- Navigate to the repository locally and open the jupyter notebook
- During the session you will be asked to solve little exercises.
- You only have to write code in the cells which state
## YOUR CODE HERE ##
- After this block, there is an assert-block (starting with
## CHECK ##
) that checks if the results is correct!
Session | Colab |
---|---|
Regression |
Session | Colab |
---|---|
April 2023 |