Introduction to Machine Learning
Introduction to Machine Learning
Machine Learning (ML) is a branch of artificial intelligence (AI) that enables computers to
learn from data and make decisions or predictions without being explicitly programmed.
• Training Data & Testing Data: Used to train and evaluate models.
• Features & Labels: Features are input variables, and labels are the expected
outputs.
• Overfitting & Underfitting: Overfitting occurs when the model learns noise instead
of patterns; underfitting occurs when the model is too simple.