SlideShare une entreprise Scribd logo
1  sur  53
Télécharger pour lire hors ligne
DIFFERENTIATE
ARTIFICIAL
INTELLIGENCE,
MACHINE
LEARNING AND
DEEP LEARNING
01
UNDERSTAND THE
NEED FOR
MACHINE
LEARNING
02
ILLUSTRATE
MACHINE
LEARNING
PROCESS
03
UNDERSTAND THE
TYPES OF MACHINE
LEARNING
04
DETERMINE THE
TYPE OF PROBLEMS
SOLVED USING
MACHINE
LEARNING
05
PRACTICAL
IMPLEMENTATION
OF MACHINING
LEARNING
06
• It covers anything which
enables the computers to
behave like humans.
• It deals with the
extraction of patterns
from a large data sets.
• It deals to train Deep
Neural Networks so as to
achieve better accuracy in
those cases where former
was not performing up to
the mark.
•2.5 quintillion bytes of data every single day
•Estimated by 2020, 1.7MB of data will be
created every second for every person on
earth.
•predictive models that can study and
analyze complex data
Source: Google Images
•Netflix and Amazon
Netflix’s Recommendation Engine
Facebook’s Auto-tagging feature
Amazon’s Alexa
Google’s Spam Filter
Task: How will you choose the best mangoes?
Experience 1:
You were informed that bright and yellow
mangoes are sweeter than pale and yellow ones.
So you make a simple rule: pick only from the
bright yellow mangoes. You check the colour of
the mangoes, pick the bright yellow ones, pay up,
and return home. Right?
Learning 1:
Bright yellow mangoes are sweeter than pale
yellow ones
Experience 2:
Now when you went home and tasted the
mangoes, some of them were not sweet as you
thought. You are worried as your wisdom was
insufficient. You concluded that when it comes
shopping mangoes, you have to look for more
than just the colors.
After a lot of pondering and tasting different
types of mangoes,
Experience 2:
you concluded that the bigger and bright yellow
mangoes are guaranteed to be sweet, while the
smaller, bright yellow mangoes are sweet only
half the time (i.e. if you bought 100 bright
yellow mangoes (50 will be big in size and rest
50 will be small), then the 50 big mangoes will
all be sweet, while out of the 50 small ones,
only 25 mangoes will turn out to be sweet). You
will then update your rule about the mango
shopping and from next time you will keep this
in mind.
Experience 2:
you concluded that the bigger and bright yellow
mangoes are guaranteed to be sweet, while the
smaller, bright yellow mangoes are sweet only
half the time (i.e. if you bought 100 bright
yellow mangoes (50 will be big in size and rest
50 will be small), then the 50 big mangoes will
all be sweet, while out of the 50 small ones,
only 25 mangoes will turn out to be sweet). You
will then update your rule about the mango
shopping and from next time you will keep this
in mind.
Learning 2:
The smaller and bright yellow mangoes are
sweet only half the time.
Experience 3:
Tragedy: Next time at the market, you see that
your favorite vendor has gone out of town. You
decide to buy from a different vendor, who
supplies mangoes grown from a different part of
the country. Now, you realize that the rule which
you had learnt (that big, bright yellow mangoes
are the sweetest) is no longer applicable. You have
to learn from scratch. You taste a mango of each
kind from this vendor and realize that the small,
pale yellow ones are in fact the sweetest of all.
Learning 3:
Small, pale yellow ones are the sweetest of all.
Experience 4:
One day your cousin visits you from another city.
You decide to treat her with mangoes. But she is
like “I don’t care about the sweetness of a mango,
I only want the juiciest ones”. Now once again,
you run your experiments, tasting all kinds of
mangoes, and realizing that the softer ones are
juicier.
Learning 4:
Soft mangoes are juicier
Experience 5:
Later on, you move to a different part of the
world and you found that the mangoes here taste
surprisingly different from your home country.
You realized that for this country the green
mangoes are tastier than the yellow ones.
Learning 5:
Green mangoes are tastier than yellow one
Experience 6:
You marry someone who hates mangoes but loves
oranges instead. Now you go for shopping
oranges instead of mangoes. Now, all your
accumulated knowledge about mangoes is
worthless. Now you have to learn everything
about the correlation between the physical
characteristics and the taste of apples, by the same
method of experimentation.
Learning 6:
You don’t need mangoes anymore
What if you have to
write a code for it?
if is bright yellow and
size is big and sold by:
mango is sweet.
if (soft): mango is juicy
Conclusion as
HUMAN?
But every time you
make a new
observation from your
experiments, you have
to modify the list of
rules manually.
Task: How will you choose the best apple?
This is where
Machine
Learning comes
into the picture
“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.”
• an American pioneer in the field of
computer gaming and artificial
intelligence
Arthur Lee Samuel
• popularized the term "machine
learning" in 1959
Training Phase Testing Phase
Model:
A model is the main component of Machine Learning. A model is
trained by using a Machine Learning Algorithm. An algorithm maps
all the decisions that a model is supposed to take based on the given
input, in order to get the correct output.
Predictor Variable:
It is a feature(s) of the data that can be used to predict the output.
Response Variable:
It is the feature or the output variable that needs to be predicted by
using the predictor variable(s).
Training Data:
The Machine Learning model is built using the training data. The
training data helps the model to identify key trends and patterns
essential to predict the output.
Testing Data:
After the model is trained, it must be tested to evaluate how accurately
it can predict an outcome. This is done by the testing data set.
Step 1: Define the objective of the Problem Statement
• At this step, we must understand what exactly needs to be
predicted.
• In our case, the objective is to predict the possibility of rain
by studying weather conditions.
• At this stage, it is also essential to take mental notes on
what kind of data can be used to solve this problem or the
type of approach you must follow to get to the solution.
Step 2: Data Gathering
• What kind of data is needed to solve this problem?
• Is the data available?
• How can I get the data?
Step 4: Exploratory Data Analysis
• Grab your detective glasses because this stage is all about
diving deep into data and finding all the hidden data
mysteries. EDA or Exploratory Data Analysis is the
brainstorming stage of Machine Learning.
• Data Exploration involves understanding the patterns and
trends in the data.
• At this stage, all the useful insights are drawn and
correlations between the variables are understood.
Step 5: Building a Machine Learning Model
• All the insights and patterns derived during Data
Exploration are used to build the Machine Learning
Model.
• This stage always begins by splitting the data set into two
parts, training data, and testing data.
• The training data will be used to build and analyze the
model.
• The logic of the model is based on the Machine Learning
Algorithm that is being implemented.
Step 6: Model Evaluation & Optimization
• After building a model by using the training data set, it is
finally time to put the model to a test.
• The testing data set is used to check the efficiency of the
model and how accurately it can predict the outcome.
• Once the accuracy is calculated, any further improvements
in the model can be implemented at this stage.
• Methods like parameter tuning and cross-validation can be
used to improve the performance of the model.
Step 7: Predictions
• Once the model is evaluated and improved, it is finally
used to make predictions.
• The final output can be a Categorical variable (eg. True or
False) or it can be a Continuous Quantity (eg. the
predicted value of a stock).
1. Supervised Learning
2. Unsupervised Learning
3. Reinforcement Learning
• a technique in which we teach or train the machine using data
which is well labeled.
• Y = f(X)
• every instance of
the training
dataset consists of
input attributes
and expected
output
• The training
dataset can take any
kind of data as an
input like values of
a database row, the
pixels of an image,
or even an audio
frequency
histogram.
• involves training by using unlabeled data and allowing the model
to act on that information without guidance
• input data (X) and
no corresponding
output variables
• to model the
underlying structure
or distribution in
the data in order to
learn more about
the data.
• dataset does not
have an expected
• can detect patterns
based on the typical
characteristics of the
input data
• Clustering
• a part of Machine learning where an agent is put in an
environment and he learns to behave in this environment by
performing certain actions and observing the rewards which it gets
from those actions
• hit and trial method of
learning
• all about the interaction
between the environment
and the learning agent
• exploration and
exploitation
Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)
Machine Learning Algorithms (Part 1)

Contenu connexe

Tendances

Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Marina Santini
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt Poojamanic
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?NVIDIA
 
Introduction to Python for Data Science
Introduction to Python for Data ScienceIntroduction to Python for Data Science
Introduction to Python for Data ScienceArc & Codementor
 
Machine Learning
Machine LearningMachine Learning
Machine LearningKumar P
 
LanGCHAIN Framework
LanGCHAIN FrameworkLanGCHAIN Framework
LanGCHAIN FrameworkKeymate.AI
 
Machine Learning vs. Deep Learning
Machine Learning vs. Deep LearningMachine Learning vs. Deep Learning
Machine Learning vs. Deep LearningBelatrix Software
 
Introduction to data science.pptx
Introduction to data science.pptxIntroduction to data science.pptx
Introduction to data science.pptxSadhanaParameswaran
 
Transfer Learning -- The Next Frontier for Machine Learning
Transfer Learning -- The Next Frontier for Machine LearningTransfer Learning -- The Next Frontier for Machine Learning
Transfer Learning -- The Next Frontier for Machine LearningSebastian Ruder
 
AI for Everyone: Master the Basics
AI for Everyone: Master the BasicsAI for Everyone: Master the Basics
AI for Everyone: Master the BasicsStutty Srivastava
 
A Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DLA Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DLRangaprasad Sampath
 
Data Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksData Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksBICA Labs
 
Introduction to AI & ML
Introduction to AI & MLIntroduction to AI & ML
Introduction to AI & MLMandy Sidana
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesDianaGray10
 
Machine Learning
Machine LearningMachine Learning
Machine LearningRahul Kumar
 
AI Powerpoint Presentation Slides
AI Powerpoint Presentation SlidesAI Powerpoint Presentation Slides
AI Powerpoint Presentation SlidesSlideTeam
 

Tendances (20)

Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?
 
Introduction to Python for Data Science
Introduction to Python for Data ScienceIntroduction to Python for Data Science
Introduction to Python for Data Science
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
LanGCHAIN Framework
LanGCHAIN FrameworkLanGCHAIN Framework
LanGCHAIN Framework
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning vs. Deep Learning
Machine Learning vs. Deep LearningMachine Learning vs. Deep Learning
Machine Learning vs. Deep Learning
 
Federated Learning
Federated LearningFederated Learning
Federated Learning
 
Introduction to data science.pptx
Introduction to data science.pptxIntroduction to data science.pptx
Introduction to data science.pptx
 
Transfer Learning -- The Next Frontier for Machine Learning
Transfer Learning -- The Next Frontier for Machine LearningTransfer Learning -- The Next Frontier for Machine Learning
Transfer Learning -- The Next Frontier for Machine Learning
 
AI for Everyone: Master the Basics
AI for Everyone: Master the BasicsAI for Everyone: Master the Basics
AI for Everyone: Master the Basics
 
A Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DLA Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DL
 
Data Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksData Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural Networks
 
Introduction to AI & ML
Introduction to AI & MLIntroduction to AI & ML
Introduction to AI & ML
 
Data science
Data scienceData science
Data science
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Leveraging Generative AI & Best practices
Leveraging Generative AI & Best practicesLeveraging Generative AI & Best practices
Leveraging Generative AI & Best practices
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
AI Powerpoint Presentation Slides
AI Powerpoint Presentation SlidesAI Powerpoint Presentation Slides
AI Powerpoint Presentation Slides
 

Similaire à Machine Learning Algorithms (Part 1)

Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1Amruta Aphale
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxChitrachitrap
 
Lec 6 learning
Lec 6 learningLec 6 learning
Lec 6 learningEyob Sisay
 
unit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptxunit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptxDr.Shweta
 
Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...
Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...
Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...Maninda Edirisooriya
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)SwatiTripathi44
 
Easily apply Quality Assurance and Testing in the ML Project
Easily apply Quality Assurance and Testing in the ML ProjectEasily apply Quality Assurance and Testing in the ML Project
Easily apply Quality Assurance and Testing in the ML ProjectNexSoftsys
 
Artificial Intelligence Approaches
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence ApproachesJincy Nelson
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learningAkshay Kanchan
 
An introduction to machine learning and statistics
An introduction to machine learning and statisticsAn introduction to machine learning and statistics
An introduction to machine learning and statisticsSpotle.ai
 
Rahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptx
Rahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptxRahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptx
Rahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptxRahulKirtoniya
 
Machine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMachine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMemi Beltrame
 
5 learning edited 2012.ppt
5 learning edited 2012.ppt5 learning edited 2012.ppt
5 learning edited 2012.pptHenokGetachew15
 
Machine learning --Introduction.pptx
Machine learning --Introduction.pptxMachine learning --Introduction.pptx
Machine learning --Introduction.pptxvinivijayan4
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for DesignersMemi Beltrame
 
Machine learning basics by akanksha bali
Machine learning basics by akanksha baliMachine learning basics by akanksha bali
Machine learning basics by akanksha baliAkanksha Bali
 

Similaire à Machine Learning Algorithms (Part 1) (20)

Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptx
 
Lab 7.pptx
Lab 7.pptxLab 7.pptx
Lab 7.pptx
 
ML_Module_1.pdf
ML_Module_1.pdfML_Module_1.pdf
ML_Module_1.pdf
 
Lec 6 learning
Lec 6 learningLec 6 learning
Lec 6 learning
 
unit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptxunit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptx
 
Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...
Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...
Lecture 2 - Introduction to Machine Learning, a lecture in subject module Sta...
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Easily apply Quality Assurance and Testing in the ML Project
Easily apply Quality Assurance and Testing in the ML ProjectEasily apply Quality Assurance and Testing in the ML Project
Easily apply Quality Assurance and Testing in the ML Project
 
Artificial Intelligence Approaches
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence Approaches
 
ML
MLML
ML
 
Intro to machine learning
Intro to machine learningIntro to machine learning
Intro to machine learning
 
An introduction to machine learning and statistics
An introduction to machine learning and statisticsAn introduction to machine learning and statistics
An introduction to machine learning and statistics
 
Unit 2-ML.pptx
Unit 2-ML.pptxUnit 2-ML.pptx
Unit 2-ML.pptx
 
Rahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptx
Rahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptxRahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptx
Rahul_Kirtoniya_11800121032_CSE_Machine_Learning.pptx
 
Machine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp SwitzerlandMachine Learning for Designers - UX Camp Switzerland
Machine Learning for Designers - UX Camp Switzerland
 
5 learning edited 2012.ppt
5 learning edited 2012.ppt5 learning edited 2012.ppt
5 learning edited 2012.ppt
 
Machine learning --Introduction.pptx
Machine learning --Introduction.pptxMachine learning --Introduction.pptx
Machine learning --Introduction.pptx
 
Machine Learning for Designers
Machine Learning for DesignersMachine Learning for Designers
Machine Learning for Designers
 
Machine learning basics by akanksha bali
Machine learning basics by akanksha baliMachine learning basics by akanksha bali
Machine learning basics by akanksha bali
 

Plus de Laguna State Polytechnic University

Formal Logic - Lesson 4 - Tautology, Contradiction and Contingency
Formal Logic - Lesson 4 - Tautology, Contradiction and ContingencyFormal Logic - Lesson 4 - Tautology, Contradiction and Contingency
Formal Logic - Lesson 4 - Tautology, Contradiction and ContingencyLaguna State Polytechnic University
 
Exploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information SystemExploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information SystemLaguna State Polytechnic University
 

Plus de Laguna State Polytechnic University (20)

Number Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number TheoryNumber Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number Theory
 
Formal Logic - Lesson 8 - Predicates and Quantifiers
Formal Logic - Lesson 8 - Predicates and QuantifiersFormal Logic - Lesson 8 - Predicates and Quantifiers
Formal Logic - Lesson 8 - Predicates and Quantifiers
 
Artificial Intelligence Algorithms
Artificial Intelligence AlgorithmsArtificial Intelligence Algorithms
Artificial Intelligence Algorithms
 
Formal Logic - Lesson 7 - Rules of Inference
Formal Logic - Lesson 7 - Rules of InferenceFormal Logic - Lesson 7 - Rules of Inference
Formal Logic - Lesson 7 - Rules of Inference
 
Formal Logic - Lesson 6 - Switching Circuits
Formal Logic - Lesson 6 - Switching CircuitsFormal Logic - Lesson 6 - Switching Circuits
Formal Logic - Lesson 6 - Switching Circuits
 
Formal Logic - Lesson 5 - Logical Equivalence
Formal Logic - Lesson 5 - Logical EquivalenceFormal Logic - Lesson 5 - Logical Equivalence
Formal Logic - Lesson 5 - Logical Equivalence
 
Formal Logic - Lesson 4 - Tautology, Contradiction and Contingency
Formal Logic - Lesson 4 - Tautology, Contradiction and ContingencyFormal Logic - Lesson 4 - Tautology, Contradiction and Contingency
Formal Logic - Lesson 4 - Tautology, Contradiction and Contingency
 
Formal Logic - Lesson 3 - Truth Tables
Formal Logic - Lesson 3 - Truth TablesFormal Logic - Lesson 3 - Truth Tables
Formal Logic - Lesson 3 - Truth Tables
 
Formal Logic - Lesson 2 - Logical Connectives
Formal Logic - Lesson 2 - Logical ConnectivesFormal Logic - Lesson 2 - Logical Connectives
Formal Logic - Lesson 2 - Logical Connectives
 
Formal Logic - Lesson 1 - Introduction to Logic
Formal Logic - Lesson 1 - Introduction to LogicFormal Logic - Lesson 1 - Introduction to Logic
Formal Logic - Lesson 1 - Introduction to Logic
 
Ethical Issues and Relevant Laws on Computing
Ethical Issues and Relevant Laws on ComputingEthical Issues and Relevant Laws on Computing
Ethical Issues and Relevant Laws on Computing
 
Number Systems Basic Concepts
Number Systems Basic ConceptsNumber Systems Basic Concepts
Number Systems Basic Concepts
 
Number Systems Basic Concepts
Number Systems Basic ConceptsNumber Systems Basic Concepts
Number Systems Basic Concepts
 
Exploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information SystemExploring the Difference Between Information Technology and Information System
Exploring the Difference Between Information Technology and Information System
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
Introduction to Computing Logic Formulation
Introduction to Computing Logic FormulationIntroduction to Computing Logic Formulation
Introduction to Computing Logic Formulation
 
Oasis of Sparkling and Refreshing Truisms
Oasis of Sparkling and Refreshing TruismsOasis of Sparkling and Refreshing Truisms
Oasis of Sparkling and Refreshing Truisms
 
My Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation TrackMy Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation Track
 
A Case Study on Issues and Violations on Information Technology
A Case Study on Issues and Violations on Information TechnologyA Case Study on Issues and Violations on Information Technology
A Case Study on Issues and Violations on Information Technology
 

Dernier

Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Dernier (20)

Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

Machine Learning Algorithms (Part 1)

  • 1.
  • 2. DIFFERENTIATE ARTIFICIAL INTELLIGENCE, MACHINE LEARNING AND DEEP LEARNING 01 UNDERSTAND THE NEED FOR MACHINE LEARNING 02 ILLUSTRATE MACHINE LEARNING PROCESS 03
  • 3. UNDERSTAND THE TYPES OF MACHINE LEARNING 04 DETERMINE THE TYPE OF PROBLEMS SOLVED USING MACHINE LEARNING 05 PRACTICAL IMPLEMENTATION OF MACHINING LEARNING 06
  • 4. • It covers anything which enables the computers to behave like humans. • It deals with the extraction of patterns from a large data sets. • It deals to train Deep Neural Networks so as to achieve better accuracy in those cases where former was not performing up to the mark.
  • 5. •2.5 quintillion bytes of data every single day •Estimated by 2020, 1.7MB of data will be created every second for every person on earth. •predictive models that can study and analyze complex data Source: Google Images •Netflix and Amazon
  • 6.
  • 7. Netflix’s Recommendation Engine Facebook’s Auto-tagging feature Amazon’s Alexa Google’s Spam Filter
  • 8. Task: How will you choose the best mangoes?
  • 9. Experience 1: You were informed that bright and yellow mangoes are sweeter than pale and yellow ones. So you make a simple rule: pick only from the bright yellow mangoes. You check the colour of the mangoes, pick the bright yellow ones, pay up, and return home. Right? Learning 1: Bright yellow mangoes are sweeter than pale yellow ones
  • 10. Experience 2: Now when you went home and tasted the mangoes, some of them were not sweet as you thought. You are worried as your wisdom was insufficient. You concluded that when it comes shopping mangoes, you have to look for more than just the colors. After a lot of pondering and tasting different types of mangoes,
  • 11. Experience 2: you concluded that the bigger and bright yellow mangoes are guaranteed to be sweet, while the smaller, bright yellow mangoes are sweet only half the time (i.e. if you bought 100 bright yellow mangoes (50 will be big in size and rest 50 will be small), then the 50 big mangoes will all be sweet, while out of the 50 small ones, only 25 mangoes will turn out to be sweet). You will then update your rule about the mango shopping and from next time you will keep this in mind.
  • 12. Experience 2: you concluded that the bigger and bright yellow mangoes are guaranteed to be sweet, while the smaller, bright yellow mangoes are sweet only half the time (i.e. if you bought 100 bright yellow mangoes (50 will be big in size and rest 50 will be small), then the 50 big mangoes will all be sweet, while out of the 50 small ones, only 25 mangoes will turn out to be sweet). You will then update your rule about the mango shopping and from next time you will keep this in mind.
  • 13. Learning 2: The smaller and bright yellow mangoes are sweet only half the time.
  • 14. Experience 3: Tragedy: Next time at the market, you see that your favorite vendor has gone out of town. You decide to buy from a different vendor, who supplies mangoes grown from a different part of the country. Now, you realize that the rule which you had learnt (that big, bright yellow mangoes are the sweetest) is no longer applicable. You have to learn from scratch. You taste a mango of each kind from this vendor and realize that the small, pale yellow ones are in fact the sweetest of all. Learning 3: Small, pale yellow ones are the sweetest of all.
  • 15. Experience 4: One day your cousin visits you from another city. You decide to treat her with mangoes. But she is like “I don’t care about the sweetness of a mango, I only want the juiciest ones”. Now once again, you run your experiments, tasting all kinds of mangoes, and realizing that the softer ones are juicier. Learning 4: Soft mangoes are juicier
  • 16. Experience 5: Later on, you move to a different part of the world and you found that the mangoes here taste surprisingly different from your home country. You realized that for this country the green mangoes are tastier than the yellow ones. Learning 5: Green mangoes are tastier than yellow one
  • 17. Experience 6: You marry someone who hates mangoes but loves oranges instead. Now you go for shopping oranges instead of mangoes. Now, all your accumulated knowledge about mangoes is worthless. Now you have to learn everything about the correlation between the physical characteristics and the taste of apples, by the same method of experimentation. Learning 6: You don’t need mangoes anymore
  • 18. What if you have to write a code for it?
  • 19. if is bright yellow and size is big and sold by: mango is sweet. if (soft): mango is juicy
  • 21. But every time you make a new observation from your experiments, you have to modify the list of rules manually.
  • 22. Task: How will you choose the best apple?
  • 23. This is where Machine Learning comes into the picture
  • 24. “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.”
  • 25. • an American pioneer in the field of computer gaming and artificial intelligence Arthur Lee Samuel • popularized the term "machine learning" in 1959
  • 27. Model: A model is the main component of Machine Learning. A model is trained by using a Machine Learning Algorithm. An algorithm maps all the decisions that a model is supposed to take based on the given input, in order to get the correct output. Predictor Variable: It is a feature(s) of the data that can be used to predict the output. Response Variable: It is the feature or the output variable that needs to be predicted by using the predictor variable(s).
  • 28. Training Data: The Machine Learning model is built using the training data. The training data helps the model to identify key trends and patterns essential to predict the output. Testing Data: After the model is trained, it must be tested to evaluate how accurately it can predict an outcome. This is done by the testing data set.
  • 29.
  • 30.
  • 31. Step 1: Define the objective of the Problem Statement • At this step, we must understand what exactly needs to be predicted. • In our case, the objective is to predict the possibility of rain by studying weather conditions. • At this stage, it is also essential to take mental notes on what kind of data can be used to solve this problem or the type of approach you must follow to get to the solution.
  • 32. Step 2: Data Gathering • What kind of data is needed to solve this problem? • Is the data available? • How can I get the data?
  • 33. Step 4: Exploratory Data Analysis • Grab your detective glasses because this stage is all about diving deep into data and finding all the hidden data mysteries. EDA or Exploratory Data Analysis is the brainstorming stage of Machine Learning. • Data Exploration involves understanding the patterns and trends in the data. • At this stage, all the useful insights are drawn and correlations between the variables are understood.
  • 34. Step 5: Building a Machine Learning Model • All the insights and patterns derived during Data Exploration are used to build the Machine Learning Model. • This stage always begins by splitting the data set into two parts, training data, and testing data. • The training data will be used to build and analyze the model. • The logic of the model is based on the Machine Learning Algorithm that is being implemented.
  • 35. Step 6: Model Evaluation & Optimization • After building a model by using the training data set, it is finally time to put the model to a test. • The testing data set is used to check the efficiency of the model and how accurately it can predict the outcome. • Once the accuracy is calculated, any further improvements in the model can be implemented at this stage. • Methods like parameter tuning and cross-validation can be used to improve the performance of the model.
  • 36. Step 7: Predictions • Once the model is evaluated and improved, it is finally used to make predictions. • The final output can be a Categorical variable (eg. True or False) or it can be a Continuous Quantity (eg. the predicted value of a stock).
  • 37. 1. Supervised Learning 2. Unsupervised Learning 3. Reinforcement Learning
  • 38. • a technique in which we teach or train the machine using data which is well labeled.
  • 39.
  • 40. • Y = f(X) • every instance of the training dataset consists of input attributes and expected output
  • 41. • The training dataset can take any kind of data as an input like values of a database row, the pixels of an image, or even an audio frequency histogram.
  • 42.
  • 43. • involves training by using unlabeled data and allowing the model to act on that information without guidance
  • 44.
  • 45. • input data (X) and no corresponding output variables • to model the underlying structure or distribution in the data in order to learn more about the data.
  • 46. • dataset does not have an expected • can detect patterns based on the typical characteristics of the input data • Clustering
  • 47.
  • 48. • a part of Machine learning where an agent is put in an environment and he learns to behave in this environment by performing certain actions and observing the rewards which it gets from those actions
  • 49. • hit and trial method of learning • all about the interaction between the environment and the learning agent • exploration and exploitation