Lecture video link: https://youtu.be/jGwO_UgTS7I
What is machine learning?
Arthur Samuel (1959). Machine learning: Field of study that gives computers the ability to learn without being explicitly programmed.
Tom Mitchell (1998). Well-posed learning problem: A computer program is said to learn from experience with respect to some task and some performance measure , if its performance on , as measured by , improves with experience .
(Andrew Ng asked his friend Tom if he defined the problem to rhyme, but the answer was no… 😊)
Supervised learning
Goal: to learn a mapping from to given a dataset of inputs and labels, .
What Andrew Ng find is …
The most skilled machine learning practitioners are very “strategic.”
You need to make decision when you work on a ML project - collect more data, try different learning algorithms, rent faster GPUs to train your learning algorithm longer, …
→ Become a systematic engineer.
Cocktail party problem
Suppose that you have multiple microphones in a noisy room and record overlapping voices. How can you have an algorithm that separate out the people’s voices so that you get clean recordings of just one voice at a time?
~ unsupervised problem