This repository contains all exercises for CCMACLRL (Introduction to Machine Learning) for the School Year 2025β2026, 1st Term.
All exercises are written and submitted in Jupyter Notebooks (.ipynb).
- Course Code: CCMACLRL
- Section: COM231ML
- Course Title: Introduction to Machine Learning
- Academic Year: 2025β2026 (1st Term)
- Format: Jupyter Notebook (
.ipynb)
This repository serves as a collection of my solutions and notes for the exercises provided throughout the term.
To run the notebooks, ensure you have the following installed:
- Python 3.9+
- Jupyter Notebook / JupyterLab
- Common ML/Data Science libraries:
numpypandasmatplotlibscikit-learn
Stolen from xRomory