Week 1

Setting up ML Applications

Applied ML is highly iterative - decide hyperparameters, code, evaluate, reiterate. So quick prototyping is key for ensuring success of the ML project

Train / Dev / Test Sets

Bias and Variance

Recipe for ML

Image 4: Flow chart describing steps to tackle a ML problem. Try and reduce high bias first, then try reducing high variance

Image 4: Flow chart describing steps to tackle a ML problem. Try and reduce high bias first, then try reducing high variance

Regularization

L1 and L2 Regularization