Sourabh Kulkarni

Results 4 comments of Sourabh Kulkarni

Would a vanilla Bayesian Network implementing a heart disease example be a good example/tutorial? I have it coded in python from scratch and could try to port it.

@martinjankowiak This work was a homework assignment in a PGM class I took. The code is available [here](https://github.com/SourabhKul/HeartDiseaseBayesNet). It is a 9-node Bayesian network, with categorical variables (Heart rate, age,...

> > > @SourabhKul sure that sounds great. i suggest you start with a pretty minimal version and try to keep your first PR from getting too large. improvements can...

> > > @SourabhKul you can use Pyro easily for your Bayesian network workflow, except structure learning which you would need to hand-code on top of Pyro. I'm sorry if...