AI & Machine Learning
The mathematics that makes models comprehensible, the engineering that makes them usable, and the judgement to know when machine learning is the wrong tool.
- 1
Foundations
Beginner~12 weeksPython, mathematics and the classical models worth knowing.
Python for data: numpy, pandas, matplotlib
Skill~35hLinear algebra and calculus for ML
Skill~40hProbability and statistics
Skill~30hSupervised learning: regression, trees, ensembles
Skill~35hTrain and evaluate a model on a real dataset
Project~25h
- 2
Deep learning
Intermediate~16 weeksNeural networks, and the discipline of honest evaluation.
Neural network fundamentals and backpropagation
Skill~40hPyTorch or TensorFlow to a working standard
Skill~45hTransformers and modern language models
Skill~40hEvaluation: leakage, baselines, and why your metric lies
Skill~25hFine-tune a model and publish the results honestly
Project~40h
- 3
Production ML
Advanced~16 weeksServing, monitoring and the operational reality of models that drift.
MLOps: pipelines, versioning, reproducibility
Skill~35hModel serving, latency and cost management
Skill~30hDrift detection and monitoring in production
Skill~25hResponsible AI: bias, evaluation, failure modes
Reading~20hDeploy a model behind an API with monitoring
Project~45h