SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
Executive Summary:
                  Bayes Nets
                                                  Andrew W. Moore
Note to other teachers and users of
these slides. Andrew would be delighted
if you found this source material useful in
                                              Carnegie Mellon University,
giving your own lectures. Feel free to use
these slides verbatim, or to modify them
                                              School of Computer Science
to fit your own needs. PowerPoint
originals are available. If you make use
of a significant portion of these slides in       awm@cs.cmu.edu
your own lecture, please include this
message, or the following link to the
                                                  www.autonlab.org
source repository of Andrew’s tutorials:
http://www.cs.cmu.edu/~awm/tutorials .
Comments and corrections gratefully
received.




                     Ice-Cream and Sharks Spreadsheet
                                         Recent Number Number
                                                 of Ice-
                                          Dow- Creams of Shark
                                          Jones          Attacks
                                                  sold
                                         Change today     today
                                                   UP         3500           4
                                              STEADY            41           0
                                                   UP         2300           5
                                               DOWN           3400           4
                                                   UP           18           0
                                              STEADY           105           0
                                              STEADY             4           0
                                              STEADY          6310           3
                                                   UP           70           0
     Copyright © 2002, Andrew W. Moore                                      Short Bayes Nets: Slide 2




                                                                                                        1
A simple Bayes Net

                                         Common
                                          Cause




                                                          Shark
                     Ice-Cream
                                                         Attacks
                        Sales




   Copyright © 2002, Andrew W. Moore                          Short Bayes Nets: Slide 3




                        A bigger Bayes Net
                                               Is it a
          Weather
                                             Weekend?


                             Number of
                                                               Fish
                             People on
                                                           Migration Info
                              Beach


         Ice-Cream                            Shark
            Sales                            Attacks


These arrows can be interpreted…
• Causally (Then it’s called an influence diagram)
• Probabilistically (if I know the value of my parent nodes, then knowing
other nodes above me would provide no extra information: Conditional
Independence
   Copyright © 2002, Andrew W. Moore                          Short Bayes Nets: Slide 4




                                                                                          2
The Guts of a Bayes Net
                                      Is it a
   Weather
                                    Weekend?
                                                      Fish
                                                  Migration Info

                  Number of
                  People on
                   Beach
                                                • If Sunny and Weekend then
                                                     Prob ( Beach Crowded ) = 90%
                                                • If Sunny and Not Weekend then
  Ice-Cream                          Shark           Prob ( Beach Crowded ) = 40%
     Sales                          Attacks     • If Not Sunny and Weekend then
                                                     Prob ( Beach Crowded ) = 20%
                                                • If Not Sunny and Not Weekend
                                                then
                                                      Prob ( Beach Crowded ) = 0%



Copyright © 2002, Andrew W. Moore                         Short Bayes Nets: Slide 5




               Real-sized Bayes Nets
                                                       How do you
                                                       build them?
                                                       From Experts
                                                       and/or from
                                                       Data!
                                                       How do you use
                                                       them? Predict
                                                       values that are
                                                       expensive or
                                                       impossible to
                                                       measure. Decide
                                                       which possible
                                                       problems to
                                                       investigate first.
Copyright © 2002, Andrew W. Moore                         Short Bayes Nets: Slide 6




                                                                                      3
Building Bayes Nets
• Bayes nets are sometimes built manually,
  consulting domain experts for structure
  and probabilities.
• More often the structure is supplied by
  experts, but the probabilities learned from
  data.
• And in some cases the structure, as well
  as the probabilities, are learned from data.


Copyright © 2002, Andrew W. Moore                         Short Bayes Nets: Slide 7




                 Example: Pathfinder
Pathfinder system. (Heckerman, Probabilistic Similarity
Networks, MIT Press, Cambridge MA).
   • Diagnostic system for lymph-node diseases.
   • 60 diseases and 100 symptoms and test-results.
   • 14,000 probabilities.
   • Expert consulted to make net.
               • 8 hours to determine variables.
               • 35 hours for net topology.
               • 40 hours for probability table values.
     • Apparently, the experts found it quite easy to invent
     the causal links and probabilities.
Pathfinder is now outperforming the world experts in
diagnosis. Being extended to several dozen other medical
domains.

Copyright © 2002, Andrew W. Moore                         Short Bayes Nets: Slide 8




                                                                                      4
Other Bayes Net Examples:
• Further Medical Examples (Peter Spirtes, Richard
  Scheines, CMU)
• Manufacturing System diagnosis (Wray Buntine, NASA
  Ames)
• Computer Systems diagnosis (Microsoft)
• Network Systems diagnosis
• Helpdesk (Support) troubleshooting (Heckerman,
  Microsoft)
• Information retrieval (Tom Mitchell, CMU)
• Customer Modeling
• Student Retention (Clarke Glymour, CMU
• Nomad Robot (Fabio Cozman, CMU)

Copyright © 2002, Andrew W. Moore       Short Bayes Nets: Slide 9




                                                                    5

Mais conteúdo relacionado

Destaque (11)

Ao Lua Ha Dong
Ao Lua Ha DongAo Lua Ha Dong
Ao Lua Ha Dong
 
Fast Camera
Fast CameraFast Camera
Fast Camera
 
Niagara falls, ny– city of missed
Niagara falls, ny– city of missedNiagara falls, ny– city of missed
Niagara falls, ny– city of missed
 
Het nieuwe werken, de mens, de cultuur en regie v11
Het nieuwe werken,   de mens, de cultuur en regie v11Het nieuwe werken,   de mens, de cultuur en regie v11
Het nieuwe werken, de mens, de cultuur en regie v11
 
Introduzione alle app Windows Universal
Introduzione alle app Windows UniversalIntroduzione alle app Windows Universal
Introduzione alle app Windows Universal
 
Ao Dai Ao Ngan Yem Dao
Ao Dai Ao Ngan Yem DaoAo Dai Ao Ngan Yem Dao
Ao Dai Ao Ngan Yem Dao
 
Hope VI
Hope VIHope VI
Hope VI
 
Support Vector Machines
Support Vector MachinesSupport Vector Machines
Support Vector Machines
 
FHTM
FHTMFHTM
FHTM
 
Introduzione al design di Windows 10
Introduzione al design di Windows 10Introduzione al design di Windows 10
Introduzione al design di Windows 10
 
Digital Lab Research areas
Digital Lab Research areasDigital Lab Research areas
Digital Lab Research areas
 

Mais de guestfee8698

Hidden Markov Models
Hidden Markov ModelsHidden Markov Models
Hidden Markov Models
guestfee8698
 
K-means and Hierarchical Clustering
K-means and Hierarchical ClusteringK-means and Hierarchical Clustering
K-means and Hierarchical Clustering
guestfee8698
 
Gaussian Mixture Models
Gaussian Mixture ModelsGaussian Mixture Models
Gaussian Mixture Models
guestfee8698
 
A Short Intro to Naive Bayesian Classifiers
A Short Intro to Naive Bayesian ClassifiersA Short Intro to Naive Bayesian Classifiers
A Short Intro to Naive Bayesian Classifiers
guestfee8698
 
Learning Bayesian Networks
Learning Bayesian NetworksLearning Bayesian Networks
Learning Bayesian Networks
guestfee8698
 
Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networks
guestfee8698
 
Eight Regression Algorithms
Eight Regression AlgorithmsEight Regression Algorithms
Eight Regression Algorithms
guestfee8698
 
Instance-based learning (aka Case-based or Memory-based or non-parametric)
Instance-based learning (aka Case-based or Memory-based or non-parametric)Instance-based learning (aka Case-based or Memory-based or non-parametric)
Instance-based learning (aka Case-based or Memory-based or non-parametric)
guestfee8698
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimation
guestfee8698
 
Probability for Data Miners
Probability for Data MinersProbability for Data Miners
Probability for Data Miners
guestfee8698
 

Mais de guestfee8698 (16)

PAC Learning
PAC LearningPAC Learning
PAC Learning
 
VC dimensio
VC dimensioVC dimensio
VC dimensio
 
Hidden Markov Models
Hidden Markov ModelsHidden Markov Models
Hidden Markov Models
 
K-means and Hierarchical Clustering
K-means and Hierarchical ClusteringK-means and Hierarchical Clustering
K-means and Hierarchical Clustering
 
Gaussian Mixture Models
Gaussian Mixture ModelsGaussian Mixture Models
Gaussian Mixture Models
 
A Short Intro to Naive Bayesian Classifiers
A Short Intro to Naive Bayesian ClassifiersA Short Intro to Naive Bayesian Classifiers
A Short Intro to Naive Bayesian Classifiers
 
Learning Bayesian Networks
Learning Bayesian NetworksLearning Bayesian Networks
Learning Bayesian Networks
 
Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networks
 
Bayesian Networks
Bayesian NetworksBayesian Networks
Bayesian Networks
 
Eight Regression Algorithms
Eight Regression AlgorithmsEight Regression Algorithms
Eight Regression Algorithms
 
Instance-based learning (aka Case-based or Memory-based or non-parametric)
Instance-based learning (aka Case-based or Memory-based or non-parametric)Instance-based learning (aka Case-based or Memory-based or non-parametric)
Instance-based learning (aka Case-based or Memory-based or non-parametric)
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Cross-Validation
Cross-ValidationCross-Validation
Cross-Validation
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimation
 
Gaussians
GaussiansGaussians
Gaussians
 
Probability for Data Miners
Probability for Data MinersProbability for Data Miners
Probability for Data Miners
 

Último

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
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
QucHHunhnh
 

Último (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
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
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 

Short Overview of Bayes Nets

  • 1. Executive Summary: Bayes Nets Andrew W. Moore Note to other teachers and users of these slides. Andrew would be delighted if you found this source material useful in Carnegie Mellon University, giving your own lectures. Feel free to use these slides verbatim, or to modify them School of Computer Science to fit your own needs. PowerPoint originals are available. If you make use of a significant portion of these slides in awm@cs.cmu.edu your own lecture, please include this message, or the following link to the www.autonlab.org source repository of Andrew’s tutorials: http://www.cs.cmu.edu/~awm/tutorials . Comments and corrections gratefully received. Ice-Cream and Sharks Spreadsheet Recent Number Number of Ice- Dow- Creams of Shark Jones Attacks sold Change today today UP 3500 4 STEADY 41 0 UP 2300 5 DOWN 3400 4 UP 18 0 STEADY 105 0 STEADY 4 0 STEADY 6310 3 UP 70 0 Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 2 1
  • 2. A simple Bayes Net Common Cause Shark Ice-Cream Attacks Sales Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 3 A bigger Bayes Net Is it a Weather Weekend? Number of Fish People on Migration Info Beach Ice-Cream Shark Sales Attacks These arrows can be interpreted… • Causally (Then it’s called an influence diagram) • Probabilistically (if I know the value of my parent nodes, then knowing other nodes above me would provide no extra information: Conditional Independence Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 4 2
  • 3. The Guts of a Bayes Net Is it a Weather Weekend? Fish Migration Info Number of People on Beach • If Sunny and Weekend then Prob ( Beach Crowded ) = 90% • If Sunny and Not Weekend then Ice-Cream Shark Prob ( Beach Crowded ) = 40% Sales Attacks • If Not Sunny and Weekend then Prob ( Beach Crowded ) = 20% • If Not Sunny and Not Weekend then Prob ( Beach Crowded ) = 0% Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 5 Real-sized Bayes Nets How do you build them? From Experts and/or from Data! How do you use them? Predict values that are expensive or impossible to measure. Decide which possible problems to investigate first. Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 6 3
  • 4. Building Bayes Nets • Bayes nets are sometimes built manually, consulting domain experts for structure and probabilities. • More often the structure is supplied by experts, but the probabilities learned from data. • And in some cases the structure, as well as the probabilities, are learned from data. Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 7 Example: Pathfinder Pathfinder system. (Heckerman, Probabilistic Similarity Networks, MIT Press, Cambridge MA). • Diagnostic system for lymph-node diseases. • 60 diseases and 100 symptoms and test-results. • 14,000 probabilities. • Expert consulted to make net. • 8 hours to determine variables. • 35 hours for net topology. • 40 hours for probability table values. • Apparently, the experts found it quite easy to invent the causal links and probabilities. Pathfinder is now outperforming the world experts in diagnosis. Being extended to several dozen other medical domains. Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 8 4
  • 5. Other Bayes Net Examples: • Further Medical Examples (Peter Spirtes, Richard Scheines, CMU) • Manufacturing System diagnosis (Wray Buntine, NASA Ames) • Computer Systems diagnosis (Microsoft) • Network Systems diagnosis • Helpdesk (Support) troubleshooting (Heckerman, Microsoft) • Information retrieval (Tom Mitchell, CMU) • Customer Modeling • Student Retention (Clarke Glymour, CMU • Nomad Robot (Fabio Cozman, CMU) Copyright © 2002, Andrew W. Moore Short Bayes Nets: Slide 9 5