Interview Guides
You're training a supervised learning model and need to explain how the optimizer updates parameters during training. You also want to reason about what can go wrong when the loss surface is non-convex.
Explain how gradient descent optimization works and how you would prevent a model from getting stuck in local minima.