Where have you seen supervised machine learning at work?
One common system that uses supervised machine learning is CAPTCHA tests.
CAPTCHA, which stands for "Completely Automated Public Turing test to tell Computers and Humans Apart," is designed to enhance cybersecurity and prevent automated bot activity by verifying if a user is human. Traditional CAPTCHAs often show you an image divided into squares, asking you to click on the squares showing easily identifiable items such as bicycles, crosswalks, or boats. In other versions, you'll see a distorted multidigit number or a blurred text string.
The human responses to these tests have been used to train machine-learning models using the principles of supervised learning to improve artificial intelligence. The actual human-or-robot test doesn't rely on your getting these questions right but on the way you move your mouse, time your clicks, and otherwise interact with the system.
That's right -- every time you've told a CAPTCHA system that you see a bus or a traffic light in a picture, you've contributed to the supervised learning process! Thanks to your supervision, the system got a little bit better at identifying a cat or a flight of stairs.