Tutorials machine learning for the Large Scale Analysis of Biomedical Data course
This repository offers beginner-friendly Jupyter notebook tutorials that introduce core machine learning concepts and techniques, covering topics such as data preprocessing, dimensionality reduction, overfitting and regularization, classification, and regression.
| Topic | Notebook |
|---|---|
| Data preprocessing | |
| Dimensionality reduction | |
| Overfitting and regularization | |
| Classification and regression |
Simply click the badge in each notebook to open it in Google Colab.
The UV lockfile contains the same Python package versions as used in the Google Colab environment
as of October 2025. To set up a local environment with these packages,
Install UV and sync the environment with
the lockfile: uv sync.
These tutorials are based on sdgroeve/Machine_Learning_course_UGent_D012554_2025.