2.4 - What Is Machine Learning-1
2.4 - What Is Machine Learning-1
Machine learning is a
subset of artificial
intelligence.
It uses computer
algorithms to analyze
data and make
intelligent decisions
based on what it has
learned.
Machine Learning
Machine learning
provides the foundation
for artificial intelligence.
machine learning is a
technique in which we
train a software model
using data.
Machine Learning
Traditional Programming
With traditional programming, we take data and rules,
and use these to develop an algorithm that will give us an
answer.
Instead of getting
answers in the end
we already have the
answers.
unlike a traditional
algorithm, it can be
continuously trained
and be used in the
future to predict
values.
Classification
Supervised
Learning
Regression
Machine
Learning
Unsupervised
Clustering
Learning
Reinforcement
Learning
Supervised Learning
We start with a data set that contains historical
records, often called cases or observations.
we can provide a machine We can also create a label for "cat" and
learning program with a large provide pictures of cats to train on.
volume of pictures of birds and
train the model to return the When the machine model is shown a
label "bird" whenever it has picture of a cat or a bird, it will label the
provided a picture of a bird picture with some level of confidence.
Supervised Learning: Regression
The regression model
Use Regression if need to
learns from historical data
predict numeric values
for Calories burnt, with
such as amount of money,
the given age, gender,
temperature, house price
weight, height, time etc.
Supervised Learning: Regression
The regression model
Use Regression if need to
learns from historical data
predict numeric values
for Calories burnt, with
such as amount of money,
the given age, gender,
temperature, house price
weight, height, time etc.
Supervised Learning: Regression
TP FP
FP
FN TN
Unsupervised Learning