Level 1 · Entry Foundations¶
Goal: get comfortable with the scientific Python stack, train and honestly evaluate classical ML models with scikit-learn, understand the fundamentals of neural networks with PyTorch, and ship a complete end-to-end tabular ML project.
Modules¶
- Setup & the Scientific Python Stack
- NumPy & Pandas Essentials
- Data Preparation
- Regression
- Classification
- Clustering & Unsupervised Learning
- Model Evaluation & Cross-Validation
- Feature Engineering & Pipelines
- Neural Network Fundamentals with PyTorch
- Capstone — End-to-End Tabular ML Project
By the end of this level you'll be able to take a raw tabular dataset, prepare it with a leakage-proof pipeline, train and compare several models, evaluate them with cross-validation, and save the winner for reuse — plus train your first neural network from scratch in PyTorch.