11
Most read
16
Most read
20
Most read
Machine Learning
Submitted To
Neelam Ma’m
Assistant Prof.
SCRIET, Meerut
Submitted By
Ravindra Singh Kushwaha
SCRIET, Meerut
IT 8th sem
SCRIET, Meerut
Machine Learning
“Machine learning enables a machine to automatically learn from data,
improve performance from experiences, and predict things without
being explicitly programmed.”
Machine Learning is said as a subset of artificial intelligence that is
mainly concerned with the development of algorithms which allow a
computer to learn from the data and past experiences on their own.
The term machine learning was first introduced by Arthur Samuel in
1959.
A machine has the ability to learn if it can improve its performance
by gaining more data.
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT
How does Machine Learning work
A Machine Learning system learns from historical data,
builds the prediction models, and whenever it receives
new data, predicts the output for it. The accuracy of
predicted output depends upon the amount of data, as the
huge amount of data helps to build a better model which
predicts the output more accurately.
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT
Features of Machine Learning
 Machine learning uses data to detect various patterns in a
given dataset.
 It can learn from past data and improve automatically.
 It is a data-driven technology.
 Machine learning is much similar to data mining as it also
deals with the huge amount of the data.
Need for Machine Learning
The importance of machine learning can be easily
understood by its uses cases, Currently, machine learning is
used in self-driving cars, cyber fraud detection, face
recognition, and friend suggestion by Facebook, etc.
Various top companies such as Netflix and Amazon have build
machine learning models that are using a vast amount of
data to analyze the user interest and recommend product
accordingly.
Importance of Machine Learning
 Rapid increment in the production of data
 Solving complex problems, which are difficult for a human
 Decision making in various sector including finance
 Finding hidden patterns and extracting useful information
from data.
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT
Supervised Learning
 Supervised learning is the types of machine learning in which machines
are trained using well "labelled" training data, and on basis of that
data, machines predict the output. The labelled data means some input
data is already tagged with the correct output.
 In supervised learning, the training data provided to the machines work
as the supervisor that teaches the machines to predict the output
correctly. It applies the same concept as a student learns in the
supervision of the teacher.
 Supervised learning is a process of providing input data as well as
correct output data to the machine learning model. The aim of a
supervised learning algorithm is to find a mapping function to map the
input variable(x) with the output variable(y).
How Supervised Learning Works?
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT
 Regression
 Regression algorithms are used if there is a relationship between the
input variable and the output variable. It is used for the prediction of
continuous variables, such as Weather forecasting, Market Trends, etc.
Below are some popular Regression algorithms which come under
supervised learning:
 Linear Regression
 Regression Trees
 Non-Linear Regression
 Bayesian Linear Regression
 Polynomial Regression
 Classification
 Classification algorithms are used when the output variable is
categorical, which means there are two classes such as Yes-No,
Male-Female, True-false, etc.
 Spam Filtering,
 Random Forest
 Decision Trees
 Logistic Regression
 Support vector Machines
 Unsupervised Machine Learning
 Unsupervised learning is a type of machine learning in
which models are trained using unlabelled dataset and are
allowed to act on that data without any supervision.
 Unsupervised learning cannot be directly applied to a
regression or classification problem because unlike
supervised learning, we have the input data but no
corresponding output data. The goal of unsupervised
learning is to find the underlying structure of dataset,
group that data according to similarities, and represent
that dataset in a compressed format.
Working of Unsupervised Learning
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT
Clustering
Clustering is a method of grouping the objects into clusters
such that objects with most similarities remains into a group
and has less or no similarities with the objects of another
group. Cluster analysis finds the commonalities between the
data objects and categorizes them as per the presence and
absence of those commonalities.
Association
An association rule is an unsupervised learning method which
is used for finding the relationships between variables in the
large database. It determines the set of items that occurs
together in the dataset. Association rule makes marketing
strategy more effective. Such as people who buy X item
(suppose a bread) are also tend to purchase Y (Butter/Jam)
item. A typical example of Association rule is Market Basket
Analysis.
 Reinforcement Learning
 Reinforcement learning is a feedback-based learning
method, in which a learning agent gets a reward for each
right action and gets a penalty for each wrong action. The
agent learns automatically with these feedbacks and
improves its performance. In reinforcement learning, the
agent interacts with the environment and explores it. The
goal of an agent is to get the most reward points, and
hence, it improves its performance.
 The robotic dog, which automatically learns the movement
of his arms, is an example of Reinforcement learning.
Thank You

More Related Content

PDF
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
PDF
Machine Learning for Dummies
PDF
Supervised learning
PPTX
Machine Learning Presentation
PPTX
Introduction to-machine-learning
PPTX
Supervised Unsupervised and Reinforcement Learning
PPTX
Machine learning ppt.
PPTX
Machine Learning Contents.pptx
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning for Dummies
Supervised learning
Machine Learning Presentation
Introduction to-machine-learning
Supervised Unsupervised and Reinforcement Learning
Machine learning ppt.
Machine Learning Contents.pptx

What's hot (20)

PDF
Lecture 1: What is Machine Learning?
PPTX
INTRODUCTION TO MACHINE LEARNING.pptx
PDF
Machine learning
PPTX
Ensemble learning
PPTX
Unsupervised learning
PDF
Machine Learning
PPTX
Statistics for data science
PPTX
Unsupervised learning clustering
PPTX
Data preprocessing in Machine learning
PDF
Lecture1 introduction to machine learning
PDF
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
PPTX
Machine learning
PPTX
Machine learning with ADA Boost
PDF
Bias and variance trade off
PPTX
Supervised and unsupervised learning
PPT
Breast cancer detection using Artificial Neural Network
PDF
"A Shallow Dive into Training Deep Neural Networks," a Presentation from Deep...
PPTX
DISEASE PREDICTION SYSTEM USING DATA MINING
PPTX
Presentation on supervised learning
PPTX
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
Lecture 1: What is Machine Learning?
INTRODUCTION TO MACHINE LEARNING.pptx
Machine learning
Ensemble learning
Unsupervised learning
Machine Learning
Statistics for data science
Unsupervised learning clustering
Data preprocessing in Machine learning
Lecture1 introduction to machine learning
Heart Disease Identification Method Using Machine Learnin in E-healthcare.
Machine learning
Machine learning with ADA Boost
Bias and variance trade off
Supervised and unsupervised learning
Breast cancer detection using Artificial Neural Network
"A Shallow Dive into Training Deep Neural Networks," a Presentation from Deep...
DISEASE PREDICTION SYSTEM USING DATA MINING
Presentation on supervised learning
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
Ad

Similar to Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT (20)

PPTX
Day1-Introdtechhnology of techuction.pptx
DOCX
Introduction to Machine Learning for btech 7th sem
PPTX
Machine Learning for AIML course UG.pptx
PPTX
Session 17-18 machine learning very important and good type student favour.pptx
PPTX
unit 1.2 supervised learning.pptx
PPT
machine-learning-with-python usage in.ppt
PPTX
Machine Learning
PPTX
chapter Three artificial intelligence 1.pptx
PPT
introduction to machine learning pdf.ppt
PPTX
ECT463 Machine Learning Module 1 KTU 2019 Scheme.pptx
PPT
Machine learning classification ppt.ppt
PPT
Machine Learning BASICS AND ITS TYPES and its difference
PDF
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
PDF
machinecanthink-160226155704.pdf
PPTX
Machine Can Think
PPTX
Machine Learning
PPTX
Machine learning
PPTX
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
PPTX
Introduction to Machine Learning
Day1-Introdtechhnology of techuction.pptx
Introduction to Machine Learning for btech 7th sem
Machine Learning for AIML course UG.pptx
Session 17-18 machine learning very important and good type student favour.pptx
unit 1.2 supervised learning.pptx
machine-learning-with-python usage in.ppt
Machine Learning
chapter Three artificial intelligence 1.pptx
introduction to machine learning pdf.ppt
ECT463 Machine Learning Module 1 KTU 2019 Scheme.pptx
Machine learning classification ppt.ppt
Machine Learning BASICS AND ITS TYPES and its difference
Mlmlmlmlmlmlmlmlmlmlmlmlmlmlmlml.lmlmlmlmlm
machinecanthink-160226155704.pdf
Machine Can Think
Machine Learning
Machine learning
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
Introduction to Machine Learning
Ad

Recently uploaded (20)

PDF
Visual Aids for Exploratory Data Analysis.pdf
PPTX
Module 8- Technological and Communication Skills.pptx
PDF
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
PPTX
Software Engineering and software moduleing
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PPTX
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PPT
Total quality management ppt for engineering students
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PPTX
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PPTX
Feature types and data preprocessing steps
PPTX
Amdahl’s law is explained in the above power point presentations
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Abrasive, erosive and cavitation wear.pdf
Visual Aids for Exploratory Data Analysis.pdf
Module 8- Technological and Communication Skills.pptx
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
Software Engineering and software moduleing
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
AUTOMOTIVE ENGINE MANAGEMENT (MECHATRONICS).pptx
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Total quality management ppt for engineering students
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
III.4.1.2_The_Space_Environment.p pdffdf
ASME PCC-02 TRAINING -DESKTOP-NLE5HNP.pptx
Categorization of Factors Affecting Classification Algorithms Selection
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
Information Storage and Retrieval Techniques Unit III
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Feature types and data preprocessing steps
Amdahl’s law is explained in the above power point presentations
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Abrasive, erosive and cavitation wear.pdf

Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN SINGH UNIVERSITY, MEERUT

  • 1. Machine Learning Submitted To Neelam Ma’m Assistant Prof. SCRIET, Meerut Submitted By Ravindra Singh Kushwaha SCRIET, Meerut IT 8th sem SCRIET, Meerut
  • 2. Machine Learning “Machine learning enables a machine to automatically learn from data, improve performance from experiences, and predict things without being explicitly programmed.” Machine Learning is said as a subset of artificial intelligence that is mainly concerned with the development of algorithms which allow a computer to learn from the data and past experiences on their own. The term machine learning was first introduced by Arthur Samuel in 1959. A machine has the ability to learn if it can improve its performance by gaining more data.
  • 4. How does Machine Learning work A Machine Learning system learns from historical data, builds the prediction models, and whenever it receives new data, predicts the output for it. The accuracy of predicted output depends upon the amount of data, as the huge amount of data helps to build a better model which predicts the output more accurately.
  • 6. Features of Machine Learning  Machine learning uses data to detect various patterns in a given dataset.  It can learn from past data and improve automatically.  It is a data-driven technology.  Machine learning is much similar to data mining as it also deals with the huge amount of the data.
  • 7. Need for Machine Learning The importance of machine learning can be easily understood by its uses cases, Currently, machine learning is used in self-driving cars, cyber fraud detection, face recognition, and friend suggestion by Facebook, etc. Various top companies such as Netflix and Amazon have build machine learning models that are using a vast amount of data to analyze the user interest and recommend product accordingly.
  • 8. Importance of Machine Learning  Rapid increment in the production of data  Solving complex problems, which are difficult for a human  Decision making in various sector including finance  Finding hidden patterns and extracting useful information from data.
  • 10. Supervised Learning  Supervised learning is the types of machine learning in which machines are trained using well "labelled" training data, and on basis of that data, machines predict the output. The labelled data means some input data is already tagged with the correct output.  In supervised learning, the training data provided to the machines work as the supervisor that teaches the machines to predict the output correctly. It applies the same concept as a student learns in the supervision of the teacher.  Supervised learning is a process of providing input data as well as correct output data to the machine learning model. The aim of a supervised learning algorithm is to find a mapping function to map the input variable(x) with the output variable(y).
  • 13.  Regression  Regression algorithms are used if there is a relationship between the input variable and the output variable. It is used for the prediction of continuous variables, such as Weather forecasting, Market Trends, etc. Below are some popular Regression algorithms which come under supervised learning:  Linear Regression  Regression Trees  Non-Linear Regression  Bayesian Linear Regression  Polynomial Regression
  • 14.  Classification  Classification algorithms are used when the output variable is categorical, which means there are two classes such as Yes-No, Male-Female, True-false, etc.  Spam Filtering,  Random Forest  Decision Trees  Logistic Regression  Support vector Machines
  • 15.  Unsupervised Machine Learning  Unsupervised learning is a type of machine learning in which models are trained using unlabelled dataset and are allowed to act on that data without any supervision.  Unsupervised learning cannot be directly applied to a regression or classification problem because unlike supervised learning, we have the input data but no corresponding output data. The goal of unsupervised learning is to find the underlying structure of dataset, group that data according to similarities, and represent that dataset in a compressed format.
  • 18. Clustering Clustering is a method of grouping the objects into clusters such that objects with most similarities remains into a group and has less or no similarities with the objects of another group. Cluster analysis finds the commonalities between the data objects and categorizes them as per the presence and absence of those commonalities.
  • 19. Association An association rule is an unsupervised learning method which is used for finding the relationships between variables in the large database. It determines the set of items that occurs together in the dataset. Association rule makes marketing strategy more effective. Such as people who buy X item (suppose a bread) are also tend to purchase Y (Butter/Jam) item. A typical example of Association rule is Market Basket Analysis.
  • 20.  Reinforcement Learning  Reinforcement learning is a feedback-based learning method, in which a learning agent gets a reward for each right action and gets a penalty for each wrong action. The agent learns automatically with these feedbacks and improves its performance. In reinforcement learning, the agent interacts with the environment and explores it. The goal of an agent is to get the most reward points, and hence, it improves its performance.  The robotic dog, which automatically learns the movement of his arms, is an example of Reinforcement learning.