SlideShare a Scribd company logo
1 of 12
SUBHABRATA MAITY
MBT/10004/17
INTRODUCTION
- Markov Process are proposed by Russian
Mathematician , Andery Markov.
- In probability theory, a Markov model is a
stochastic model randomly changing system.
- There are four common
Markov Models.
System state
is fully
observable
System state is partially
observable
System is
autonom
ous
Markov Chain Hidden Markov Model
System is
controlle
d
Markov
decision
process
Partially observable
Markov decision process
MARKOV CHAIN
- It is a simplest Markov Model.
- It models the state of a system with a
random variable that changes through time.
- A Markov chain can be described by a
transition matrix.
-
TRANSITION MATRIX
- It is also termed as probability
matrix or Markov matrix or
substitution matrix.
- It is a square Matrix used to describe
the transitions of a Markov chain.
-Design a Markov Chain to predict
the weather of tomorrow using
previous information of the past days.
-Our model has only 3 states: 𝑆 = 𝑆1,
𝑆2, 𝑆3 , and the name of each state is
𝑆1 = 𝑆𝑢𝑛𝑛𝑦 , 𝑆2 = 𝑅𝑎𝑖𝑛𝑦, 𝑆3 = 𝐶𝑙𝑜𝑢𝑑
𝑦.
-To establish the transition
probabilities relationship between
states we will need to collect data.
EXAMPLE OF MARKOV CHAIN
Assume the data produces the following transition probabilities:
𝑃 𝑆𝑢𝑛𝑛𝑦/ 𝑆𝑢𝑛𝑛𝑦 = 0.8,
𝑃 𝑅𝑎𝑖𝑛𝑦/ 𝑆𝑢𝑛𝑛𝑦 = 0.05, =1
𝑃 𝐶𝑙𝑜𝑢𝑑𝑦 /𝑆𝑢𝑛𝑛𝑦 = 0.15
𝑃 𝑆𝑢𝑛𝑛𝑦/ 𝑅𝑎𝑖𝑛𝑦 = 0.2,
𝑃 𝑅𝑎𝑖𝑛𝑦 /𝑅𝑎𝑖𝑛𝑦 = 0.6, =1
𝑃 𝐶𝑙𝑜𝑢𝑑𝑦/𝑅𝑎𝑖𝑛𝑦 = 0.2
𝑃 𝑆𝑢𝑛𝑛𝑦/ 𝐶𝑙𝑜𝑢𝑑𝑦 = 0.2,
𝑃 𝑅𝑎𝑖𝑛𝑦/ 𝐶𝑙𝑜𝑢𝑑𝑦 = 0.3, =1
𝑃 𝐶𝑙𝑜𝑢𝑑𝑦 /𝐶𝑙𝑜𝑢𝑑𝑦 = 0.5
- Let’s say we have a sequence: Sunny, Rainy,
Cloudy, Cloudy, Sunny, Sunny, Sunny, Rainy,
….; so, in a day we can be in any of the three
states.
- We can use the following state sequence
notation: 𝑞1, 𝑞2, 𝑞3, 𝑞4, 𝑞5,….., where 𝑞𝑖 𝜖 {
𝑆𝑢𝑛𝑛𝑦,𝑅𝑎𝑖𝑛𝑦,𝐶𝑙𝑜𝑢𝑑𝑦}.
-In order to compute the probability of
tomorrow’s weather we can use the Markov
property:
𝑃 (𝑞1,…,𝑞𝑛) = 𝑃(𝑞𝑖|𝑞𝑖−1) 𝑖=1
APPLICATION OF MARKOV CHAIN MODEL
-It can be used for data analysis.
- It is used in various study field
such as physics, chemistry,
medicine, music etc.
- It is used in thermodynamics
and statistical mechanics.
- Markov chain methods have also become very
important for generating sequences of random
numbers via process called Markov Chain Monte
Carlo(MCMC).
-It is used in mathematical Biology , specially in
population processes.
- Markov chains can be used in
population genetics.
- It is used to detect weather condition .
MARKOV DECISION PROCESS
-A Markov decision process is a discrete time stochastic
control process .
- It is an extension of Markov chain model.
-It is applied in case of when system is controlled and
system state is fully observable.
- Markov decision processes (MDPs) provide a mathematical
framework for modeling decision making in situations
where outcomes are partly random and partly under the
control of a decision marker.
APPLICATIONS OF MARKOV DECISION PROCESS
-It is used in various field such as robotics, automatic
control, economics, manufacturing etc.
- It is used in network (world wide web) process.

More Related Content

What's hot

Markov chain and its Application
Markov chain and its Application Markov chain and its Application
Markov chain and its Application Tilakpoudel2
 
M A R K O V C H A I N
M A R K O V  C H A I NM A R K O V  C H A I N
M A R K O V C H A I Nashishtqm
 
Markov chain intro
Markov chain introMarkov chain intro
Markov chain intro2vikasdubey
 
Markov analysis
Markov analysisMarkov analysis
Markov analysisganith2k13
 
Markov Chain Monte Carlo Methods
Markov Chain Monte Carlo MethodsMarkov Chain Monte Carlo Methods
Markov Chain Monte Carlo MethodsFrancesco Casalegno
 
Stat 2153 Stochastic Process and Markov chain
Stat 2153 Stochastic Process and Markov chainStat 2153 Stochastic Process and Markov chain
Stat 2153 Stochastic Process and Markov chainKhulna University
 
Markov Models
Markov ModelsMarkov Models
Markov ModelsVu Pham
 
Markov Chains.pptx
Markov Chains.pptxMarkov Chains.pptx
Markov Chains.pptxTarigBerba
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulationRajesh Piryani
 
Introduction to Random Walk
Introduction to Random WalkIntroduction to Random Walk
Introduction to Random WalkShuai Zhang
 
Data Science - Part XIII - Hidden Markov Models
Data Science - Part XIII - Hidden Markov ModelsData Science - Part XIII - Hidden Markov Models
Data Science - Part XIII - Hidden Markov ModelsDerek Kane
 

What's hot (20)

Markov chain and its Application
Markov chain and its Application Markov chain and its Application
Markov chain and its Application
 
Lesson 11: Markov Chains
Lesson 11: Markov ChainsLesson 11: Markov Chains
Lesson 11: Markov Chains
 
M A R K O V C H A I N
M A R K O V  C H A I NM A R K O V  C H A I N
M A R K O V C H A I N
 
Markov chains1
Markov chains1Markov chains1
Markov chains1
 
Markov chain intro
Markov chain introMarkov chain intro
Markov chain intro
 
Markov analysis
Markov analysisMarkov analysis
Markov analysis
 
Markov Chain Monte Carlo Methods
Markov Chain Monte Carlo MethodsMarkov Chain Monte Carlo Methods
Markov Chain Monte Carlo Methods
 
Hidden Markov Model
Hidden Markov Model Hidden Markov Model
Hidden Markov Model
 
Chap 4 markov chains
Chap 4   markov chainsChap 4   markov chains
Chap 4 markov chains
 
Markov chain analysis
Markov chain analysisMarkov chain analysis
Markov chain analysis
 
Stat 2153 Stochastic Process and Markov chain
Stat 2153 Stochastic Process and Markov chainStat 2153 Stochastic Process and Markov chain
Stat 2153 Stochastic Process and Markov chain
 
Markov chain
Markov chainMarkov chain
Markov chain
 
Markov Models
Markov ModelsMarkov Models
Markov Models
 
Markov Chains.pptx
Markov Chains.pptxMarkov Chains.pptx
Markov Chains.pptx
 
NLP_KASHK:Markov Models
NLP_KASHK:Markov ModelsNLP_KASHK:Markov Models
NLP_KASHK:Markov Models
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulation
 
HIDDEN MARKOV MODEL AND ITS APPLICATION
HIDDEN MARKOV MODEL AND ITS APPLICATIONHIDDEN MARKOV MODEL AND ITS APPLICATION
HIDDEN MARKOV MODEL AND ITS APPLICATION
 
Introduction to Random Walk
Introduction to Random WalkIntroduction to Random Walk
Introduction to Random Walk
 
Data Science - Part XIII - Hidden Markov Models
Data Science - Part XIII - Hidden Markov ModelsData Science - Part XIII - Hidden Markov Models
Data Science - Part XIII - Hidden Markov Models
 
Hidden markov model ppt
Hidden markov model pptHidden markov model ppt
Hidden markov model ppt
 

Similar to Markov presentation

Advanced operation research
Advanced operation researchAdvanced operation research
Advanced operation researchSajid Ali
 
Methods of Track Circuit Fault Diagnosis Based on Hmm
Methods of Track Circuit Fault Diagnosis Based on HmmMethods of Track Circuit Fault Diagnosis Based on Hmm
Methods of Track Circuit Fault Diagnosis Based on HmmIJRESJOURNAL
 
Probabilistic Models of Time Series and Sequences
Probabilistic Models of Time Series and SequencesProbabilistic Models of Time Series and Sequences
Probabilistic Models of Time Series and SequencesZitao Liu
 
Hidden Markov model technique for dynamic spectrum access
Hidden Markov model technique for dynamic spectrum accessHidden Markov model technique for dynamic spectrum access
Hidden Markov model technique for dynamic spectrum accessTELKOMNIKA JOURNAL
 
Markov Chain & Matrix Geometric Analysis.pptx
Markov Chain & Matrix Geometric Analysis.pptxMarkov Chain & Matrix Geometric Analysis.pptx
Markov Chain & Matrix Geometric Analysis.pptxHabibullahAbbasi2
 
Hidden Markov Model (HMM).pptx
Hidden Markov Model (HMM).pptxHidden Markov Model (HMM).pptx
Hidden Markov Model (HMM).pptxAdityaKumar993506
 
meng.ppt
meng.pptmeng.ppt
meng.pptaozcan1
 
Some properties of the Markov chains of the Markov Models of molecular processes
Some properties of the Markov chains of the Markov Models of molecular processesSome properties of the Markov chains of the Markov Models of molecular processes
Some properties of the Markov chains of the Markov Models of molecular processesOrchidea Maria Lecian
 
Hidden Markov Model - The Most Probable Path
Hidden Markov Model - The Most Probable PathHidden Markov Model - The Most Probable Path
Hidden Markov Model - The Most Probable PathLê Hòa
 
Hidden Markov Model presentation project.pptx
Hidden Markov Model presentation project.pptxHidden Markov Model presentation project.pptx
Hidden Markov Model presentation project.pptxbikikhan0001
 
Markov Model chains
Markov  Model  chains Markov  Model  chains
Markov Model chains Sharmin Rubi
 
Conformational_Analysis.pptx
Conformational_Analysis.pptxConformational_Analysis.pptx
Conformational_Analysis.pptxChandni Pathak
 
Molecular dynamics and namd simulation
Molecular dynamics and namd simulationMolecular dynamics and namd simulation
Molecular dynamics and namd simulationShoaibKhan488
 

Similar to Markov presentation (20)

Advanced operation research
Advanced operation researchAdvanced operation research
Advanced operation research
 
HMM (Hidden Markov Model)
HMM (Hidden Markov Model)HMM (Hidden Markov Model)
HMM (Hidden Markov Model)
 
Methods of Track Circuit Fault Diagnosis Based on Hmm
Methods of Track Circuit Fault Diagnosis Based on HmmMethods of Track Circuit Fault Diagnosis Based on Hmm
Methods of Track Circuit Fault Diagnosis Based on Hmm
 
Probabilistic Models of Time Series and Sequences
Probabilistic Models of Time Series and SequencesProbabilistic Models of Time Series and Sequences
Probabilistic Models of Time Series and Sequences
 
JOURNALnew
JOURNALnewJOURNALnew
JOURNALnew
 
I05745368
I05745368I05745368
I05745368
 
Hidden Markov model technique for dynamic spectrum access
Hidden Markov model technique for dynamic spectrum accessHidden Markov model technique for dynamic spectrum access
Hidden Markov model technique for dynamic spectrum access
 
Markov Chain & Matrix Geometric Analysis.pptx
Markov Chain & Matrix Geometric Analysis.pptxMarkov Chain & Matrix Geometric Analysis.pptx
Markov Chain & Matrix Geometric Analysis.pptx
 
Hidden markov model
Hidden markov modelHidden markov model
Hidden markov model
 
Hidden Markov Model (HMM).pptx
Hidden Markov Model (HMM).pptxHidden Markov Model (HMM).pptx
Hidden Markov Model (HMM).pptx
 
meng.ppt
meng.pptmeng.ppt
meng.ppt
 
Some properties of the Markov chains of the Markov Models of molecular processes
Some properties of the Markov chains of the Markov Models of molecular processesSome properties of the Markov chains of the Markov Models of molecular processes
Some properties of the Markov chains of the Markov Models of molecular processes
 
Hidden Markov Model - The Most Probable Path
Hidden Markov Model - The Most Probable PathHidden Markov Model - The Most Probable Path
Hidden Markov Model - The Most Probable Path
 
Hidden Markov Model presentation project.pptx
Hidden Markov Model presentation project.pptxHidden Markov Model presentation project.pptx
Hidden Markov Model presentation project.pptx
 
Markov Model chains
Markov  Model  chains Markov  Model  chains
Markov Model chains
 
Conformational_Analysis.pptx
Conformational_Analysis.pptxConformational_Analysis.pptx
Conformational_Analysis.pptx
 
Hidden markov model
Hidden markov modelHidden markov model
Hidden markov model
 
Introduction to hmm
Introduction to hmmIntroduction to hmm
Introduction to hmm
 
Molecular dynamics and namd simulation
Molecular dynamics and namd simulationMolecular dynamics and namd simulation
Molecular dynamics and namd simulation
 
F1083644
F1083644F1083644
F1083644
 

Recently uploaded

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

Markov presentation

  • 2. INTRODUCTION - Markov Process are proposed by Russian Mathematician , Andery Markov. - In probability theory, a Markov model is a stochastic model randomly changing system.
  • 3. - There are four common Markov Models. System state is fully observable System state is partially observable System is autonom ous Markov Chain Hidden Markov Model System is controlle d Markov decision process Partially observable Markov decision process
  • 4. MARKOV CHAIN - It is a simplest Markov Model. - It models the state of a system with a random variable that changes through time. - A Markov chain can be described by a transition matrix. -
  • 5. TRANSITION MATRIX - It is also termed as probability matrix or Markov matrix or substitution matrix. - It is a square Matrix used to describe the transitions of a Markov chain.
  • 6. -Design a Markov Chain to predict the weather of tomorrow using previous information of the past days. -Our model has only 3 states: 𝑆 = 𝑆1, 𝑆2, 𝑆3 , and the name of each state is 𝑆1 = 𝑆𝑢𝑛𝑛𝑦 , 𝑆2 = 𝑅𝑎𝑖𝑛𝑦, 𝑆3 = 𝐶𝑙𝑜𝑢𝑑 𝑦. -To establish the transition probabilities relationship between states we will need to collect data. EXAMPLE OF MARKOV CHAIN
  • 7. Assume the data produces the following transition probabilities: 𝑃 𝑆𝑢𝑛𝑛𝑦/ 𝑆𝑢𝑛𝑛𝑦 = 0.8, 𝑃 𝑅𝑎𝑖𝑛𝑦/ 𝑆𝑢𝑛𝑛𝑦 = 0.05, =1 𝑃 𝐶𝑙𝑜𝑢𝑑𝑦 /𝑆𝑢𝑛𝑛𝑦 = 0.15 𝑃 𝑆𝑢𝑛𝑛𝑦/ 𝑅𝑎𝑖𝑛𝑦 = 0.2, 𝑃 𝑅𝑎𝑖𝑛𝑦 /𝑅𝑎𝑖𝑛𝑦 = 0.6, =1 𝑃 𝐶𝑙𝑜𝑢𝑑𝑦/𝑅𝑎𝑖𝑛𝑦 = 0.2 𝑃 𝑆𝑢𝑛𝑛𝑦/ 𝐶𝑙𝑜𝑢𝑑𝑦 = 0.2, 𝑃 𝑅𝑎𝑖𝑛𝑦/ 𝐶𝑙𝑜𝑢𝑑𝑦 = 0.3, =1 𝑃 𝐶𝑙𝑜𝑢𝑑𝑦 /𝐶𝑙𝑜𝑢𝑑𝑦 = 0.5
  • 8. - Let’s say we have a sequence: Sunny, Rainy, Cloudy, Cloudy, Sunny, Sunny, Sunny, Rainy, ….; so, in a day we can be in any of the three states. - We can use the following state sequence notation: 𝑞1, 𝑞2, 𝑞3, 𝑞4, 𝑞5,….., where 𝑞𝑖 𝜖 { 𝑆𝑢𝑛𝑛𝑦,𝑅𝑎𝑖𝑛𝑦,𝐶𝑙𝑜𝑢𝑑𝑦}. -In order to compute the probability of tomorrow’s weather we can use the Markov property: 𝑃 (𝑞1,…,𝑞𝑛) = 𝑃(𝑞𝑖|𝑞𝑖−1) 𝑖=1
  • 9. APPLICATION OF MARKOV CHAIN MODEL -It can be used for data analysis. - It is used in various study field such as physics, chemistry, medicine, music etc. - It is used in thermodynamics and statistical mechanics. - Markov chain methods have also become very important for generating sequences of random numbers via process called Markov Chain Monte Carlo(MCMC).
  • 10. -It is used in mathematical Biology , specially in population processes. - Markov chains can be used in population genetics. - It is used to detect weather condition .
  • 11. MARKOV DECISION PROCESS -A Markov decision process is a discrete time stochastic control process . - It is an extension of Markov chain model. -It is applied in case of when system is controlled and system state is fully observable. - Markov decision processes (MDPs) provide a mathematical framework for modeling decision making in situations where outcomes are partly random and partly under the control of a decision marker.
  • 12. APPLICATIONS OF MARKOV DECISION PROCESS -It is used in various field such as robotics, automatic control, economics, manufacturing etc. - It is used in network (world wide web) process.