Machine Learning – Introduction Notes
Machine Learning (ML) is a branch of Artificial Intelligence that enables systems to learn from data
and improve performance without being explicitly programmed.
Types of Machine Learning: 1. Supervised Learning – Uses labeled data (e.g., classification,
regression). 2. Unsupervised Learning – Finds patterns in unlabeled data (e.g., clustering). 3.
Reinforcement Learning – Learns by reward and punishment.
Applications include image recognition, recommendation systems, medical diagnosis, and
autonomous vehicles.