Bayesian Network Simulation
Naveen Venkat
Pilani, Rajasthan
- 0 Collaborators
A simple probabilistic inference system using Bayesian Networks ...learn more
Project status: Published/In Market
Overview / Usage
This project aims to study the application of bayesian network for probabilistic inference. We consider a hypothetical real-world scenario where we answer queries regarding various events (health problems, accidents etc.) caused by factors such as air pollution, bad road conditions etc.
Methodology / Approach
Each event/factor is modeled as a random variable with a certain probability distribution function (given as input). Variable dependence graph is constructed and bayes rule is applied on the markov blanket of the query variables to reduce the computational effort. Detailed documentation can be found in the code (github repo).
Technologies Used
Python