This repo contains the solutions for all exercises in IDATT2502 (Anvendt maskinlæring med prosjekt).
In order to run this code you need python (I am using python 3.9 ). I recommend PyCharm as an IDE. You will need to install the following packages:
- numpy
- matplotlib
- torch
You can install these by running:
pip install numpy matplotlib torch