Data10 months
AI & Data Science
Statistics, modelling and the experimental discipline that separates analysis from guessing.
Step 01
Maths foundations
Linear algebra, calculus intuition, probability distributions and hypothesis testing.
StatisticsLinear AlgebraStep 02
Python for data
NumPy, pandas, plotting and reproducible notebooks that someone else can rerun.
pandasNumPyStep 03
Data wrangling
Joins in SQL, missing data, leakage, sampling bias and feature engineering.
SQLFeature EngineeringStep 04
Classical ML
Regression, trees, gradient boosting, cross-validation and honest metric selection.
scikit-learnXGBoostStep 05
Deep learning
Neural nets, training loops, transfer learning, transformers and fine-tuning.
PyTorchTransformersStep 06
Experimentation
A/B tests, power analysis, causal pitfalls and communicating uncertainty to non-technical readers.
A/B TestingCausal InferenceStep 07
Deployment
Model serving, batch vs real-time inference, monitoring drift and retraining triggers.
MLOpsMonitoring