SlideShare a Scribd company logo
1 of 6
Download to read offline
Note to other teachers and users of these slides.
                                                         Andrew would be delighted if you found this source
                                                         material useful in giving your own lectures. Feel free
                                                         to use these slides verbatim, or to modify them to fit
                                                         your own needs. PowerPoint originals are available. If
                                                         you make use of a significant portion of these slides in
                                                         your own lecture, please include this message, or the
                                                         following link to the source repository of Andrew’s
                                                         tutorials: http://www.cs.cmu.edu/~awm/tutorials .
                                                         Comments and corrections gratefully received.


               Bayes Net Structure
                    Learning
                                   Andrew W. Moore
                                  Associate Professor
                              School of Computer Science
                              Carnegie Mellon University
                                       www.cs.cmu.edu/~awm
                                         awm@cs.cmu.edu
                                           412-268-7599


         Copyright © 2001, Andrew W. Moore                                  Oct 29th, 2001




                 Reminder: A Bayes Net




Copyright © 2001, Andrew W. Moore                                          Bayes Net Structure: Slide 2




                                                                                                                    1
Estimating
Probability
  Tables




Copyright © 2001, Andrew W. Moore   Bayes Net Structure: Slide 3




Estimating
Probability
  Tables




Copyright © 2001, Andrew W. Moore   Bayes Net Structure: Slide 4




                                                                   2
Scoring a
   structure

                                                                  (Which of these fits
                                                                  the data best?)

                                             N. Friedman and Z. Yakhini, On the sample
Score =                                      complexity of learning Bayesian networks,
                                             Proceedings of the 12th conference on
  N
− params log R                               Uncertainty in Artificial Intelligence, Morgan
                                             Kaufmann, 1996
    2
          num combinations 
                           
                      ues  (arityof X j )
       m  of parent val    
+ R∑                ∑                 ∑ P(V ) P( X            = v | Vk ) log P ( X j = v | Vk )
                                                k         j
       j =1         k =1              v =1


 Copyright © 2001, Andrew W. Moore                                         Bayes Net Structure: Slide 5




  Scoring a
   structure
Number of non-
redundant
parameters defining
the net                         Sums over all the
                                rows in the prob-
        #Attributes             ability table for X j

                   #Records
Score =                                      The parent values
                                             in the k’th row of
  N
− params log R                               X j ’s probability
                                             table
    2
          num combinations 
                           
                      ues  (arityof X j )
       m  of parent val    
+ R∑                ∑                 ∑ P(V ) P( X            = v | Vk ) log P ( X j = v | Vk )
                                                k         j
       j =1         k =1              v =1
                                              All these values estimated from data
 Copyright © 2001, Andrew W. Moore                                         Bayes Net Structure: Slide 6




                                                                                                          3
Scoring a                          This is called a BIC (Bayes Information
  structure                          Criterion) estimate
                                     This part is a penalty for too many
                                     parameters
                                     This part is the training set log-
                                     likelihood
                                     BIC asymptotically tries to get the
Score =                              structure right. (There’s a lot of heavy emotional debate
  N                                  about whether this is the best scoring criterion)
− params log R
    2
         num combinations 
                          
                     ues  (arityof X j )
      m  of parent val    
+ R∑               ∑                ∑ P(V ) P( X               = v | Vk ) log P ( X j = v | Vk )
                                               k           j
      j =1         k =1             v =1
                                             All these values estimated from data
Copyright © 2001, Andrew W. Moore                                                Bayes Net Structure: Slide 7




 Searching
for structure
  with best
    score




Copyright © 2001, Andrew W. Moore                                                Bayes Net Structure: Slide 8




                                                                                                                4
Learning Methods until today



                                          Dec Tree, Sigmoid Perceptron, Sigmoid N.Net,
                                Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh
 Inputs




                  Classifier   category

                                          Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve
                                Prob-
 Inputs Inputs




                   Density
                                          DE
                                ability
                  Estimator

                                          Linear Regression, Quadratic Regression,
                                Predict
                  Regressor               Perceptron, Neural Net, N.Neigh, Kernel, LWR
                               real no.



Copyright © 2001, Andrew W. Moore                                       Bayes Net Structure: Slide 9




            Learning Methods added today



                                          Dec Tree, Sigmoid Perceptron, Sigmoid N.Net,
                                Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh
 Inputs




                  Classifier   category

                                          Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve
                                Prob-
 Inputs Inputs




                   Density
                                          DE, Bayes Net Structure Learning (Note, can be
                                ability
                  Estimator
                                          extended to permit mixed categorical/real values)
                                          Linear Regression, Quadratic Regression,
                                Predict
                  Regressor               Perceptron, Neural Net, N.Neigh, Kernel, LWR
                               real no.



Copyright © 2001, Andrew W. Moore                                      Bayes Net Structure: Slide 10




                                                                                                       5
But also, for free…



                                         Dec Tree, Sigmoid Perceptron, Sigmoid N.Net,
                               Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh, Bayes
 Inputs




                 Classifier   category Net Based BC

                                         Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve
                               Prob-
 Inputs Inputs




                  Density
                                         DE, Bayes Net Structure Learning
                               ability
                 Estimator

                                         Linear Regression, Quadratic Regression,
                               Predict
                 Regressor               Perceptron, Neural Net, N.Neigh, Kernel, LWR
                              real no.



Copyright © 2001, Andrew W. Moore                                    Bayes Net Structure: Slide 11




                      And a new operation…
 Inputs




                  Inference
                              P(E1|E2) Joint DE, Bayes Net Structure Learning
                 Engine Learn

                                         Dec Tree, Sigmoid Perceptron, Sigmoid N.Net,
                               Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh, Bayes
 Inputs




                 Classifier   category Net Based BC

                                         Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve
                               Prob-
 Inputs Inputs




                  Density
                                         DE, Bayes Net Structure Learning
                               ability
                 Estimator

                                         Linear Regression, Quadratic Regression,
                               Predict
                 Regressor               Perceptron, Neural Net, N.Neigh, Kernel, LWR
                              real no.



Copyright © 2001, Andrew W. Moore                                    Bayes Net Structure: Slide 12




                                                                                                     6

More Related Content

Viewers also liked

Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networksguestfee8698
 
Training pendidikan 2012
Training pendidikan 2012Training pendidikan 2012
Training pendidikan 2012Azure Linger
 
FY2009 Sex Ed Abstinence Fact Sheet
FY2009 Sex Ed Abstinence Fact SheetFY2009 Sex Ed Abstinence Fact Sheet
FY2009 Sex Ed Abstinence Fact SheetMarcus Peterson
 
Hidden Markov Models
Hidden Markov ModelsHidden Markov Models
Hidden Markov Modelsguestfee8698
 
Gaussian Mixture Models
Gaussian Mixture ModelsGaussian Mixture Models
Gaussian Mixture Modelsguestfee8698
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimationguestfee8698
 
K-means and Hierarchical Clustering
K-means and Hierarchical ClusteringK-means and Hierarchical Clustering
K-means and Hierarchical Clusteringguestfee8698
 

Viewers also liked (10)

Inference in Bayesian Networks
Inference in Bayesian NetworksInference in Bayesian Networks
Inference in Bayesian Networks
 
Training pendidikan 2012
Training pendidikan 2012Training pendidikan 2012
Training pendidikan 2012
 
FY2009 Sex Ed Abstinence Fact Sheet
FY2009 Sex Ed Abstinence Fact SheetFY2009 Sex Ed Abstinence Fact Sheet
FY2009 Sex Ed Abstinence Fact Sheet
 
Hidden Markov Models
Hidden Markov ModelsHidden Markov Models
Hidden Markov Models
 
VC dimensio
VC dimensioVC dimensio
VC dimensio
 
PAC Learning
PAC LearningPAC Learning
PAC Learning
 
Cross-Validation
Cross-ValidationCross-Validation
Cross-Validation
 
Gaussian Mixture Models
Gaussian Mixture ModelsGaussian Mixture Models
Gaussian Mixture Models
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimation
 
K-means and Hierarchical Clustering
K-means and Hierarchical ClusteringK-means and Hierarchical Clustering
K-means and Hierarchical Clustering
 

Similar to Learning Bayesian Networks (6)

07 approximate inference in bn
07 approximate inference in bn07 approximate inference in bn
07 approximate inference in bn
 
Project3.ppt
Project3.pptProject3.ppt
Project3.ppt
 
Bayesian probabilistic interference
Bayesian probabilistic interferenceBayesian probabilistic interference
Bayesian probabilistic interference
 
Bayesian probabilistic interference
Bayesian probabilistic interferenceBayesian probabilistic interference
Bayesian probabilistic interference
 
06 exact inference in bn
06 exact inference in bn06 exact inference in bn
06 exact inference in bn
 
Predicting Real-valued Outputs: An introduction to regression
Predicting Real-valued Outputs: An introduction to regressionPredicting Real-valued Outputs: An introduction to regression
Predicting Real-valued Outputs: An introduction to regression
 

Recently uploaded

AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Recently uploaded (20)

AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Learning Bayesian Networks

  • 1. Note to other teachers and users of these slides. Andrew would be delighted if you found this source material useful in giving your own lectures. Feel free to use these slides verbatim, or to modify them to fit your own needs. PowerPoint originals are available. If you make use of a significant portion of these slides in your own lecture, please include this message, or the following link to the source repository of Andrew’s tutorials: http://www.cs.cmu.edu/~awm/tutorials . Comments and corrections gratefully received. Bayes Net Structure Learning Andrew W. Moore Associate Professor School of Computer Science Carnegie Mellon University www.cs.cmu.edu/~awm awm@cs.cmu.edu 412-268-7599 Copyright © 2001, Andrew W. Moore Oct 29th, 2001 Reminder: A Bayes Net Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 2 1
  • 2. Estimating Probability Tables Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 3 Estimating Probability Tables Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 4 2
  • 3. Scoring a structure (Which of these fits the data best?) N. Friedman and Z. Yakhini, On the sample Score = complexity of learning Bayesian networks, Proceedings of the 12th conference on N − params log R Uncertainty in Artificial Intelligence, Morgan Kaufmann, 1996 2  num combinations     ues  (arityof X j ) m  of parent val  + R∑ ∑ ∑ P(V ) P( X = v | Vk ) log P ( X j = v | Vk ) k j j =1 k =1 v =1 Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 5 Scoring a structure Number of non- redundant parameters defining the net Sums over all the rows in the prob- #Attributes ability table for X j #Records Score = The parent values in the k’th row of N − params log R X j ’s probability table 2  num combinations     ues  (arityof X j ) m  of parent val  + R∑ ∑ ∑ P(V ) P( X = v | Vk ) log P ( X j = v | Vk ) k j j =1 k =1 v =1 All these values estimated from data Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 6 3
  • 4. Scoring a This is called a BIC (Bayes Information structure Criterion) estimate This part is a penalty for too many parameters This part is the training set log- likelihood BIC asymptotically tries to get the Score = structure right. (There’s a lot of heavy emotional debate N about whether this is the best scoring criterion) − params log R 2  num combinations     ues  (arityof X j ) m  of parent val  + R∑ ∑ ∑ P(V ) P( X = v | Vk ) log P ( X j = v | Vk ) k j j =1 k =1 v =1 All these values estimated from data Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 7 Searching for structure with best score Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 8 4
  • 5. Learning Methods until today Dec Tree, Sigmoid Perceptron, Sigmoid N.Net, Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh Inputs Classifier category Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve Prob- Inputs Inputs Density DE ability Estimator Linear Regression, Quadratic Regression, Predict Regressor Perceptron, Neural Net, N.Neigh, Kernel, LWR real no. Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 9 Learning Methods added today Dec Tree, Sigmoid Perceptron, Sigmoid N.Net, Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh Inputs Classifier category Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve Prob- Inputs Inputs Density DE, Bayes Net Structure Learning (Note, can be ability Estimator extended to permit mixed categorical/real values) Linear Regression, Quadratic Regression, Predict Regressor Perceptron, Neural Net, N.Neigh, Kernel, LWR real no. Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 10 5
  • 6. But also, for free… Dec Tree, Sigmoid Perceptron, Sigmoid N.Net, Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh, Bayes Inputs Classifier category Net Based BC Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve Prob- Inputs Inputs Density DE, Bayes Net Structure Learning ability Estimator Linear Regression, Quadratic Regression, Predict Regressor Perceptron, Neural Net, N.Neigh, Kernel, LWR real no. Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 11 And a new operation… Inputs Inference P(E1|E2) Joint DE, Bayes Net Structure Learning Engine Learn Dec Tree, Sigmoid Perceptron, Sigmoid N.Net, Predict Gauss/Joint BC, Gauss Naïve BC, N.Neigh, Bayes Inputs Classifier category Net Based BC Joint DE, Naïve DE, Gauss/Joint DE, Gauss Naïve Prob- Inputs Inputs Density DE, Bayes Net Structure Learning ability Estimator Linear Regression, Quadratic Regression, Predict Regressor Perceptron, Neural Net, N.Neigh, Kernel, LWR real no. Copyright © 2001, Andrew W. Moore Bayes Net Structure: Slide 12 6