Bayesian Network Simulation

Naveen Venkat

Naveen Venkat

Pilani, Rajasthan

1 0
  • 0 Collaborators

A simple probabilistic inference system using Bayesian Networks ...learn more

Project status: Published/In Market

Artificial Intelligence

Code Samples [1]

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

Repository

https://github.com/nmakes/bayesian-network

Comments (0)