Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.txt

All weeks contain the original, unaltered code handouts. Alongside them are *_mine.py, which are my proposed solutions, which may be incomplete.

TODO:

  • 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.

About

This is a repository for the course 02460 Advanced Machine Learning at DTU Compute anno 2024

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages