Tagged Questions

9
votes
8answers
6k views

Bayesian networks tutorial

for a beginner, which is the best book to start with for studying Bayesian Networks? Thanks, Lucian
5
votes
3answers
492 views

Library for Bayesian Networks

Hello fellow Number crunchers As the headline suggests, I am looking for a library for learning and inference of Bayesian Networks. I have already found some, but I am hoping for a recommendation. ...
3
votes
0answers
53 views

Looking for guidance on multi-part graphical gesture recognition

I'm trying to research existing works in the area of recognizing complex graphical gestures, but struggling to find good search terms or clear documents in the field. For example, I might want to ...
2
votes
3answers
326 views

What is the difference between causal models and directed graphical models?

What is the difference between causal models and directed graphical models? or: What is the difference between causal relationships and directed probabilistic relationships? or, even better: What ...
1
vote
1answer
45 views

How to use Bayesian analysis to compute and combine weights for multiple rules to identify books

I am experimenting with machine learning in general, and Bayesian analysis in particular, by writing a tool to help me identify my collection of e-books. The input data consist of a set of e-book ...
1
vote
4answers
412 views

Is there a java alternative to the Bayesian Belief Network Framework “Infer.NET”?

Is the are java alternative to Bayesian Belief Network framework - Infer.NET? Preferable if it be scalable(online learning for large datasets), well-supported(last updated since 2010) and open source ...