SlideShare a Scribd company logo
1 of 33
Graphical Models of Probability ,[object Object],[object Object],[object Object],Middle ware, CCNT, ZJU 10/02/11
H idden  M arkov  M odel Zhejiang Univ CCNT Yueshen Xu  Middle ware, CCNT, ZJU 10/02/11
Overview ,[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU 10/02/11
Markov   Chain Instance We can regard the weather as three states : state1 : Rain state2 : Cloudy state3 : Sun We can obtain the transition matrix with long term observation Middleware, CCNT, ZJU 10/02/11 Tomorrow Rain Cloudy Sun Today Rain 0.4 0.3 0.3 Cloudy 0.2 0.6 0.2 Sun 0.1 0.1 0.8
Definition one-step transition probability That is to say, the evolvement of the stochastic process only relies on  the current state and has nothing to do with those states before. Then we call this  Markov property , and the process is regarded as  Markov Process State Space: Observation Sequence: Middleware, CCNT, ZJU 10/02/11
Keystone Middleware, CCNT, ZJU state transition matrix 其中: Initial state probability matrix 10/02/11
HMM ,[object Object],[object Object],[object Object],Markov Chain (  , A ) Stochastic Process ( B ) State Sequence Observation Sequence q 1 , q 2 , ..., q T o 1 , o 2 , ..., o T HMM Middleware, CCNT, ZJU 10/02/11 Unobservable Observable Core Feature
Example: S 1 S 2 S 3 What’s the probability of producing the sequence “abb” for this stochastic process?  Middleware, CCNT, ZJU 10/02/11 a 11   0.3 a b 0.80.2 a 22   0.4 a b 0.30.7 a 12   0.5 a b 1 0 a 23   0.6 a b 0.50.5 a 13   0.2 a b 0 1
Instance1: S 1 S 2 S 3 S 1 ->S 1 ->S 2 ->S 3   0.3*0.8*0.5*1.0*0.6*0.5=0.036 Middleware, CCNT, ZJU 10/02/11 a 11   0.3 a b 0.80.2 a 12   0.5 a b 1 0 a 23   0.6 a b 0.50.5 a 13   0.2 a b 0 1 a 22   0.4 a b 0.30.7
Instance2: S 1 S 2 S 3 S 1 ->S 2 ->S 2 ->S 3   0.5*1.0*0.4*0.3*0.6*0.5=0.018 Middleware, CCNT, ZJU 10/02/11 a 11   0.3 a b 0.80.2 a 12   0.5 a b 1 0 a 23   0.6 a b 0.50.5 a 13   0.2 a b 0 1 a 22   0.4 a b 0.30.7
Instance3: S 1 S 2 S 3 S 1 ->S 1 ->S 1 ->S 3   0.3*0.8*0.3*0.8*0.2*1.0=0.01152 Therefore, the total probability is: 0.036+0.018+0.01152=0.06552 Middleware, CCNT, ZJU We just know “abb”, but don’t know “S ? S ? S ? ”-----That’s the point. 10/02/11 a 11   0.3 a b 0.80.2 a 12   0.5 a b 1 0 a 23   0.6 a b 0.50.5 a 13   0.2 a b 0 1 a 22   0.4 a b 0.30.7
Description ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU ,[object Object],10/02/11
Three Core Problem ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU We know O, but don’t know Q 10/02/11
Solution ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU 10/02/11
Application Context ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ Iceberg” Problem Middleware, CCNT, ZJU 10/02/11
Application Context(1): Voice Recognition ,[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU ,[object Object],[object Object],[object Object],10/02/11
Application Context(1): Voice Recognition Middleware, CCNT, ZJU Recognition Framework 10/02/11 Baum-Welch Re-estimation Speech database Feature Extraction Converged?  1  2  7 HMM waveform feature Yes No end
Application Context(2): Text Information Extraction ,[object Object],[object Object],[object Object],Middleware, CCNT, ZJU ,[object Object],[object Object],Through Training Samples 10/02/11
Application Context(2): Text Information Extraction Middleware, CCNT, ZJU Partition-ing State List Extracted Sequence Document Partitioni-ng Training Sample HMM Extraction Framework country, state , city, street title, author, email, abstract 10/02/11
Application Context(3): Other Fields: ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU Which field are you interested in ? 10/02/11
Middleware, CCNT, ZJU 10/02/11
B ayes  B elief  N etwork Yueshen Xu, too Middle ware, CCNT, ZJU 10/02/11
Overview ,[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU 10/02/11
Bayes Theorem ,[object Object],[object Object],prior probability posterior probability complete probability formula Middleware, CCNT, ZJU Condition Inversion 10/02/11
[object Object],Naïve Bayes Theorem Middleware, CCNT, ZJU Chain Rule Conditional Independence C F 1 F 2 … F n Naïve Bayes is a simple Bayes Net 10/02/11
Bayes Belief Network: Graph Structure ,[object Object],[object Object],[object Object],Middleware, CCNT, ZJU Burglary Earthquake Alarm JohnCalls MaryCalls RV parents  descendant relationship 10/02/11
Bayes Belief Network: Conditional Probability Table  ,[object Object],[object Object],Middleware, CCNT, ZJU Burglary Earthquake Alarm JohnCalls MaryCalls 10/02/11 P(B) .001 P(E) .002 B E P(A) T T .95 T F .94 F T .29 F F .001 A P(M) T .70 F .01 A P(J) T .90 F .05
Bayes Belief Network: Joint Distributions ,[object Object],[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU Conditional Independence 10/02/11
Conditional Independence & D-separation  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Middleware, CCNT, ZJU 10/02/11
Application: Simple Document Classification(1) ,[object Object],[object Object],Middleware, CCNT, ZJU 10/02/11
Application: Simple Document Classification(2) ,[object Object],[object Object],>0 or <0 Known Sample Training Middleware, CCNT, ZJU 10/02/11
Application: Overall ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Which field are you interested in ? Middleware, CCNT, ZJU 10/02/11
Middleware, CCNT, ZJU 10/02/11

More Related Content

Similar to Hidden markov chain and bayes belief networks doctor consortium

Novel Logic Circuits Dynamic Parameters Analysis
Novel Logic Circuits Dynamic Parameters AnalysisNovel Logic Circuits Dynamic Parameters Analysis
Novel Logic Circuits Dynamic Parameters Analysiscsandit
 
E0333021025
E0333021025E0333021025
E0333021025theijes
 
ECE260BMiniProject2Report
ECE260BMiniProject2ReportECE260BMiniProject2Report
ECE260BMiniProject2ReportFanyu Yang
 
Stream data mining & CluStream framework
Stream data mining & CluStream frameworkStream data mining & CluStream framework
Stream data mining & CluStream frameworkYueshen Xu
 
NETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docx
NETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docxNETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docx
NETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docxtaitcandie
 
Multiuser detection new
Multiuser detection newMultiuser detection new
Multiuser detection newNebiye Slmn
 
M03 2 Behavioral Diagrams
M03 2 Behavioral DiagramsM03 2 Behavioral Diagrams
M03 2 Behavioral DiagramsDang Tuan
 
Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...
Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...
Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...IRJET Journal
 
N byte error detecting and correcting code using reedsolomon
N byte error detecting and correcting code using reedsolomonN byte error detecting and correcting code using reedsolomon
N byte error detecting and correcting code using reedsolomoneSAT Publishing House
 
N byte error detecting and correcting code using reed-solomon and cellular au...
N byte error detecting and correcting code using reed-solomon and cellular au...N byte error detecting and correcting code using reed-solomon and cellular au...
N byte error detecting and correcting code using reed-solomon and cellular au...eSAT Journals
 
Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)
Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)
Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)Crislanio Macedo
 
Comp7404 ai group_project_15apr2018_v2.1
Comp7404 ai group_project_15apr2018_v2.1Comp7404 ai group_project_15apr2018_v2.1
Comp7404 ai group_project_15apr2018_v2.1paul0001
 
Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning Mohan Kashyap
 
Radiation Hardening by Design
Radiation Hardening by DesignRadiation Hardening by Design
Radiation Hardening by DesignJay Baxi
 
BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...
BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...
BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...ijwmn
 
Development and determination of voltage faultlocation
Development and determination of voltage faultlocationDevelopment and determination of voltage faultlocation
Development and determination of voltage faultlocationeSAT Publishing House
 
Design of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementDesign of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementVLSICS Design
 

Similar to Hidden markov chain and bayes belief networks doctor consortium (20)

Novel Logic Circuits Dynamic Parameters Analysis
Novel Logic Circuits Dynamic Parameters AnalysisNovel Logic Circuits Dynamic Parameters Analysis
Novel Logic Circuits Dynamic Parameters Analysis
 
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
 
E0333021025
E0333021025E0333021025
E0333021025
 
ECE260BMiniProject2Report
ECE260BMiniProject2ReportECE260BMiniProject2Report
ECE260BMiniProject2Report
 
Stream data mining & CluStream framework
Stream data mining & CluStream frameworkStream data mining & CluStream framework
Stream data mining & CluStream framework
 
NETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docx
NETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docxNETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docx
NETWORKS AND FUZZY LOGICASSIGNMENT 1QUESTION ONE [ Perceptro.docx
 
Multiuser detection new
Multiuser detection newMultiuser detection new
Multiuser detection new
 
M03 2 Behavioral Diagrams
M03 2 Behavioral DiagramsM03 2 Behavioral Diagrams
M03 2 Behavioral Diagrams
 
Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...
Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...
Simulating Ideal and Non-ideal Behavior of N-Channel MOSFET using Python Prog...
 
1
11
1
 
N byte error detecting and correcting code using reedsolomon
N byte error detecting and correcting code using reedsolomonN byte error detecting and correcting code using reedsolomon
N byte error detecting and correcting code using reedsolomon
 
N byte error detecting and correcting code using reed-solomon and cellular au...
N byte error detecting and correcting code using reed-solomon and cellular au...N byte error detecting and correcting code using reed-solomon and cellular au...
N byte error detecting and correcting code using reed-solomon and cellular au...
 
Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)
Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)
Redundancy elimination of_big_sensor_data_using_bayesian_networks (1)
 
Comp7404 ai group_project_15apr2018_v2.1
Comp7404 ai group_project_15apr2018_v2.1Comp7404 ai group_project_15apr2018_v2.1
Comp7404 ai group_project_15apr2018_v2.1
 
Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning Classification of voltage disturbance using machine learning
Classification of voltage disturbance using machine learning
 
CDMA PARAMETER
CDMA PARAMETERCDMA PARAMETER
CDMA PARAMETER
 
Radiation Hardening by Design
Radiation Hardening by DesignRadiation Hardening by Design
Radiation Hardening by Design
 
BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...
BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...
BLACKLIST MANAGEMENT USING A VERIFICATION REPORT TO IMPROVE THE ENERGY EFFICI...
 
Development and determination of voltage faultlocation
Development and determination of voltage faultlocationDevelopment and determination of voltage faultlocation
Development and determination of voltage faultlocation
 
Design of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay elementDesign of a novel current balanced voltage controlled delay element
Design of a novel current balanced voltage controlled delay element
 

More from Yueshen Xu

Context aware service recommendation
Context aware service recommendationContext aware service recommendation
Context aware service recommendationYueshen Xu
 
Course review for ir class 本科课件
Course review for ir class 本科课件Course review for ir class 本科课件
Course review for ir class 本科课件Yueshen Xu
 
Semantic web 本科课件
Semantic web 本科课件Semantic web 本科课件
Semantic web 本科课件Yueshen Xu
 
Recommender system slides for undergraduate
Recommender system slides for undergraduateRecommender system slides for undergraduate
Recommender system slides for undergraduateYueshen Xu
 
推荐系统 本科课件
 推荐系统 本科课件 推荐系统 本科课件
推荐系统 本科课件Yueshen Xu
 
Text classification 本科课件
Text classification 本科课件Text classification 本科课件
Text classification 本科课件Yueshen Xu
 
Thinking in clustering yueshen xu
Thinking in clustering yueshen xuThinking in clustering yueshen xu
Thinking in clustering yueshen xuYueshen Xu
 
Text clustering (information retrieval, in chinese)
Text clustering (information retrieval, in chinese)Text clustering (information retrieval, in chinese)
Text clustering (information retrieval, in chinese)Yueshen Xu
 
(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen XuYueshen Xu
 
(Hierarchical) topic modeling
(Hierarchical) topic modeling (Hierarchical) topic modeling
(Hierarchical) topic modeling Yueshen Xu
 
Non parametric bayesian learning in discrete data
Non parametric bayesian learning in discrete dataNon parametric bayesian learning in discrete data
Non parametric bayesian learning in discrete dataYueshen Xu
 
聚类 (Clustering)
聚类 (Clustering)聚类 (Clustering)
聚类 (Clustering)Yueshen Xu
 
徐悦甡简历
徐悦甡简历徐悦甡简历
徐悦甡简历Yueshen Xu
 
Learning to recommend with user generated content
Learning to recommend with user generated contentLearning to recommend with user generated content
Learning to recommend with user generated contentYueshen Xu
 
Social recommender system
Social recommender systemSocial recommender system
Social recommender systemYueshen Xu
 
Summary on the Conference of WISE 2013
Summary on the Conference of WISE 2013Summary on the Conference of WISE 2013
Summary on the Conference of WISE 2013Yueshen Xu
 
Topic model an introduction
Topic model an introductionTopic model an introduction
Topic model an introductionYueshen Xu
 
Acoustic modeling using deep belief networks
Acoustic modeling using deep belief networksAcoustic modeling using deep belief networks
Acoustic modeling using deep belief networksYueshen Xu
 
Summarization for dragon star program
Summarization for dragon  star programSummarization for dragon  star program
Summarization for dragon star programYueshen Xu
 

More from Yueshen Xu (20)

Context aware service recommendation
Context aware service recommendationContext aware service recommendation
Context aware service recommendation
 
Course review for ir class 本科课件
Course review for ir class 本科课件Course review for ir class 本科课件
Course review for ir class 本科课件
 
Semantic web 本科课件
Semantic web 本科课件Semantic web 本科课件
Semantic web 本科课件
 
Recommender system slides for undergraduate
Recommender system slides for undergraduateRecommender system slides for undergraduate
Recommender system slides for undergraduate
 
推荐系统 本科课件
 推荐系统 本科课件 推荐系统 本科课件
推荐系统 本科课件
 
Text classification 本科课件
Text classification 本科课件Text classification 本科课件
Text classification 本科课件
 
Thinking in clustering yueshen xu
Thinking in clustering yueshen xuThinking in clustering yueshen xu
Thinking in clustering yueshen xu
 
Text clustering (information retrieval, in chinese)
Text clustering (information retrieval, in chinese)Text clustering (information retrieval, in chinese)
Text clustering (information retrieval, in chinese)
 
(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu
 
(Hierarchical) topic modeling
(Hierarchical) topic modeling (Hierarchical) topic modeling
(Hierarchical) topic modeling
 
Non parametric bayesian learning in discrete data
Non parametric bayesian learning in discrete dataNon parametric bayesian learning in discrete data
Non parametric bayesian learning in discrete data
 
聚类 (Clustering)
聚类 (Clustering)聚类 (Clustering)
聚类 (Clustering)
 
Yueshen xu cv
Yueshen xu cvYueshen xu cv
Yueshen xu cv
 
徐悦甡简历
徐悦甡简历徐悦甡简历
徐悦甡简历
 
Learning to recommend with user generated content
Learning to recommend with user generated contentLearning to recommend with user generated content
Learning to recommend with user generated content
 
Social recommender system
Social recommender systemSocial recommender system
Social recommender system
 
Summary on the Conference of WISE 2013
Summary on the Conference of WISE 2013Summary on the Conference of WISE 2013
Summary on the Conference of WISE 2013
 
Topic model an introduction
Topic model an introductionTopic model an introduction
Topic model an introduction
 
Acoustic modeling using deep belief networks
Acoustic modeling using deep belief networksAcoustic modeling using deep belief networks
Acoustic modeling using deep belief networks
 
Summarization for dragon star program
Summarization for dragon  star programSummarization for dragon  star program
Summarization for dragon star program
 

Recently uploaded

Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
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
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 

Recently uploaded (20)

Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
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
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 

Hidden markov chain and bayes belief networks doctor consortium

  • 1.
  • 2. H idden M arkov M odel Zhejiang Univ CCNT Yueshen Xu Middle ware, CCNT, ZJU 10/02/11
  • 3.
  • 4. Markov Chain Instance We can regard the weather as three states : state1 : Rain state2 : Cloudy state3 : Sun We can obtain the transition matrix with long term observation Middleware, CCNT, ZJU 10/02/11 Tomorrow Rain Cloudy Sun Today Rain 0.4 0.3 0.3 Cloudy 0.2 0.6 0.2 Sun 0.1 0.1 0.8
  • 5. Definition one-step transition probability That is to say, the evolvement of the stochastic process only relies on the current state and has nothing to do with those states before. Then we call this Markov property , and the process is regarded as Markov Process State Space: Observation Sequence: Middleware, CCNT, ZJU 10/02/11
  • 6. Keystone Middleware, CCNT, ZJU state transition matrix 其中: Initial state probability matrix 10/02/11
  • 7.
  • 8. Example: S 1 S 2 S 3 What’s the probability of producing the sequence “abb” for this stochastic process? Middleware, CCNT, ZJU 10/02/11 a 11 0.3 a b 0.80.2 a 22 0.4 a b 0.30.7 a 12 0.5 a b 1 0 a 23 0.6 a b 0.50.5 a 13 0.2 a b 0 1
  • 9. Instance1: S 1 S 2 S 3 S 1 ->S 1 ->S 2 ->S 3 0.3*0.8*0.5*1.0*0.6*0.5=0.036 Middleware, CCNT, ZJU 10/02/11 a 11 0.3 a b 0.80.2 a 12 0.5 a b 1 0 a 23 0.6 a b 0.50.5 a 13 0.2 a b 0 1 a 22 0.4 a b 0.30.7
  • 10. Instance2: S 1 S 2 S 3 S 1 ->S 2 ->S 2 ->S 3 0.5*1.0*0.4*0.3*0.6*0.5=0.018 Middleware, CCNT, ZJU 10/02/11 a 11 0.3 a b 0.80.2 a 12 0.5 a b 1 0 a 23 0.6 a b 0.50.5 a 13 0.2 a b 0 1 a 22 0.4 a b 0.30.7
  • 11. Instance3: S 1 S 2 S 3 S 1 ->S 1 ->S 1 ->S 3 0.3*0.8*0.3*0.8*0.2*1.0=0.01152 Therefore, the total probability is: 0.036+0.018+0.01152=0.06552 Middleware, CCNT, ZJU We just know “abb”, but don’t know “S ? S ? S ? ”-----That’s the point. 10/02/11 a 11 0.3 a b 0.80.2 a 12 0.5 a b 1 0 a 23 0.6 a b 0.50.5 a 13 0.2 a b 0 1 a 22 0.4 a b 0.30.7
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17. Application Context(1): Voice Recognition Middleware, CCNT, ZJU Recognition Framework 10/02/11 Baum-Welch Re-estimation Speech database Feature Extraction Converged?  1  2  7 HMM waveform feature Yes No end
  • 18.
  • 19. Application Context(2): Text Information Extraction Middleware, CCNT, ZJU Partition-ing State List Extracted Sequence Document Partitioni-ng Training Sample HMM Extraction Framework country, state , city, street title, author, email, abstract 10/02/11
  • 20.
  • 22. B ayes B elief N etwork Yueshen Xu, too Middle ware, CCNT, ZJU 10/02/11
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.