10.2 Types of Machine Learning
Appearance
10.2 Types of Machine Learning
Machine Learning (ML) is a huge and exciting part of AI. It's how computers learn to do things without being specifically told every single step. Instead, they learn from examples, just like you learn from experience.
There are three main ways machines learn:
- Supervised Learning: Learning from examples where we know the right answers.
- Unsupervised Learning: Finding patterns in data without knowing the right answers.
- Reinforcement Learning: Learning by trying things out and getting rewards or punishments.
Let's explore each of these!