Machine learning (colab notebook 1)
first notebook about machine learning (supervised + unsupervised) with case study and exercise
2025-11-23 12:40
// updated 2025-12-21 15:18
// updated 2025-12-21 15:18
Proceedings from a (2025-11-23) lecture about machine learning:
(accessible via link since Google Colab does not allow posting notebooks in an iframe)
Topics mentioned
- Machine learning
- Supervised learning
- Classification
- Regression
- Unsupervised learning
- Clustering
- Supervised learning
- Data science pipeline (case study)
- Data preprocessing
- Model preparation
- KNN
- Decision trees
- Random forest
- Adaboost