Tagged Questions

10
votes
5answers
485 views

Bayesian spam filtering library for Python

I am looking for a Python library which does Bayesian Spam Filtering. I looked at SpamBayes and OpenBayes, but both seem to be unmaintained (I might be wrong). Can anyone suggest a good Python (or …
4
votes
6answers
989 views

Bayesian networks tutorial

Hello all, for a beginner, which is the best book to start with for studying Bayesian Networks? Thanks, Lucian
3
votes
2answers
309 views

How to model a Bayesian network or, more generally, a directed weighted graph, in SQL?

Hi, I found a few articles online providing examples of how to model graphs of various kinds (DAGs, in particular) in SQL, but they all seemed enormously complex, given the relative simplicity of …
3
votes
3answers
410 views

What is the relationship between bayesian and neural networks?

I'm looking for computationally heavy tasks to implement with CUDA and wonder if neural networks or bayesian networks might apply. This is not my question, though, but rather what the relation between …
0
votes
1answer
113 views

Bayesian Network for Spam Filtering

Hello, I want to use Bayesian Network mechanism for spam filtering. How do you think it should look a proper topology of the network? What about naive Bayes model? (The naive Bayes model is sometimes …