Blame

1c3139 Lucas Gonthier 2026-06-30 12:04:21
Initial commit: course content (Machine Learning, MLOps) in EN and FR Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1
# Machine Learning
2
3
Foundations of machine learning: how to go from raw data to a trained, evaluated model.
4
5
**Prerequisites:** basic Python, basic linear algebra and statistics.
6
7
## Syllabus
8
9
1. [Introduction](/en/Machine%20Learning/01%20Introduction)
10
2. [General concepts](/en/Machine%20Learning/02%20General%20concepts)
11
3. [Linear models](/en/Machine%20Learning/03%20Linear%20models)
12
4. [Support Vector Machines](/en/Machine%20Learning/04%20Support%20Vector%20Machines)
13
5. [Decision trees and ensemble methods](/en/Machine%20Learning/05%20Decision%20trees%20and%20ensemble%20methods)
14
15
---
16
[MLOps](/en/MLOps) · [English home](/en)