This repository contains the results of mandatory practice works (MPWs) for MSE module Deep Learning (Spring 2026)
- Timeframe: From 18.03.2026 until 15.04.2026
- NBs:
./notebooks/cnn/ - See README for the task:
./notebooks/cnn/README.md
- Timeframe: From 20.04.2026 until 18.05.2026
- NBs:
./notebooks/cg/ - See README for the task:
./notebooks/cg/README.md
- Timeframe: From 18.05.2026 until 03.06.2026
- NBs:
./notebooks/ic/ - See README for the task:
./notebooks/cg/README.md
See ../Task/ and ../Task/./documents/*
See Task/data/*
In a form of Jupyter NBs and/or PDFs. See ./notebooks/* and README inside.
Put larger reusable methods and helpers in ./src/*, and keep notebooks focused on experiments and reporting.
This project is configured for uv and targets Python 3.12.
- Install
uv - Create the environment and install dependencies:
uv sync --dev - Run Python commands inside the managed environment:
uv run python
- Add a runtime dependency:
uv add <package> - Add a development dependency:
uv add --dev <package> - Update the lockfile after changes:
uv lock - Export
requirements.txtonly when another tool explicitly needs it