SlideShare a Scribd company logo
LEARNING
METHODSG R O U P M E M B E R S
M . I S H A Q Z A M A N
A R S L A N N A Z I R
B I L A L L AT I F
WHAT IS LEARNING?
• Process of learning begins with observation of data such as, examples,
direct experience or instructions.
• Its aim is to allow the computers learn automatically without human
intervention or assistance and adjust actions accordingly.
LEARNING METHODS ARE..
• Supervised Machine learning algorithms
• Unsupervised Machine learning algorithms
• Semi-supervised Machine learning algorithms
• Reinforcement Machine learning algorithms
SUPERVISED MACHINE LEARNING
• Can apply what has been learned in the past to new data using labeled
examples to predict future events.
• Starting from the analysis of a known training dataset, the learning
algorithm produces an inferred function to make predictions about the
output values.
• Algorithm analyzes the training data set and produces an inferred
function.
• If the output of the function is discrete than it is called classifier and if
the output is continuous than it is called a regression function.
EXAMPLE
• If the inputs are 1,2,3,4,5,6 and the outputs according to the inputs are
1,4,9,16,25,36
• Then we can predict the next output by the help of function which we
get from above which is output=input^2
• So if the next input is 7 than by putting in function the output will be 49
SUPERVISED LEARNING ALGORITHM
• Support Vector Machine Algorithm (SVM)
UNSUPERVISED MACHINE LEARNING
• No labels are given to the learning algorithm, leaving it on its own to
find structure in its inputs
• Unsupervised learning can be a goal in itself (discovering hidden
patterns in data).
• The data have no target attribute.
EXAMPLE
• You have bunch of photos of 6 people but without information who is
on which one and want to divide this dataset into 6 piles, each with
photos of one individual.
UNSUPERVISED LEARNING
ALGORITHM
• K – means clustering
SEMI-SUPERVISED LEARNING
• Semi-supervised learning falls in between Supervised and Unsupervised.
• Semi-supervised learning use small amount of labeled data and large
amount of unlabeled data.
• The goal is to learn a predictor that predicts future test data better than
the predictor learned from the labeled training data alone.
• This for example can be used in Deep belief networks, where some
layers are learning the structure of the data (unsupervised) and one
layer is used to make the classification (trained with supervised data)
REINFORCEMENT MACHINE LEARNING
ALGORITHMS
• Is a learning method that interacts with its environment by producing actions and
discovers errors or rewards.
• Reinforcement learning algorithm (called the agent) continuously learns from the
environment in an iterative fashion. In the process, the agent learns from its
experiences of the environment until it explores the full range of possible states.
• This method allows machines and software agents to automatically determine the
behavior within a specific context in order to maximize its performance
STEPS REINFORCEMENT ALGO WORK..
• In order to produce intelligent programs (also called agents), reinforcement learning
goes through the following steps:
• Input state is observed by the agent.
• Decision making function is used to make the agent perform an action.
• After the action is performed, the agent receives reward or reinforcement from the
environment.
• The state-action pair information about the reward is stored.
ARCHITECTURE
REINFORCEMENT ALGO..
• Q-learning
• Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)]
Ad

More Related Content

What's hot (20)

Web Mining & Text Mining
Web Mining & Text MiningWeb Mining & Text Mining
Web Mining & Text Mining
Hemant Sharma
 
Database backup and recovery basics
Database backup and recovery basicsDatabase backup and recovery basics
Database backup and recovery basics
Shahed Mohamed
 
Classification and prediction in data mining
Classification and prediction in data miningClassification and prediction in data mining
Classification and prediction in data mining
Er. Nawaraj Bhandari
 
Association rule mining
Association rule miningAssociation rule mining
Association rule mining
Acad
 
Inference in First-Order Logic
Inference in First-Order Logic Inference in First-Order Logic
Inference in First-Order Logic
Junya Tanaka
 
08. networking
08. networking08. networking
08. networking
Muhammad Ahad
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.
yhen06
 
Planning
PlanningPlanning
Planning
ahmad bassiouny
 
Data mining techniques unit 1
Data mining techniques  unit 1Data mining techniques  unit 1
Data mining techniques unit 1
malathieswaran29
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
Rupsee
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
Yowan Rdotexe
 
IP tables and Filtering
IP tables and FilteringIP tables and Filtering
IP tables and Filtering
Aisha Talat
 
Lecture6 introduction to data streams
Lecture6 introduction to data streamsLecture6 introduction to data streams
Lecture6 introduction to data streams
hktripathy
 
Statistics and Data Mining
Statistics and  Data MiningStatistics and  Data Mining
Statistics and Data Mining
R A Akerkar
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed System
Sunita Sahu
 
DATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MININGDATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MINING
Lovely Professional University
 
Distributed database
Distributed databaseDistributed database
Distributed database
ReachLocal Services India
 
Advance Database Management Systems -Object Oriented Principles In Database
Advance Database Management Systems -Object Oriented Principles In DatabaseAdvance Database Management Systems -Object Oriented Principles In Database
Advance Database Management Systems -Object Oriented Principles In Database
Sonali Parab
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
ankur bhalla
 
Data Mining: Outlier analysis
Data Mining: Outlier analysisData Mining: Outlier analysis
Data Mining: Outlier analysis
DataminingTools Inc
 
Web Mining & Text Mining
Web Mining & Text MiningWeb Mining & Text Mining
Web Mining & Text Mining
Hemant Sharma
 
Database backup and recovery basics
Database backup and recovery basicsDatabase backup and recovery basics
Database backup and recovery basics
Shahed Mohamed
 
Classification and prediction in data mining
Classification and prediction in data miningClassification and prediction in data mining
Classification and prediction in data mining
Er. Nawaraj Bhandari
 
Association rule mining
Association rule miningAssociation rule mining
Association rule mining
Acad
 
Inference in First-Order Logic
Inference in First-Order Logic Inference in First-Order Logic
Inference in First-Order Logic
Junya Tanaka
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.
yhen06
 
Data mining techniques unit 1
Data mining techniques  unit 1Data mining techniques  unit 1
Data mining techniques unit 1
malathieswaran29
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
Rupsee
 
Knowledge based systems
Knowledge based systemsKnowledge based systems
Knowledge based systems
Yowan Rdotexe
 
IP tables and Filtering
IP tables and FilteringIP tables and Filtering
IP tables and Filtering
Aisha Talat
 
Lecture6 introduction to data streams
Lecture6 introduction to data streamsLecture6 introduction to data streams
Lecture6 introduction to data streams
hktripathy
 
Statistics and Data Mining
Statistics and  Data MiningStatistics and  Data Mining
Statistics and Data Mining
R A Akerkar
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed System
Sunita Sahu
 
Advance Database Management Systems -Object Oriented Principles In Database
Advance Database Management Systems -Object Oriented Principles In DatabaseAdvance Database Management Systems -Object Oriented Principles In Database
Advance Database Management Systems -Object Oriented Principles In Database
Sonali Parab
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
ankur bhalla
 

Similar to Learning Method In Data Mining (20)

Learning methods.pptx
Learning methods.pptxLearning methods.pptx
Learning methods.pptx
ImXaib
 
MachineLearning_intro_Types_of_learning.pptx
MachineLearning_intro_Types_of_learning.pptxMachineLearning_intro_Types_of_learning.pptx
MachineLearning_intro_Types_of_learning.pptx
UTKARSHBHARDWAJ71
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
narmeen11
 
Chapter 5 - Machine of it Learning (1).pdf
Chapter 5 - Machine of it Learning (1).pdfChapter 5 - Machine of it Learning (1).pdf
Chapter 5 - Machine of it Learning (1).pdf
naolseyum9
 
Chapter 5 - Machine which of Learning.pdf
Chapter 5 - Machine which  of Learning.pdfChapter 5 - Machine which  of Learning.pdf
Chapter 5 - Machine which of Learning.pdf
naolseyum9
 
GIS_presentation .pptx
GIS_presentation                    .pptxGIS_presentation                    .pptx
GIS_presentation .pptx
lahelex741
 
Machine Learning techniques
Machine Learning techniques Machine Learning techniques
Machine Learning techniques
Jigar Patel
 
unit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptxunit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptx
Dr.Shweta
 
Artificial Intelligence Approaches
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence Approaches
Jincy Nelson
 
Ml leaning this ppt display number of mltypes.pptx
Ml leaning this ppt display number of mltypes.pptxMl leaning this ppt display number of mltypes.pptx
Ml leaning this ppt display number of mltypes.pptx
HardikJakhmola1
 
Machine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptxMachine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptx
JohnWilliam111370
 
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptxMal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
KalpeshMahajan23
 
Machine learning
Machine learningMachine learning
Machine learning
deepakbagam
 
Lecture 5 machine learning updated
Lecture 5   machine learning updatedLecture 5   machine learning updated
Lecture 5 machine learning updated
Vajira Thambawita
 
Machine Learning - Implementation with Python - 3.pdf
Machine Learning - Implementation with Python - 3.pdfMachine Learning - Implementation with Python - 3.pdf
Machine Learning - Implementation with Python - 3.pdf
University College of Engineering Kakinada, JNTUK - Kakinada, India
 
Machine learning
Machine learningMachine learning
Machine learning
MaedehDelparish
 
Session 17-18 machine learning very important and good type student favour.pptx
Session 17-18 machine learning very important and good type student favour.pptxSession 17-18 machine learning very important and good type student favour.pptx
Session 17-18 machine learning very important and good type student favour.pptx
devadattha
 
Supervised Machine Learning.pptx
Supervised Machine Learning.pptxSupervised Machine Learning.pptx
Supervised Machine Learning.pptx
ChanduChandran6
 
Machine Learning and its Appplications--
Machine Learning and its Appplications--Machine Learning and its Appplications--
Machine Learning and its Appplications--
sudarmani rajagopal
 
Unit 3 – AIML.pptx
Unit 3 – AIML.pptxUnit 3 – AIML.pptx
Unit 3 – AIML.pptx
hiblooms
 
Learning methods.pptx
Learning methods.pptxLearning methods.pptx
Learning methods.pptx
ImXaib
 
MachineLearning_intro_Types_of_learning.pptx
MachineLearning_intro_Types_of_learning.pptxMachineLearning_intro_Types_of_learning.pptx
MachineLearning_intro_Types_of_learning.pptx
UTKARSHBHARDWAJ71
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
narmeen11
 
Chapter 5 - Machine of it Learning (1).pdf
Chapter 5 - Machine of it Learning (1).pdfChapter 5 - Machine of it Learning (1).pdf
Chapter 5 - Machine of it Learning (1).pdf
naolseyum9
 
Chapter 5 - Machine which of Learning.pdf
Chapter 5 - Machine which  of Learning.pdfChapter 5 - Machine which  of Learning.pdf
Chapter 5 - Machine which of Learning.pdf
naolseyum9
 
GIS_presentation .pptx
GIS_presentation                    .pptxGIS_presentation                    .pptx
GIS_presentation .pptx
lahelex741
 
Machine Learning techniques
Machine Learning techniques Machine Learning techniques
Machine Learning techniques
Jigar Patel
 
unit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptxunit 1.2 supervised learning.pptx
unit 1.2 supervised learning.pptx
Dr.Shweta
 
Artificial Intelligence Approaches
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence Approaches
Jincy Nelson
 
Ml leaning this ppt display number of mltypes.pptx
Ml leaning this ppt display number of mltypes.pptxMl leaning this ppt display number of mltypes.pptx
Ml leaning this ppt display number of mltypes.pptx
HardikJakhmola1
 
Machine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptxMachine Learning for AIML course UG.pptx
Machine Learning for AIML course UG.pptx
JohnWilliam111370
 
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptxMal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
Mal8iiiiiiiiiiiiiiiii8iiiiii Unit-I.pptx
KalpeshMahajan23
 
Machine learning
Machine learningMachine learning
Machine learning
deepakbagam
 
Lecture 5 machine learning updated
Lecture 5   machine learning updatedLecture 5   machine learning updated
Lecture 5 machine learning updated
Vajira Thambawita
 
Session 17-18 machine learning very important and good type student favour.pptx
Session 17-18 machine learning very important and good type student favour.pptxSession 17-18 machine learning very important and good type student favour.pptx
Session 17-18 machine learning very important and good type student favour.pptx
devadattha
 
Supervised Machine Learning.pptx
Supervised Machine Learning.pptxSupervised Machine Learning.pptx
Supervised Machine Learning.pptx
ChanduChandran6
 
Machine Learning and its Appplications--
Machine Learning and its Appplications--Machine Learning and its Appplications--
Machine Learning and its Appplications--
sudarmani rajagopal
 
Unit 3 – AIML.pptx
Unit 3 – AIML.pptxUnit 3 – AIML.pptx
Unit 3 – AIML.pptx
hiblooms
 
Ad

Recently uploaded (20)

Understanding Complex Development Processes
Understanding Complex Development ProcessesUnderstanding Complex Development Processes
Understanding Complex Development Processes
Process mining Evangelist
 
Ann Naser Nabil- Data Scientist Portfolio.pdf
Ann Naser Nabil- Data Scientist Portfolio.pdfAnn Naser Nabil- Data Scientist Portfolio.pdf
Ann Naser Nabil- Data Scientist Portfolio.pdf
আন্ নাসের নাবিল
 
RAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit FrameworkRAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit Framework
apanneer
 
Time series for yotube_1_data anlysis.pdf
Time series for yotube_1_data anlysis.pdfTime series for yotube_1_data anlysis.pdf
Time series for yotube_1_data anlysis.pdf
asmaamahmoudsaeed
 
Mining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - MicrosoftMining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - Microsoft
Process mining Evangelist
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Jayantilal Bhanushali
 
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
Taqyea
 
Process Mining at Deutsche Bank - Journey
Process Mining at Deutsche Bank - JourneyProcess Mining at Deutsche Bank - Journey
Process Mining at Deutsche Bank - Journey
Process mining Evangelist
 
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdfZ14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Fariborz Seyedloo
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm     mmmmmfftro.pptxlecture_13 tree in mmmmmmmm     mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
sarajafffri058
 
AWS RDS Presentation to make concepts easy.pptx
AWS RDS Presentation to make concepts easy.pptxAWS RDS Presentation to make concepts easy.pptx
AWS RDS Presentation to make concepts easy.pptx
bharatkumarbhojwani
 
文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询
文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询
文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询
Taqyea
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial IntelligenceDr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug
 
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
disnakertransjabarda
 
What is ETL? Difference between ETL and ELT?.pdf
What is ETL? Difference between ETL and ELT?.pdfWhat is ETL? Difference between ETL and ELT?.pdf
What is ETL? Difference between ETL and ELT?.pdf
SaikatBasu37
 
AI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptxAI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptx
AyeshaJalil6
 
50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd
emir73065
 
RAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit FrameworkRAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit Framework
apanneer
 
Time series for yotube_1_data anlysis.pdf
Time series for yotube_1_data anlysis.pdfTime series for yotube_1_data anlysis.pdf
Time series for yotube_1_data anlysis.pdf
asmaamahmoudsaeed
 
Mining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - MicrosoftMining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - Microsoft
Process mining Evangelist
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Day 1 MS Excel Basics #.pptxDay 1 MS Excel Basics #.pptxDay 1 MS Excel Basics...
Jayantilal Bhanushali
 
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
Taqyea
 
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdfZ14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Fariborz Seyedloo
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm     mmmmmfftro.pptxlecture_13 tree in mmmmmmmm     mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
sarajafffri058
 
AWS RDS Presentation to make concepts easy.pptx
AWS RDS Presentation to make concepts easy.pptxAWS RDS Presentation to make concepts easy.pptx
AWS RDS Presentation to make concepts easy.pptx
bharatkumarbhojwani
 
文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询
文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询
文凭证书美国SDSU文凭圣地亚哥州立大学学生证学历认证查询
Taqyea
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial IntelligenceDr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug
 
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
indonesia-gen-z-report-2024 Gen Z (born between 1997 and 2012) is currently t...
disnakertransjabarda
 
What is ETL? Difference between ETL and ELT?.pdf
What is ETL? Difference between ETL and ELT?.pdfWhat is ETL? Difference between ETL and ELT?.pdf
What is ETL? Difference between ETL and ELT?.pdf
SaikatBasu37
 
AI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptxAI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptx
AyeshaJalil6
 
50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd
emir73065
 
Ad

Learning Method In Data Mining

  • 1. LEARNING METHODSG R O U P M E M B E R S M . I S H A Q Z A M A N A R S L A N N A Z I R B I L A L L AT I F
  • 2. WHAT IS LEARNING? • Process of learning begins with observation of data such as, examples, direct experience or instructions. • Its aim is to allow the computers learn automatically without human intervention or assistance and adjust actions accordingly.
  • 3. LEARNING METHODS ARE.. • Supervised Machine learning algorithms • Unsupervised Machine learning algorithms • Semi-supervised Machine learning algorithms • Reinforcement Machine learning algorithms
  • 4. SUPERVISED MACHINE LEARNING • Can apply what has been learned in the past to new data using labeled examples to predict future events. • Starting from the analysis of a known training dataset, the learning algorithm produces an inferred function to make predictions about the output values. • Algorithm analyzes the training data set and produces an inferred function. • If the output of the function is discrete than it is called classifier and if the output is continuous than it is called a regression function.
  • 5. EXAMPLE • If the inputs are 1,2,3,4,5,6 and the outputs according to the inputs are 1,4,9,16,25,36 • Then we can predict the next output by the help of function which we get from above which is output=input^2 • So if the next input is 7 than by putting in function the output will be 49
  • 6. SUPERVISED LEARNING ALGORITHM • Support Vector Machine Algorithm (SVM)
  • 7. UNSUPERVISED MACHINE LEARNING • No labels are given to the learning algorithm, leaving it on its own to find structure in its inputs • Unsupervised learning can be a goal in itself (discovering hidden patterns in data). • The data have no target attribute.
  • 8. EXAMPLE • You have bunch of photos of 6 people but without information who is on which one and want to divide this dataset into 6 piles, each with photos of one individual.
  • 10. SEMI-SUPERVISED LEARNING • Semi-supervised learning falls in between Supervised and Unsupervised. • Semi-supervised learning use small amount of labeled data and large amount of unlabeled data. • The goal is to learn a predictor that predicts future test data better than the predictor learned from the labeled training data alone. • This for example can be used in Deep belief networks, where some layers are learning the structure of the data (unsupervised) and one layer is used to make the classification (trained with supervised data)
  • 11. REINFORCEMENT MACHINE LEARNING ALGORITHMS • Is a learning method that interacts with its environment by producing actions and discovers errors or rewards. • Reinforcement learning algorithm (called the agent) continuously learns from the environment in an iterative fashion. In the process, the agent learns from its experiences of the environment until it explores the full range of possible states. • This method allows machines and software agents to automatically determine the behavior within a specific context in order to maximize its performance
  • 12. STEPS REINFORCEMENT ALGO WORK.. • In order to produce intelligent programs (also called agents), reinforcement learning goes through the following steps: • Input state is observed by the agent. • Decision making function is used to make the agent perform an action. • After the action is performed, the agent receives reward or reinforcement from the environment. • The state-action pair information about the reward is stored.
  • 14. REINFORCEMENT ALGO.. • Q-learning • Q(state, action) = R(state, action) + Gamma * Max[Q(next state, all actions)]
  翻译: