Supervised learning and Unsupervised learning

ARTIFICIAL INTELLIGENT
Supervised Learning and
Unsupervised Learning
PRESENTED BY
Hassan Fayyaz 105
Usama Fayyaz 107
Maryam Arshad 097
Zeeshan Yousaf 113
MACHINE LEARNING
Machine learning is a subfield of computer science that
explores the study and construction of algorithms that can
learn from and make predictions on data.
• Such algorithms operate by building a model from example
inputs in order to make data- driven predictions or
decisions, rather than following strictly static program
instructions.
TYPES OF MACHINE LEARNING
Supervised Learning
Unsupervised Learning
SUPERVISED LEARNING
Supervised learning is the task of inferring a function from
labeled training data. The training data consist of a set of
training examples.
In supervised learning, each example is a pair consisting of
an input object and a desired output value. A supervised
learning algorithm analyzes the training data and produces
an inferred function.
SUPERVISED LEARNING PROCESS FLOW
SUPERVISED LEARNING PROCESS: TWO STEPS
Learning (training): Learn a model using the training data
Testing: Test the model using unseen test data to assess
the model accuracy
Accuracy= No. of correct classifications / Total no of test cases
SUPERVISED LEARNING
Supervised learning problems can be further grouped into
regression and classification problems.
• Classification: A classification problem is when the output
variable is a category, such as “red” or “blue” or “disease”
and “no disease”.
• Regression: A regression problem is when the output
variable is a real value, such as “dollars” or “weight”.
LIST OF COMMON SUPERVISED MACHINE LEARNING
ALGORITHMS:
• Decision Trees
• K Nearest Neighbors
• Linear SVC (Support vector Classifier)
• Logistic Regression
• Linear Regression
ADVANTAGES OF SUPERVISED LEARNING
 It allows you to be very specific about the definition of the labels.
 You are able to determine the number of classes you want to
have.
 The input data is very well known and is labeled.
 The results produced by the supervised method are more
accurate.
DISADVANTAGES OF SUPERVISED LEARNING
 Supervised learning can be a complex method.
 Supervised learning needed a lot of computation time for
training
 If you have a dynamic big and growing data, you are not sure of
the labels to predefine the
UNSUPERVISED LEARNING
Unsupervised learning is where you only have input data (X)
and no corresponding output variables. The goal for
unsupervised learning is to model the underlying structure or
distribution in the data in order to learn more about the data.
• These are called unsupervised learning because unlike
supervised learning above there is no correct answers and
there is no teacher. Algorithms are left to their own devises to
discover and present the interesting structure in the data.
UNSUPERVISED LEARNING
UNSUPERVISED LEARNING
Unsupervised learning problems can be further grouped into clustering
and association problems.
Clustering: A clustering problem is where you want to discover
the inherent groupings in the data, such as grouping
customers by purchasing behavior.
Association: An association rule learning problem is where you
want to discover rules that describe large portions of your
data, such as people that buy X also tend to buy Y
LIST OF COMMON SUPERVISED MACHINE LEARNING
ALGORITHMS:
• K-means clustering
• K-NN (k nearest neighbors)
• Dimensionality Reduction
• Hierarchical clustering
ADVANTAGES OF SUPERVISED LEARNING
 Less complexity in comparison with supervised learning.
 It is often easier to get unlabeled data.
 Takes place in real time such that all the input data to be
analyzed and labeled in the presence of learners.
DISADVANTAGES OF SUPERVISED LEARNING
 You cannot get very specific about the definition of the data
sorting and the output.
 Less accuracy of the results.
 The results of the analysis cannot be ascertained.
1 de 17

Recomendados

Unsupervised learningUnsupervised learning
Unsupervised learningamalalhait
14.3K visualizações22 slides
supervised learningsupervised learning
supervised learningAmar Tripathi
24.9K visualizações20 slides
Types of Machine LearningTypes of Machine Learning
Types of Machine LearningSamra Shahzadi
5.3K visualizações9 slides

Mais conteúdo relacionado

Mais procurados

Machine LearningMachine Learning
Machine LearningRahul Kumar
1.5K visualizações27 slides
Machine learning pptMachine learning ppt
Machine learning pptRajat Sharma
123.8K visualizações20 slides
Forms of learning in aiForms of learning in ai
Forms of learning in aiRobert Antony
1.7K visualizações52 slides
Deep learningDeep learning
Deep learningRatnakar Pandey
11.4K visualizações21 slides
Machine LearningMachine Learning
Machine LearningDarshan Ambhaikar
58.8K visualizações24 slides
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningRahul Jain
128.4K visualizações35 slides

Mais procurados(20)

Machine LearningMachine Learning
Machine Learning
Rahul Kumar1.5K visualizações
Machine learning pptMachine learning ppt
Machine learning ppt
Rajat Sharma123.8K visualizações
Forms of learning in aiForms of learning in ai
Forms of learning in ai
Robert Antony1.7K visualizações
Deep learningDeep learning
Deep learning
Ratnakar Pandey11.4K visualizações
Machine LearningMachine Learning
Machine Learning
Darshan Ambhaikar58.8K visualizações
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Rahul Jain128.4K visualizações
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
Ankit Gupta10.6K visualizações
Machine Can ThinkMachine Can Think
Machine Can Think
Rahul Jaiman3.1K visualizações
Natural language processingNatural language processing
Natural language processing
Hansi Thenuwara72K visualizações
Machine LearningMachine Learning
Machine Learning
Vivek Garg2.5K visualizações
Presentation on supervised learningPresentation on supervised learning
Presentation on supervised learning
Tonmoy Bhagawati24.2K visualizações
01 Data Mining: Concepts and Techniques, 2nd ed.01 Data Mining: Concepts and Techniques, 2nd ed.
01 Data Mining: Concepts and Techniques, 2nd ed.
Institute of Technology Telkom15.9K visualizações
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data Mining
DataminingTools Inc3.7K visualizações
Machine learning clusteringMachine learning clustering
Machine learning clustering
CosmoAIMS Bassett4.8K visualizações
K Nearest NeighborsK Nearest Neighbors
K Nearest Neighbors
Tilani Gunawardena PhD(UNIBAS), BSc(Pera), FHEA(UK), CEng, MIESL45.5K visualizações
Classification Based Machine Learning AlgorithmsClassification Based Machine Learning Algorithms
Classification Based Machine Learning Algorithms
Md. Main Uddin Rony9.8K visualizações
Introduction to Data Science.pptxIntroduction to Data Science.pptx
Introduction to Data Science.pptx
Vrishit Saraswat2.8K visualizações
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
Marina Santini14.9K visualizações
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
Dr Ganesh Iyer16K visualizações

Similar a Supervised learning and Unsupervised learning

ML SFCSE.pptxML SFCSE.pptx
ML SFCSE.pptxNIKHILGR3
4 visualizações21 slides
Unit-V Machine Learning.pptUnit-V Machine Learning.ppt
Unit-V Machine Learning.pptSharpmark256
5 visualizações39 slides

Similar a Supervised learning and Unsupervised learning (20)

Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
Adetimehin Oluwasegun Matthew75 visualizações
Machine Learning - Deep LearningMachine Learning - Deep Learning
Machine Learning - Deep Learning
Adetimehin Oluwasegun Matthew106 visualizações
ML SFCSE.pptxML SFCSE.pptx
ML SFCSE.pptx
NIKHILGR34 visualizações
Unit-V Machine Learning.pptUnit-V Machine Learning.ppt
Unit-V Machine Learning.ppt
Sharpmark2565 visualizações
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Knowledge And Skill Forum32 visualizações
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence Approaches
Jincy Nelson1K visualizações
Data mining chapter04and5-bestData mining chapter04and5-best
Data mining chapter04and5-best
ABDUmomo355 visualizações
Unit-1.pptUnit-1.ppt
Unit-1.ppt
ASrinivasReddy37 visualizações
Mis End Term Exam Theory ConceptsMis End Term Exam Theory Concepts
Mis End Term Exam Theory Concepts
Vidya sagar Sharma93 visualizações
Barga Data Science lecture 2Barga Data Science lecture 2
Barga Data Science lecture 2
Roger Barga211 visualizações
slidesslides
slides
butest973 visualizações
slidesslides
slides
butest352 visualizações
Machine Learning Methods 2.pptxMachine Learning Methods 2.pptx
Machine Learning Methods 2.pptx
DOUGLASBILLY36 visualizações
Winning Kaggle 101: Introduction to StackingWinning Kaggle 101: Introduction to Stacking
Winning Kaggle 101: Introduction to Stacking
Ted Xiao8.8K visualizações
Intro to machine learningIntro to machine learning
Intro to machine learning
Akshay Kanchan502 visualizações
ClassificationClassification
Classification
thamizh arasi124 visualizações
Machine Learning TerminologiesMachine Learning Terminologies
Machine Learning Terminologies
Ajitesh Kumar1.2K visualizações
5.  Machine Learning.pptx5.  Machine Learning.pptx
5. Machine Learning.pptx
ssuser6654de18 visualizações
Ml101 1.0Ml101 1.0
Ml101 1.0
Vidhya Chandrasekaran57 visualizações
Lecture 5   machine learning updatedLecture 5   machine learning updated
Lecture 5 machine learning updated
Vajira Thambawita376 visualizações

Mais de Usama Fayyaz

Cocomo Cost DriversCocomo Cost Drivers
Cocomo Cost DriversUsama Fayyaz
226 visualizações10 slides
Z to codeZ to code
Z to codeUsama Fayyaz
106 visualizações15 slides
Health and Safety at WorkHealth and Safety at Work
Health and Safety at WorkUsama Fayyaz
373 visualizações18 slides
KPI and PrioritizationKPI and Prioritization
KPI and PrioritizationUsama Fayyaz
792 visualizações20 slides

Mais de Usama Fayyaz(7)

Cocomo Cost DriversCocomo Cost Drivers
Cocomo Cost Drivers
Usama Fayyaz226 visualizações
Planning risk responses and Risk ControllingPlanning risk responses and Risk Controlling
Planning risk responses and Risk Controlling
Usama Fayyaz210 visualizações
Z to codeZ to code
Z to code
Usama Fayyaz106 visualizações
Health and Safety at WorkHealth and Safety at Work
Health and Safety at Work
Usama Fayyaz373 visualizações
KPI and PrioritizationKPI and Prioritization
KPI and Prioritization
Usama Fayyaz792 visualizações
Product Attributes Presentation Product Attributes Presentation
Product Attributes Presentation
Usama Fayyaz405 visualizações

Último

GSoC 2024GSoC 2024
GSoC 2024DeveloperStudentClub10
56 visualizações15 slides
Nico Baumbach IMR Media ComponentNico Baumbach IMR Media Component
Nico Baumbach IMR Media ComponentInMediaRes1
368 visualizações2 slides
STERILITY TEST.pptxSTERILITY TEST.pptx
STERILITY TEST.pptxAnupkumar Sharma
107 visualizações9 slides
Narration lesson plan.docxNarration lesson plan.docx
Narration lesson plan.docxTARIQ KHAN
92 visualizações11 slides

Último(20)

GSoC 2024GSoC 2024
GSoC 2024
DeveloperStudentClub1056 visualizações
Nico Baumbach IMR Media ComponentNico Baumbach IMR Media Component
Nico Baumbach IMR Media Component
InMediaRes1368 visualizações
STERILITY TEST.pptxSTERILITY TEST.pptx
STERILITY TEST.pptx
Anupkumar Sharma107 visualizações
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Debapriya Chakraborty479 visualizações
Azure DevOps Pipeline setup for Mule APIs #36Azure DevOps Pipeline setup for Mule APIs #36
Azure DevOps Pipeline setup for Mule APIs #36
MysoreMuleSoftMeetup84 visualizações
Narration lesson plan.docxNarration lesson plan.docx
Narration lesson plan.docx
TARIQ KHAN92 visualizações
Chemistry of sex hormones.pptxChemistry of sex hormones.pptx
Chemistry of sex hormones.pptx
RAJ K. MAURYA107 visualizações
AI Tools for Business and StartupsAI Tools for Business and Startups
AI Tools for Business and Startups
Svetlin Nakov74 visualizações
Streaming Quiz 2023.pdfStreaming Quiz 2023.pdf
Streaming Quiz 2023.pdf
Quiz Club NITW97 visualizações
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdfCWP_23995_2013_17_11_2023_FINAL_ORDER.pdf
CWP_23995_2013_17_11_2023_FINAL_ORDER.pdf
SukhwinderSingh895865480 visualizações
Drama KS5 BreakdownDrama KS5 Breakdown
Drama KS5 Breakdown
WestHatch54 visualizações
STYP infopack.pdfSTYP infopack.pdf
STYP infopack.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego159 visualizações
Narration  ppt.pptxNarration  ppt.pptx
Narration ppt.pptx
TARIQ KHAN76 visualizações
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
Jisc65 visualizações
ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}
ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}
DR .PALLAVI PATHANIA190 visualizações
Psychology KS4Psychology KS4
Psychology KS4
WestHatch54 visualizações
Ch. 7 Political Participation and Elections.pptxCh. 7 Political Participation and Elections.pptx
Ch. 7 Political Participation and Elections.pptx
Rommel Regala56 visualizações
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 Breakdown
WestHatch53 visualizações

Supervised learning and Unsupervised learning

  • 1. ARTIFICIAL INTELLIGENT Supervised Learning and Unsupervised Learning
  • 2. PRESENTED BY Hassan Fayyaz 105 Usama Fayyaz 107 Maryam Arshad 097 Zeeshan Yousaf 113
  • 3. MACHINE LEARNING Machine learning is a subfield of computer science that explores the study and construction of algorithms that can learn from and make predictions on data. • Such algorithms operate by building a model from example inputs in order to make data- driven predictions or decisions, rather than following strictly static program instructions.
  • 4. TYPES OF MACHINE LEARNING Supervised Learning Unsupervised Learning
  • 5. SUPERVISED LEARNING Supervised learning is the task of inferring a function from labeled training data. The training data consist of a set of training examples. In supervised learning, each example is a pair consisting of an input object and a desired output value. A supervised learning algorithm analyzes the training data and produces an inferred function.
  • 7. SUPERVISED LEARNING PROCESS: TWO STEPS Learning (training): Learn a model using the training data Testing: Test the model using unseen test data to assess the model accuracy Accuracy= No. of correct classifications / Total no of test cases
  • 8. SUPERVISED LEARNING Supervised learning problems can be further grouped into regression and classification problems. • Classification: A classification problem is when the output variable is a category, such as “red” or “blue” or “disease” and “no disease”. • Regression: A regression problem is when the output variable is a real value, such as “dollars” or “weight”.
  • 9. LIST OF COMMON SUPERVISED MACHINE LEARNING ALGORITHMS: • Decision Trees • K Nearest Neighbors • Linear SVC (Support vector Classifier) • Logistic Regression • Linear Regression
  • 10. ADVANTAGES OF SUPERVISED LEARNING  It allows you to be very specific about the definition of the labels.  You are able to determine the number of classes you want to have.  The input data is very well known and is labeled.  The results produced by the supervised method are more accurate.
  • 11. DISADVANTAGES OF SUPERVISED LEARNING  Supervised learning can be a complex method.  Supervised learning needed a lot of computation time for training  If you have a dynamic big and growing data, you are not sure of the labels to predefine the
  • 12. UNSUPERVISED LEARNING Unsupervised learning is where you only have input data (X) and no corresponding output variables. The goal for unsupervised learning is to model the underlying structure or distribution in the data in order to learn more about the data. • These are called unsupervised learning because unlike supervised learning above there is no correct answers and there is no teacher. Algorithms are left to their own devises to discover and present the interesting structure in the data.
  • 14. UNSUPERVISED LEARNING Unsupervised learning problems can be further grouped into clustering and association problems. Clustering: A clustering problem is where you want to discover the inherent groupings in the data, such as grouping customers by purchasing behavior. Association: An association rule learning problem is where you want to discover rules that describe large portions of your data, such as people that buy X also tend to buy Y
  • 15. LIST OF COMMON SUPERVISED MACHINE LEARNING ALGORITHMS: • K-means clustering • K-NN (k nearest neighbors) • Dimensionality Reduction • Hierarchical clustering
  • 16. ADVANTAGES OF SUPERVISED LEARNING  Less complexity in comparison with supervised learning.  It is often easier to get unlabeled data.  Takes place in real time such that all the input data to be analyzed and labeled in the presence of learners.
  • 17. DISADVANTAGES OF SUPERVISED LEARNING  You cannot get very specific about the definition of the data sorting and the output.  Less accuracy of the results.  The results of the analysis cannot be ascertained.