Jump to content

10.2 Types of Machine Learning

From Computer Science Knowledge Base

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:

  1. Supervised Learning: Learning from examples where we know the right answers.
  2. Unsupervised Learning: Finding patterns in data without knowing the right answers.
  3. Reinforcement Learning: Learning by trying things out and getting rewards or punishments.

Let's explore each of these!