This content is for the course 02460 Advanced Machine Learning at Danish Technical University, Lyngby for the year of 2024.
Firstly, install the requirements into your virtual environment, e.g. using Anaconda:
conda create env --name <your-venv-name> # python = X.YZ, if you want to specify python versions.
conda activate <your-venv-name> # You should see (<your-venv-name>) in the left side of the terminal.
pip install -r requirements.txtAll weeks contain the original, unaltered code handouts. Alongside them are *_mine.py, which are my proposed solutions, which may be incomplete.
- Add the theoretical exercise solutions.
- Part 1
- Part 2
- Part 3
- More descriptive names included.
- Annotate code with inputs to run correctly, and to clarify where I have written code for the exercises.