02461 — E2024

02461 — E2024#

Looking for previous years?

Find a Conda cheatsheet

This guideline is for students attending course 02461 in the E24 year.

The course requires:

  • A working Python (can be installed here)

  • A working VS Code (is installed by following these guides)

Choose one of these installation procedures:

Semi-manual installation

Download the 02461.yml and install it using this environment.yml guide.

This will create an environment named IntelligentSystems that you should activate when following the course.

Fully-manual installation

We recommend you to create an environment for this course:

conda config --add channels conda-forge
conda create --name IntelligentSystems

Every time you need to run code in the course, you need to activate the environment:

conda activate IntelligentSystems

The required packages should be installed in the above environment, and can be done by executing these commands, one by one:

conda activate IntelligentSystems
conda config --env --add channels pytorch
conda install pytorch torchvision torchaudio matplotlib opencv imageio scikit-learn scikit-image jupyter pygame scipy nltk ipywidgets tqdm