SlideShare a Scribd company logo
Seminar on Machine Learning
Submitted to:
Prof. Manmindar Singh
Submitted by:
Rahul Kumar Gcs-1630043
Aquif Zubair Gcs-1630051
1
Agenda
 Introduction
 Basics
 Advantages
 Applications
 Classification
 Clustering
 Regression
 Use-Cases
2
Quick
Questions….
 How many people have heard about machine
learning.
 How many people know about Machine learning.
Machine Learning
4
About
 Subfield of Artificial Intelligence(AI)
 Name is derived from the concept that it deals with
“construction and study of systems that can learn from
data ” can be seen as building blocks to make computer
learn to behave more intelligently.
The main advantage of ML
 Learning and writing an algorithm
 Its easy for human brain but it is tough for machine.it
takes some time and good amount of training data for
machine to accurately classify objects.
 Implementation and automation
• This is easy for a Machine. Once learnt a machine can
process one million images without any fatigue where as
human brain can’t.
• That’s why ML with big data is a deadly combination.
6
Applications of Machine
Learning
 Banking / Telecom / Retail
 Identify:
 prospective customers
 Dissatisfied customers
 Good customers
 Bad payers
 Obtain:
 More effective advertising
 Less credit risk
 Fewer fraud
7
Applications of Machine
Learning
 Biomedical / Biometrics
 Medicine:
 screening
 Drug discovery
 Security:
 Face recognition
 Signature / iris verification
 fingerprinting
8
Let’s dig deep
into it….
What do you mean by
Apple
Learning
(Training)
Categories
• Supervised Learning
• Unsupervised Learning
• Semi-Supervised Learning
• Reinforcement Learning
Supervised Learning
 The correct classes of the training data are known
12
Unsupervised Learning
 The correct classes of the training data are not Known
13
Semi-Supervised Learning
 A Mix of Supervised and Unsupervised learning
14
Reinforcement Learning
 Allows the machine or software agent to learn its behavior based on
feedback from the environment.
 This behavior can be learnt once and for all, or keep adapting as time
goes by
15
Machine Learning
Techniques
Techniques
Classification: predict class
from observations
Clustering: group observation
into “meaningful” group
Regression(presdiction):predi
ct value from observations.
17
Classification
 Classify a document into a predefined
category.
 Documents can be text, images.
 The main goal of classification is to predict
the target class(yes/no).
 Considering the student profile to predict
whether the student will pass or fail.
18
Similar/ Duplicate Images
19
Clustering
 Clustering is the task of grouping a set of
objects in such a way that objects in the
same group (called a cluster) are more
similar to each other
 Objects are not predefined
 For e.g. these Keywords
--”man’s shoe”
--”Women’s shoe”
--”women’s t-shirt”
--”man’s t-shirt”
--can be cluster into 2 categories “shoe” and
“t-shirt” or “man” and “women”
20
Regression
 Is a measure of the relation between the mean value of
one variable (e.g. output) and corresponding values of
other variables (e.g. time and cost)
 Regression analysis is a statistical process for estimating
the relationship among variables.
 Regression means to predict the output value using
training data.
 Popular one is Logistic regression (binary regression)
21
Classification vs Regression
Classification
 Classification means to
group the output into
class.
 Classification to predict
the type of humor i.e.
harmful or not harmful
using training data.
 If it is
discrete/categorical
variable ,then it is
classification problem
Regression
 Regression means to
predict the output value
using training data.
 Regression to predict
the house price from
training data.
 If it is real
number/continuous then
it is regression problem.
22
Classification vs Regression
23
Let’s see the
usages in real life
Of machine learning
Use- cases
 Spam Email Detection
 Machine Translation(Language Translation)
 Image Search(Similarity)
 Clustering(K Means):Amazon
 Classification : Google News
 Rating a Review
 Face Detection—Facebook’s photo tagging
 Fraud detection :Credit Card Providers
25
Questions ???
26
Thanks!
27

More Related Content

PPTX
Machine Can Think
Rahul Jaiman
 
PPT
Machine Learning
Vivek Garg
 
PDF
Machine learning
Dr Geetha Mohan
 
PPTX
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
PPT
Machine learning
Rajib Kumar De
 
PDF
Introduction to Machine Learning
Eng Teong Cheah
 
PPT
Machine learning
Sanjay krishne
 
PPTX
Machine learning
Saurabh Agrawal
 
Machine Can Think
Rahul Jaiman
 
Machine Learning
Vivek Garg
 
Machine learning
Dr Geetha Mohan
 
Intro/Overview on Machine Learning Presentation
Ankit Gupta
 
Machine learning
Rajib Kumar De
 
Introduction to Machine Learning
Eng Teong Cheah
 
Machine learning
Sanjay krishne
 
Machine learning
Saurabh Agrawal
 

What's hot (20)

PDF
Machine Learning
Shrey Malik
 
PPTX
Machine learning ppt.
ASHOK KUMAR
 
PPTX
Machine learning and types
Padma Metta
 
PPTX
Machine Learning
Kumar P
 
PPTX
Machine learning overview
prih_yah
 
PPTX
Machine learning
ADARSHMISHRA126
 
PPTX
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
PPTX
Machine learning
Rajesh Chittampally
 
PPTX
Machine learning ppt
Poojamanic
 
PPTX
Machine Learning and Real-World Applications
MachinePulse
 
PPT
Machine Learning presentation.
butest
 
PDF
An introduction to Machine Learning
butest
 
PPTX
Machine learning
Sandeep Singh
 
PDF
Lecture 1: What is Machine Learning?
Marina Santini
 
PPTX
introduction to machin learning
nilimapatel6
 
PPTX
Introduction to Machine Learning
KmPooja4
 
PPTX
Presentation on supervised learning
Tonmoy Bhagawati
 
PPTX
Introduction to-machine-learning
Babu Priyavrat
 
PPTX
Machine Learning
Rabab Munawar
 
PPTX
Machine Learning
Darshan Ambhaikar
 
Machine Learning
Shrey Malik
 
Machine learning ppt.
ASHOK KUMAR
 
Machine learning and types
Padma Metta
 
Machine Learning
Kumar P
 
Machine learning overview
prih_yah
 
Machine learning
ADARSHMISHRA126
 
Supervised and Unsupervised Learning In Machine Learning | Machine Learning T...
Simplilearn
 
Machine learning
Rajesh Chittampally
 
Machine learning ppt
Poojamanic
 
Machine Learning and Real-World Applications
MachinePulse
 
Machine Learning presentation.
butest
 
An introduction to Machine Learning
butest
 
Machine learning
Sandeep Singh
 
Lecture 1: What is Machine Learning?
Marina Santini
 
introduction to machin learning
nilimapatel6
 
Introduction to Machine Learning
KmPooja4
 
Presentation on supervised learning
Tonmoy Bhagawati
 
Introduction to-machine-learning
Babu Priyavrat
 
Machine Learning
Rabab Munawar
 
Machine Learning
Darshan Ambhaikar
 
Ad

Similar to Machine Learning (20)

PPTX
Machine Learning
Amit Kumar
 
PPTX
ML PPT-1.pptx
Tech Vision
 
PDF
22PCOAM16_ML_Unit 1 notes & Question Bank with answers.pdf
Guru Nanak Technical Institutions
 
PPTX
introduction to machine learning .pptx
SulemanKtk2
 
PPTX
machine learning
soundaryasarya
 
PDF
Introduction to Machine Learning PPT by K. Adisesha
Prof. Dr. K. Adisesha
 
PPTX
Introduction to Machine Learning.pptx
Dr. Amanpreet Kaur
 
PPTX
Machine learning
eonx_32
 
PPT
Machine learning ICT
MaheenDilawar
 
PPTX
Eckovation Machine Learning
Shikhar Srivastava
 
PPTX
Simple overview of machine learning
priyadharshini R
 
PDF
IRJET - Review on Machine Learning
IRJET Journal
 
PPTX
Chapter8_What_Is_Machine_Learning Testing Cases
Ghazanfar Latif (Gabe)
 
PPTX
machine learning introduction notes foRr
SanaMateen7
 
ODP
The Complete Machine Learning Resource
Sam Dias
 
DOCX
What is Machine Learning.docx
Surendra Gusain
 
PPTX
Machine-Learning-Unlocking-the-Power-of-Data.pptx
yashdeore2227
 
PPTX
Machine Learning Basics - By Animesh Sinha
Animesh Sinha
 
PDF
IRJET - A Review on Machine Learning Algorithms and their Applications
IRJET Journal
 
Machine Learning
Amit Kumar
 
ML PPT-1.pptx
Tech Vision
 
22PCOAM16_ML_Unit 1 notes & Question Bank with answers.pdf
Guru Nanak Technical Institutions
 
introduction to machine learning .pptx
SulemanKtk2
 
machine learning
soundaryasarya
 
Introduction to Machine Learning PPT by K. Adisesha
Prof. Dr. K. Adisesha
 
Introduction to Machine Learning.pptx
Dr. Amanpreet Kaur
 
Machine learning
eonx_32
 
Machine learning ICT
MaheenDilawar
 
Eckovation Machine Learning
Shikhar Srivastava
 
Simple overview of machine learning
priyadharshini R
 
IRJET - Review on Machine Learning
IRJET Journal
 
Chapter8_What_Is_Machine_Learning Testing Cases
Ghazanfar Latif (Gabe)
 
machine learning introduction notes foRr
SanaMateen7
 
The Complete Machine Learning Resource
Sam Dias
 
What is Machine Learning.docx
Surendra Gusain
 
Machine-Learning-Unlocking-the-Power-of-Data.pptx
yashdeore2227
 
Machine Learning Basics - By Animesh Sinha
Animesh Sinha
 
IRJET - A Review on Machine Learning Algorithms and their Applications
IRJET Journal
 
Ad

Recently uploaded (20)

PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PDF
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
PPTX
quantum computing transition from classical mechanics.pptx
gvlbcy
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PPTX
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PDF
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PDF
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
PPTX
Online Cab Booking and Management System.pptx
diptipaneri80
 
PDF
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
PDF
All chapters of Strength of materials.ppt
girmabiniyam1234
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
Packaging Tips for Stainless Steel Tubes and Pipes
heavymetalsandtubes
 
quantum computing transition from classical mechanics.pptx
gvlbcy
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
Online Cab Booking and Management System.pptx
diptipaneri80
 
AI-Driven IoT-Enabled UAV Inspection Framework for Predictive Maintenance and...
ijcncjournal019
 
All chapters of Strength of materials.ppt
girmabiniyam1234
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Inventory management chapter in automation and robotics.
atisht0104
 

Machine Learning

  • 1. Seminar on Machine Learning Submitted to: Prof. Manmindar Singh Submitted by: Rahul Kumar Gcs-1630043 Aquif Zubair Gcs-1630051 1
  • 2. Agenda  Introduction  Basics  Advantages  Applications  Classification  Clustering  Regression  Use-Cases 2
  • 3. Quick Questions….  How many people have heard about machine learning.  How many people know about Machine learning.
  • 5. About  Subfield of Artificial Intelligence(AI)  Name is derived from the concept that it deals with “construction and study of systems that can learn from data ” can be seen as building blocks to make computer learn to behave more intelligently.
  • 6. The main advantage of ML  Learning and writing an algorithm  Its easy for human brain but it is tough for machine.it takes some time and good amount of training data for machine to accurately classify objects.  Implementation and automation • This is easy for a Machine. Once learnt a machine can process one million images without any fatigue where as human brain can’t. • That’s why ML with big data is a deadly combination. 6
  • 7. Applications of Machine Learning  Banking / Telecom / Retail  Identify:  prospective customers  Dissatisfied customers  Good customers  Bad payers  Obtain:  More effective advertising  Less credit risk  Fewer fraud 7
  • 8. Applications of Machine Learning  Biomedical / Biometrics  Medicine:  screening  Drug discovery  Security:  Face recognition  Signature / iris verification  fingerprinting 8
  • 9. Let’s dig deep into it…. What do you mean by Apple
  • 11. Categories • Supervised Learning • Unsupervised Learning • Semi-Supervised Learning • Reinforcement Learning
  • 12. Supervised Learning  The correct classes of the training data are known 12
  • 13. Unsupervised Learning  The correct classes of the training data are not Known 13
  • 14. Semi-Supervised Learning  A Mix of Supervised and Unsupervised learning 14
  • 15. Reinforcement Learning  Allows the machine or software agent to learn its behavior based on feedback from the environment.  This behavior can be learnt once and for all, or keep adapting as time goes by 15
  • 17. Techniques Classification: predict class from observations Clustering: group observation into “meaningful” group Regression(presdiction):predi ct value from observations. 17
  • 18. Classification  Classify a document into a predefined category.  Documents can be text, images.  The main goal of classification is to predict the target class(yes/no).  Considering the student profile to predict whether the student will pass or fail. 18
  • 20. Clustering  Clustering is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar to each other  Objects are not predefined  For e.g. these Keywords --”man’s shoe” --”Women’s shoe” --”women’s t-shirt” --”man’s t-shirt” --can be cluster into 2 categories “shoe” and “t-shirt” or “man” and “women” 20
  • 21. Regression  Is a measure of the relation between the mean value of one variable (e.g. output) and corresponding values of other variables (e.g. time and cost)  Regression analysis is a statistical process for estimating the relationship among variables.  Regression means to predict the output value using training data.  Popular one is Logistic regression (binary regression) 21
  • 22. Classification vs Regression Classification  Classification means to group the output into class.  Classification to predict the type of humor i.e. harmful or not harmful using training data.  If it is discrete/categorical variable ,then it is classification problem Regression  Regression means to predict the output value using training data.  Regression to predict the house price from training data.  If it is real number/continuous then it is regression problem. 22
  • 24. Let’s see the usages in real life Of machine learning
  • 25. Use- cases  Spam Email Detection  Machine Translation(Language Translation)  Image Search(Similarity)  Clustering(K Means):Amazon  Classification : Google News  Rating a Review  Face Detection—Facebook’s photo tagging  Fraud detection :Credit Card Providers 25