0% found this document useful (0 votes)
70 views

Introduction To Machine Learning: Methods, Applications, Etc

This document provides an introduction to machine learning, including: - A brief overview of the history and concepts of machine learning, how it works using examples without being explicitly programmed, and the types including supervised, unsupervised, and reinforcement learning. - Supervised learning uses a dataset to train a model to make predictions on new data, including classification and regression examples. - Unsupervised learning finds patterns in unlabeled data through observation and clustering similar data points without labels. - Reinforcement learning allows an agent to interact with an environment and learn the best outcomes through rewards and penalties in a trial-and-error approach.

Uploaded by

Pamina Gorospe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

Introduction To Machine Learning: Methods, Applications, Etc

This document provides an introduction to machine learning, including: - A brief overview of the history and concepts of machine learning, how it works using examples without being explicitly programmed, and the types including supervised, unsupervised, and reinforcement learning. - Supervised learning uses a dataset to train a model to make predictions on new data, including classification and regression examples. - Unsupervised learning finds patterns in unlabeled data through observation and clustering similar data points without labels. - Reinforcement learning allows an agent to interact with an environment and learn the best outcomes through rewards and penalties in a trial-and-error approach.

Uploaded by

Pamina Gorospe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

INTRODUCTION TO

MACHINE LEARNING
Methods, applications, etc.
Overview
 Brief History of Machine Learning
 What is Machine Learning?
 How does Machine Learning work?
 Types of Machine Learning
 Applications of Machine Learning
Brief History of Machine Learning
Machine Learning is a concept which
allows the machine to learn from
examples and experience, and that too
without being explicitly programmed.
So instead of you writing the code,
what you do is you feed data to the
generic algorithm, and the algorithm/
machine builds the logic based on the
given data.
How does Machine Learning work?
Types of Machine Learning
 Supervised Learning – Train Me!
 Unsupervised Learning – I am self sufficient in learning
 Reinforcement Learning – My life My rules! (Hit & Trial)
Supervised Learning
Supervised Learning is the one, where you can consider
the learning is guided by a teacher. We have a dataset
which acts as a teacher and its role is to train the model
or the machine. Once the model gets trained it can start
making a prediction or decision when new data is given
to it.

 Classification
• Predicts a discrete target label
 Regression
• Predicts the outcome between variables
Example
Example
What is Unsupervised Learning?
The model learns through observation and finds structures in the
data. Once the model is given a dataset, it automatically finds
patterns and relationships in the dataset by creating clusters in it.
What it cannot do is add labels to the cluster, like it cannot say
this a group of apples or mangoes, but it will separate all the
apples from mangoes.

 Clustering
• find similarities in the data point
• group similar data points together
Unsupervised Learning
Reinforcement Learning
It is the ability of an agent to interact with the environment and
find out what is the best outcome. It follows the concept of hit and
trial method. The agent is rewarded or penalized with a point for
a correct or a wrong answer, and on the basis of the positive
reward points gained the model trains itself. And again once
trained it gets ready to predict the new data presented to it.
Applications of Machine Learning

`
Thank you

You might also like