CP Presentation Affan, Hammad, Arman, Shayan
CP Presentation Affan, Hammad, Arman, Shayan
LEARNI
NG
GROUP MEMBERS :
M. Arman Haider Zaidi ( Team Lead ) (
02-131242-116 )
M. Affan bin Aamir ( 02-
131242-064 )
Syed Shayan Agha ( 02-
131242-093 )
Table of
What is
Contents Working of
01 02
Machine Machine
. Learning . Learning
Machine Types of
03 Learning
04 Machine
. Algorithms . Learning
Applications Algorithms
Challenges of
05 06 Machine
of Machine
. Learning . Learning
Future Trends 08
07 Conclusion
of Machine
. Learning
.
WHAT IS MACHINE LEARNING?
MODEL TESTING
M The trained
representation of
T Validate the model’s
predictions on new
learned patterns data
WHAT ARE MACHINE
LEARNING
ALGORITHMS?
Machine learning algorithms are
computational models that allow
computers to understand patterns and
forecast or make judgments based on
data without explicit programming.
These algorithms form the foundation
of modern artificial intelligence and
are used in various applications,
including image and speech
recognition, natural language
processing, recommendation systems,
TYPES OF MACHINE LEARNING
ALGORITHMSSupervised
Learning
Unsuperised
Learning
Types of ML
Algorithms
Reinforcement
Learning
SUPERVISED LEARNING
1
RANDOM DECISION
FOREST 4 2 TREES
3
GRADIENT
BOOSTING
UNSUPERVISED LEARNING
Clustering is the process of CLUSTERI
grouping similar data points into
clusters based on their features, NG
without predefined labels. The goal
is to discover inherent structures in
the data, allowing for insights and
patterns to emerge naturally.
DIMENSION Dimensionality reduction refers to
the process of reducing the number
ALITY of features in a dataset while
preserving its essential structure
REDUCTION and information. This technique
helps improve computational
efficiency and mitigate issues like
overfitting.
Association is the process of
discovering relationships or patterns
ASSOCIA
between variables in large datasets.
It is commonly used in market
TION
basket analysis to identify items that
frequently co-occur, helping to
uncover hidden associations
between different
REINFORCEMENT
0 LEARNING
0 0
1
MODEL- 2 3
FREE MODEL- VALUE-
METHOD BASED BASED
S MOTHODS METHODS
Model-free methods in machine Model-based methods in Value-based methods in
learning do not rely on machine learning build a reinforcement learning
predefined models or model of the data or estimate the value of states
assumptions about data. environment to make or actions to guide decision-
Instead, they learn directly predictions and decisions, making. The agent selects
from data through trial-and- often using probabilistic or actions to maximize
error or pattern observation, statistical assumptions. In expected future rewards,
often used in reinforcement reinforcement learning, with Q-learning being a
learning to optimize actions they involve modeling the common example for
without explicit environment to plan and learning optimal policies.
environmental models. optimize actions.
APPLICATIONS OF MACHINE
LEARNING