Machine Learning Basics
Machine Learning Basics
2. How would you explain Machine Learning to someone with no technical background?
Imagine teaching a child how to recognize animals. You show them many pictures of cats
and dogs and tell them which is which. Over time, they learn to identify them without
needing your help. Similarly, machine learning enables computers to c learn patterns from
data and make decisions without direct instructions.
Reinforcement Learning – The model learns through trial and error by receiving rewards or
penalties.
Supervised Learning
- Regression: The goal is to predict a continuous value (e.g., predicting temperature based
on weather data).
Unsupervised Learning
Reinforcement Learning
13. How is Reinforcement Learning different from supervised and unsupervised learning?
- Supervised Learning: The model learns from labeled data with correct answers provided.
- Reinforcement Learning: The model learns through trial and error, optimizing its actions
based on rewards and penalties.