Machine Learning Basics
Machine Learning Basics
2. How would you explain Machine Learning to someone with no technical background?
Machine Learning is like teaching a computer to recognize patterns from experience. Just like how
humans learn from past experiences, machines learn from data to make predictions or decisions.
13. How is Reinforcement Learning different from supervised and unsupervised learning?
Unlike supervised learning, RL does not use labeled data but learns through trial and error. Unlike
unsupervised learning, RL uses a reward system to optimize actions.
15. Can you give an example of where reinforcement learning is used in real life?
Examples of reinforcement learning applications:
- Self-driving cars
- Game playing (e.g., AlphaGo, Chess AI)
- Robotics
- Automated trading in stock markets