aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
7.79k stars 3.65k forks source link

Can't easily find CPTs for car insurance Bayes net case study #1285

Open JacquesRobin opened 8 months ago

JacquesRobin commented 8 months ago

Page 427 of 4th ed states: The conditional distributions in the model are given in the code repository for the book; we provide a version with only discrete variables, for which exact inference can be performed. However, I can't easily find it in the code repo.