SlideShare a Scribd company logo
1 of 12
SUPERVISED MACHINE LEARNING
A SEMINAR PRESENTATION BY
GROUP 2
- CHAPTER 1 -
INTRODUCTION
WHAT IS SUPERVISED MACHINE LEARNING?
• SUPERVISED MACHINE LEARNING IS A SUB CATEGORY OF MACHINE LEARNING
AND ARTIFICIAL INTELLIGENCE. IT IS DEFINED BY ITS USE OF LABELED
DATASETS TO TRAIN ALGORITHMS THAT CLASSIFIES DATA OR PREDICT
OUTCOMES ACCURATELY. IT IS ALSO A LEARNING MODEL FOR PROBLEMS
WHERE THE AVAILABLE DATA CONSISTS OF LABELED EXAMPLES, MEANING THAT
EACH DATA POINT CONTAINS FEATURES AND AN ASSOCIATED LABEL. IT HAS A
PRESENCE OF A SUPERVISOR OR TEACHER WHICH IS THOUGHT TO BE THE
TRAINING DATASET.
• IN SUPERVISED MACHINE LEARNING EACH EXAMPLE CONSISTS OF AN INPUT
OBJECT (TYPICALLY A VECTOR) AND A DESIRED OUTPUT (ALSO CALLED THE
SUPERVISORY SIGNAL). THE MODEL IS TRAINED UNTIL IT CAN DETECT THE
UNDERLYING PATTERNS AND RELATIONSHIPS BETWEEN THE INPUT DATA AND
THE OUTPUT LABELS, ENABLING IT TO YIELD ACCURATE LABELING RESULTS
WHEN PRESENTED WITH NEVER-BEFORE-SEEN DATA.
IMPORTANCE OF SUPERVISED MACHINE LEARNING
• SUPERVISED MACHINE LEARNING PROVIDES AN EXACT IDEA ABOUT THE
CLASSES IN THE TRAINING DATA.
• SUPERVISED LEARNING IS A SIMPLE PROCESS FOR YOU TO
UNDERSTAND.
• SUPERVISED MACHINE LEARNING HELPS YOU FIND OUT EXACTLY HOW
MANY CLASSES ARE THERE BEFORE GIVING THE DATA FOR TRAINING.
• WITH SUPERVISED LEARNING, IT IS POSSIBLE FOR YOU TO BE VERY
SPECIFIC ABOUT THE DEFINITION OF THE CLASSES, THAT IS, YOU CAN
TRAIN THE CLASSIFIER IN A WAY WHICH HAS A PERFECT DECISION
BOUNDARY TO DISTINGUISH DIFFERENT CLASSES ACCURATELY.
• SUPERVISED LEARNING CAN BE VERY HELPFUL IN CLASSIFICATION OF
PROBLEMS.
HOW SUPERVISED MACHINE LEARNING WORKS
• SUPERVISED MACHINE LEARNING USES A TRAINING SET TO TEACH
MODELS TO YIELD THE DESIRED OUTPUT. THIS TRAINING DATASET
INCLUDES INPUTS AND CORRECT OUTPUTS, WHICH ALLOW THE MODEL
TO LEARN OVER TIME. THE ALGORITHM MEASURES ITS ACCURACY
THROUGH THE LOSS FUNCTION, ADJUSTING UNTIL THE ERROR HAS
BEEN SUFFICIENTLY MINIMIZED.
• SUPERVISED MACHINE LEARNING CAN BE SEPARATED INTO TWO TYPES
OF PROBLEMS WHEN DATA MINING - CLASSIFICATION AND
REGRESSION.
HOW SUPERVISED MACHINE LEARNING WORKS – CONT’D
TWO METHODS OF SUPERVISED MACHINE LEARNING - CLASSIFICATION AND REGRESSION.
• CLASSIFICATION – USES AN ALGORITHM TO ACCURATELY ASSIGN TEST
DATA INTO SPECIFIC CATEGORIES. IT RECOGNIZES SPECIFIC ENTITIES
WITHIN THE DATASET AND ATTEMPTS TO DRAW SOME CONCLUSIONS ON
HOW THESE ENTITIES SHOULD BE LABELLED OR DEFINED. COMMON
CLASSIFICATIONS ALGORITHMS ARE LINEAR CLASSIFIERS, SUPPORT
VECTOR MACHINES (SVM), DECISION TREES, K-NEAREST NEIGHBOR,
AND RANDOM FOREST.
• REGRESSION – IS USED TO UNDERSTAND THE RELATIONSHIP BETWEEN
DEPENDENT AND INDEPENDENT VARIABLES. IT IS COMMONLY USED TO
MAKE PROJECTIONS, SUCH AS SALES REVENUE FOR A GIVEN
BUSINESS. LINEAR REGRESSION, LOGISTICAL REGRESSION, AND
POLYNOMIAL REGRESSION ARE POPULAR REGRESSION ALGORITHMS.
FUTURE OF SUPERVISED MACHINE LEARNING –
CONT’D
• THE FUTURE OF SUPERVISED MACHINE LEARNING IS EXCEPTIONALLY EXCITING.
AT PRESENT, ALMOST EVERY COMMON DOMAIN IS POWERED BY MACHINE
LEARNING APPLICATIONS. TO NAME A FEW SUCH INDUSTRIES – HEALTHCARE,
SEARCH ENGINE, DIGITAL MARKETING, AND EDUCATION ARE THE MAJOR
BENEFICIARIES.
• SUPERVISED MACHINE LEARNING COULD BE CONTESTED MERIT TO AN
ENTERPRISE OR AN ORGANIZATION AS TASKS THAT ARE PRESENTLY BEING
DONE MANUALLY SHALL BE WHOLLY ACCOMPLISHED BY THE MACHINES IN THE
FUTURE. SUPERVISED MACHINE LEARNING BECOMES ARTIFICIAL
INTELLIGENCE’S GREATEST BLESSING TO HUMAN RACE FOR THE EFFECTIVE
REALIZATION OF THE TARGETS.
- CHAPTER 3 -
AREAS OF
APPLICATION
DIFFERENT APPLICATION OF SUPERVISED MACHINE
LEARNING
THERE ARE MANY APPLICATIONS ACROSS THE INDUSTRY, SINCE IT
PROVIDES THE BEST ALGORITHMS FOR FINDING ACCURATE RESULTS.
• FRAUD DETECTION IN BANKING AND FINANCE SECTOR.
• SPAM DETECTION.
• BIOINFORMATICS.
• OBJECT RECOGNITION.
• SPEECH RECOGNITION.
BENEFITS OF SUPERVISED MACHINE LEARNING
SUPERVISED MACHINE LEARNING IS OF GREAT BENEFIT TO THE SOCIETY IN
THE FOLLOWING WAYS:
• SUPERVISED LEARNING ALLOWS COLLECTING DATA AND PRODUCES DATA
OUTPUT FROM PREVIOUS EXPERIENCES.
• HELPS TO OPTIMIZE PERFORMANCE CRITERIA WITH THE HELP OF
EXPERIENCE.
• SUPERVISED MACHINE LEARNING HELPS TO SOLVE VARIOUS TYPES OF REAL-
WORLD COMPUTATION PROBLEMS.
• SUPERVISED MACHINE LEARNING HAS HIGHER ACCURACY AND IS
CONSIDERED TRUSTWORTHY, DUE TO HUMAN INVOLVEMENT.
• IT HELPS INDUSTRIES LIKE FINANCIAL INDUSTRIES, HEALTH SECTORS, SOCIAL
PREDICTORS AND DEMOGRAPHIC.
• IMPROVES CUSTOMER EXPERIENCE.
• IT REDUCES COST.
DOWNSIDES OF SUPERVISED MACHINE LEARNING
• CLASSIFYING BIG DATA CAN BE CHALLENGING.
• TRAINING FOR SUPERVISED LEARNING NEEDS A LOT OF COMPUTATION
TIME. SO, IT REQUIRES A LOT OF TIME.
THANK
YOU!

More Related Content

Similar to Supervised Machine Learning for Rejoice.pptx

Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptxnarmeen11
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsAM Publications
 
credit card fraud detection
credit card fraud detectioncredit card fraud detection
credit card fraud detectionjagan477830
 
Minor project .pptx
Minor project .pptxMinor project .pptx
Minor project .pptxVipul500648
 
part3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptxpart3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptxVaishaliBagewadikar
 
Knowledge Acquisition Based on Repertory Grid Analysis System
Knowledge Acquisition Based on Repertory Grid Analysis SystemKnowledge Acquisition Based on Repertory Grid Analysis System
Knowledge Acquisition Based on Repertory Grid Analysis Systemijtsrd
 
Achieving Operational Excellence With AI And Machine Learning
Achieving Operational Excellence With AI And Machine LearningAchieving Operational Excellence With AI And Machine Learning
Achieving Operational Excellence With AI And Machine LearningFaisal Hoque
 
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...IRJET Journal
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt Poojamanic
 
Presentation on Machine learning
Presentation  on Machine learning Presentation  on Machine learning
Presentation on Machine learning RishiSharma77179
 
Automation a global and influential profession rev 2 - peru presentation
Automation   a global and influential profession rev 2 - peru presentationAutomation   a global and influential profession rev 2 - peru presentation
Automation a global and influential profession rev 2 - peru presentationDean Ford
 
Machine Learning Training Bootcamp
Machine Learning Training BootcampMachine Learning Training Bootcamp
Machine Learning Training BootcampTonex
 
Machine Learning course in Delhi
Machine Learning course in DelhiMachine Learning course in Delhi
Machine Learning course in DelhiAPTRON
 

Similar to Supervised Machine Learning for Rejoice.pptx (20)

Ew36913917
Ew36913917Ew36913917
Ew36913917
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
A Survey on Machine Learning Algorithms
A Survey on Machine Learning AlgorithmsA Survey on Machine Learning Algorithms
A Survey on Machine Learning Algorithms
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Eckovation Machine Learning
Eckovation Machine LearningEckovation Machine Learning
Eckovation Machine Learning
 
credit card fraud detection
credit card fraud detectioncredit card fraud detection
credit card fraud detection
 
Machine learning
Machine learningMachine learning
Machine learning
 
Minor project .pptx
Minor project .pptxMinor project .pptx
Minor project .pptx
 
Machine learning 11.pptx
Machine learning 11.pptxMachine learning 11.pptx
Machine learning 11.pptx
 
part3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptxpart3Module 3 ppt_with classification.pptx
part3Module 3 ppt_with classification.pptx
 
Knowledge Acquisition Based on Repertory Grid Analysis System
Knowledge Acquisition Based on Repertory Grid Analysis SystemKnowledge Acquisition Based on Repertory Grid Analysis System
Knowledge Acquisition Based on Repertory Grid Analysis System
 
Achieving Operational Excellence With AI And Machine Learning
Achieving Operational Excellence With AI And Machine LearningAchieving Operational Excellence With AI And Machine Learning
Achieving Operational Excellence With AI And Machine Learning
 
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
Pay For Learning2
Pay For Learning2Pay For Learning2
Pay For Learning2
 
Test Design Techniques
Test Design TechniquesTest Design Techniques
Test Design Techniques
 
Presentation on Machine learning
Presentation  on Machine learning Presentation  on Machine learning
Presentation on Machine learning
 
Automation a global and influential profession rev 2 - peru presentation
Automation   a global and influential profession rev 2 - peru presentationAutomation   a global and influential profession rev 2 - peru presentation
Automation a global and influential profession rev 2 - peru presentation
 
Machine Learning Training Bootcamp
Machine Learning Training BootcampMachine Learning Training Bootcamp
Machine Learning Training Bootcamp
 
Machine Learning course in Delhi
Machine Learning course in DelhiMachine Learning course in Delhi
Machine Learning course in Delhi
 

Recently uploaded

Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 

Recently uploaded (20)

Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 

Supervised Machine Learning for Rejoice.pptx

  • 1. SUPERVISED MACHINE LEARNING A SEMINAR PRESENTATION BY GROUP 2
  • 2. - CHAPTER 1 - INTRODUCTION
  • 3. WHAT IS SUPERVISED MACHINE LEARNING? • SUPERVISED MACHINE LEARNING IS A SUB CATEGORY OF MACHINE LEARNING AND ARTIFICIAL INTELLIGENCE. IT IS DEFINED BY ITS USE OF LABELED DATASETS TO TRAIN ALGORITHMS THAT CLASSIFIES DATA OR PREDICT OUTCOMES ACCURATELY. IT IS ALSO A LEARNING MODEL FOR PROBLEMS WHERE THE AVAILABLE DATA CONSISTS OF LABELED EXAMPLES, MEANING THAT EACH DATA POINT CONTAINS FEATURES AND AN ASSOCIATED LABEL. IT HAS A PRESENCE OF A SUPERVISOR OR TEACHER WHICH IS THOUGHT TO BE THE TRAINING DATASET. • IN SUPERVISED MACHINE LEARNING EACH EXAMPLE CONSISTS OF AN INPUT OBJECT (TYPICALLY A VECTOR) AND A DESIRED OUTPUT (ALSO CALLED THE SUPERVISORY SIGNAL). THE MODEL IS TRAINED UNTIL IT CAN DETECT THE UNDERLYING PATTERNS AND RELATIONSHIPS BETWEEN THE INPUT DATA AND THE OUTPUT LABELS, ENABLING IT TO YIELD ACCURATE LABELING RESULTS WHEN PRESENTED WITH NEVER-BEFORE-SEEN DATA.
  • 4. IMPORTANCE OF SUPERVISED MACHINE LEARNING • SUPERVISED MACHINE LEARNING PROVIDES AN EXACT IDEA ABOUT THE CLASSES IN THE TRAINING DATA. • SUPERVISED LEARNING IS A SIMPLE PROCESS FOR YOU TO UNDERSTAND. • SUPERVISED MACHINE LEARNING HELPS YOU FIND OUT EXACTLY HOW MANY CLASSES ARE THERE BEFORE GIVING THE DATA FOR TRAINING. • WITH SUPERVISED LEARNING, IT IS POSSIBLE FOR YOU TO BE VERY SPECIFIC ABOUT THE DEFINITION OF THE CLASSES, THAT IS, YOU CAN TRAIN THE CLASSIFIER IN A WAY WHICH HAS A PERFECT DECISION BOUNDARY TO DISTINGUISH DIFFERENT CLASSES ACCURATELY. • SUPERVISED LEARNING CAN BE VERY HELPFUL IN CLASSIFICATION OF PROBLEMS.
  • 5. HOW SUPERVISED MACHINE LEARNING WORKS • SUPERVISED MACHINE LEARNING USES A TRAINING SET TO TEACH MODELS TO YIELD THE DESIRED OUTPUT. THIS TRAINING DATASET INCLUDES INPUTS AND CORRECT OUTPUTS, WHICH ALLOW THE MODEL TO LEARN OVER TIME. THE ALGORITHM MEASURES ITS ACCURACY THROUGH THE LOSS FUNCTION, ADJUSTING UNTIL THE ERROR HAS BEEN SUFFICIENTLY MINIMIZED. • SUPERVISED MACHINE LEARNING CAN BE SEPARATED INTO TWO TYPES OF PROBLEMS WHEN DATA MINING - CLASSIFICATION AND REGRESSION.
  • 6. HOW SUPERVISED MACHINE LEARNING WORKS – CONT’D TWO METHODS OF SUPERVISED MACHINE LEARNING - CLASSIFICATION AND REGRESSION. • CLASSIFICATION – USES AN ALGORITHM TO ACCURATELY ASSIGN TEST DATA INTO SPECIFIC CATEGORIES. IT RECOGNIZES SPECIFIC ENTITIES WITHIN THE DATASET AND ATTEMPTS TO DRAW SOME CONCLUSIONS ON HOW THESE ENTITIES SHOULD BE LABELLED OR DEFINED. COMMON CLASSIFICATIONS ALGORITHMS ARE LINEAR CLASSIFIERS, SUPPORT VECTOR MACHINES (SVM), DECISION TREES, K-NEAREST NEIGHBOR, AND RANDOM FOREST. • REGRESSION – IS USED TO UNDERSTAND THE RELATIONSHIP BETWEEN DEPENDENT AND INDEPENDENT VARIABLES. IT IS COMMONLY USED TO MAKE PROJECTIONS, SUCH AS SALES REVENUE FOR A GIVEN BUSINESS. LINEAR REGRESSION, LOGISTICAL REGRESSION, AND POLYNOMIAL REGRESSION ARE POPULAR REGRESSION ALGORITHMS.
  • 7. FUTURE OF SUPERVISED MACHINE LEARNING – CONT’D • THE FUTURE OF SUPERVISED MACHINE LEARNING IS EXCEPTIONALLY EXCITING. AT PRESENT, ALMOST EVERY COMMON DOMAIN IS POWERED BY MACHINE LEARNING APPLICATIONS. TO NAME A FEW SUCH INDUSTRIES – HEALTHCARE, SEARCH ENGINE, DIGITAL MARKETING, AND EDUCATION ARE THE MAJOR BENEFICIARIES. • SUPERVISED MACHINE LEARNING COULD BE CONTESTED MERIT TO AN ENTERPRISE OR AN ORGANIZATION AS TASKS THAT ARE PRESENTLY BEING DONE MANUALLY SHALL BE WHOLLY ACCOMPLISHED BY THE MACHINES IN THE FUTURE. SUPERVISED MACHINE LEARNING BECOMES ARTIFICIAL INTELLIGENCE’S GREATEST BLESSING TO HUMAN RACE FOR THE EFFECTIVE REALIZATION OF THE TARGETS.
  • 8. - CHAPTER 3 - AREAS OF APPLICATION
  • 9. DIFFERENT APPLICATION OF SUPERVISED MACHINE LEARNING THERE ARE MANY APPLICATIONS ACROSS THE INDUSTRY, SINCE IT PROVIDES THE BEST ALGORITHMS FOR FINDING ACCURATE RESULTS. • FRAUD DETECTION IN BANKING AND FINANCE SECTOR. • SPAM DETECTION. • BIOINFORMATICS. • OBJECT RECOGNITION. • SPEECH RECOGNITION.
  • 10. BENEFITS OF SUPERVISED MACHINE LEARNING SUPERVISED MACHINE LEARNING IS OF GREAT BENEFIT TO THE SOCIETY IN THE FOLLOWING WAYS: • SUPERVISED LEARNING ALLOWS COLLECTING DATA AND PRODUCES DATA OUTPUT FROM PREVIOUS EXPERIENCES. • HELPS TO OPTIMIZE PERFORMANCE CRITERIA WITH THE HELP OF EXPERIENCE. • SUPERVISED MACHINE LEARNING HELPS TO SOLVE VARIOUS TYPES OF REAL- WORLD COMPUTATION PROBLEMS. • SUPERVISED MACHINE LEARNING HAS HIGHER ACCURACY AND IS CONSIDERED TRUSTWORTHY, DUE TO HUMAN INVOLVEMENT. • IT HELPS INDUSTRIES LIKE FINANCIAL INDUSTRIES, HEALTH SECTORS, SOCIAL PREDICTORS AND DEMOGRAPHIC. • IMPROVES CUSTOMER EXPERIENCE. • IT REDUCES COST.
  • 11. DOWNSIDES OF SUPERVISED MACHINE LEARNING • CLASSIFYING BIG DATA CAN BE CHALLENGING. • TRAINING FOR SUPERVISED LEARNING NEEDS A LOT OF COMPUTATION TIME. SO, IT REQUIRES A LOT OF TIME.

Editor's Notes

  1. For example: You want to train a machine in predicting your commute time between your office and home. First, you would create a labeled data set such as the weather, time of day, chosen route, etc. which would comprise your input data. And the output would be the estimated duration of your journey back home on a specific day.
  2. Data mining involves exploring and analyzing large blocks of information to glean meaningful patterns and trends
  3. The fields of Computer Vision and Natural Language Processing (NLP) are making breakthroughs that no one could’ve predicted. We see both of them in our lives – facial recognition in our smartphones, language translation software, self-driving cars, and so on. What might seem science fiction is becoming a reality. With Supervised machine learning being so prominent in our lives today, it’s hard to imagine a future without it. Here are our predictions for the development of machine learning in 2022 and beyond.