Class Notes 4
Class Notes 4
Machine Learning is a branch of Artificial Intelligence (AI) focused on building applications that learn
from data and improve their accuracy over time without being explicitly programmed.
It involves algorithms that automatically identify patterns in data, making decisions or predictions
1. Supervised Learning: A type of machine learning where the model is trained on labeled data.
2. Unsupervised Learning: The model learns patterns from unlabeled data, often used for clustering
and association.
3. Reinforcement Learning: An approach where the model learns to make decisions through
Machine learning has applications in various fields including healthcare, finance, marketing, and
more.
autonomous vehicles.
Key Algorithms
1. Linear Regression: A method for modeling the relationship between a dependent variable and
one or more independent variables.
2. Decision Trees: A model that makes decisions by splitting data into branches based on certain
features.
3. Neural Networks: A series of algorithms that mimic the operations of a human brain to recognize
patterns.
1. Data Quality: The performance of a machine learning model depends heavily on the quality of the
data.
2. Overfitting: When a model learns too much detail and noise in the training data, which affects its
3. Interpretability: Understanding how complex models like deep neural networks make decisions
can be difficult.