🌿 Machine Learning - Supervised Learning

In supervised learning, models are trained on labeled data, meaning the input data is paired with the correct output. The goal is to learn a mapping function to predict labels for new, unseen data.

A. Regression

Regression is used to predict continuous numerical values (e.g., CO2 emissions, house prices),.

B. Classification

Classification predicts categorical labels (class membership), such as determining if a transaction is fraudulent or if a tumor is benign,.

Bias and Variance

Sources:
LinkedIn Learning: Artificial Intelligence Foundations Machine Learning