ML Interview Notes
ML Interview Notes
Machine Learning (ML) is a subfield of Artificial Intelligence (AI) that allows systems to learn from data
and make decisions or predictions without being explicitly programmed.
Example:
Spam detection in Gmail that improves based on user behavior.
5. What is Backpropagation?
Backpropagation is a training algorithm that adjusts neural network weights by minimizing the error
using gradients calculated from the loss function.
Example:
Used in handwriting recognition to reduce prediction error.