ML Fundamentals
Bias/variance, regression, classification โ the basics.
mediumLearning
Why it matters in robotics
__IGNORE__
Application focus
The same topic, tailored to the robot you're building. Your choice is remembered across the roadmap and every topic.
Select an application above.
At a glance
The supervised learning loop: fit a model on training data, predict on held-out data, evaluate, then diagnose bias vs. variance to tune complexity.
What to study
- โBias-variance tradeoff, overfitting/underfitting, and train/validation/test splits with cross-validation
- โLinear and logistic regression: cost functions, gradient descent, and decision boundaries
- โRegularization (L1/L2) and feature scaling to control model complexity
- โEvaluation metrics: MSE/Rยฒ for regression, accuracy/precision/recall/confusion matrix for classification
Study by time budget
Pick the path that fits the time you have before your interview.