Tagged Questions

0
votes
1answer
33 views

Kim and Pearl’s Message passing algorithm in Bayesian Network

Hello! Can you give me a good link/resource where i could find a good implementation of Bayesian network ,I'm specially interested in Conditional Probability Table generation and how to pass …
0
votes
0answers
16 views

Persistence on Java CI-Bayes object

Has anyone ever persisted a training set for CI-Bayes? I have sample code from this site: http://www.theserverside.com/news/thread.tss?thread%5Fid=49773 here is the code: FisherClassifier fc=new …
0
votes
2answers
38 views

bayesian filter to mark duplicate items

Hi, I collect news for certain topics and then run bayesian classfier on them to mark them as interesting or non-interesting. I see that there are news which are different articles are essentially …
4
votes
5answers
177 views

Algorithms to find stuff a user would like based on other users likes

I'm thinking of writing an app to classify movies in an HTPC based on what the family members like. I don't know statistics or AI, but the stuff here looks very juicy. I wouldn't know where to start …
1
vote
1answer
75 views

R: MCMClogit confusion

Could anybody explain to me why simulatedCase <- rbinom(100,1,0.5) simDf <- data.frame(CASE = simulatedCase) posterior_m0 <<- MCMClogit(CASE ~ 1, data = simDf, b0 = 0, B0 = 1) always …
0
votes
2answers
246 views

Simple Sentiment Analysis

It appears that the simplest, naivest way to do basic sentiment analysis is with a Bayesian classifier (confirmed by what I'm finding here on SO). Any counter-arguments or other suggestions?
0
votes
3answers
185 views

How does Stackoverflow’s homepage filtering work? [closed]

How does Stackoverflow's homepage filtering work? I believe the questions that appear on the homepage are specifically related to your interests, which are indicated by the tags that you look at, …
2
votes
1answer
162 views

Implementing Bayesian classifier in Ruby?

I would like to implement a simple Bayesian classification system to do rudimentary sentiment analysis on short messages. Practical suggestions for implementing in Ruby would be welcome. Suggestions …
7
votes
3answers
701 views

What’s the best open-source Java Bayesian spam filter library?

In other answers at Stackoverflow it's been suggested that Weka is good, but there are others (Classifier4j, jBNC, Naiban). Does anyone have actual experience with these?
1
vote
4answers
629 views

Python Bayesian text classification modules

A quick Google search reveals that there are a good number of Bayesian classifiers implemented as Python modules. If I want wrapped, high-level functionality similar to dbacl, which of those modules …
10
votes
5answers
528 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 …
1
vote
2answers
78 views

What are the best resources for learning how to implement Naive Bayes Classifiers in SSAS?

After asking this question, I've decided to try and implement some Naive Bayes Classifiers using SQL Server Analysis Services. Can anyone point me to a decent book, website or any other resource on …
11
votes
4answers
2k views

probability interview question, random sampling

This is a good one because it's so counter-intuitive: Imagine an urn filled with balls, two-thirds of which are of one color and one-third of which are of another. One individual has drawn 5 balls …
5
votes
4answers
356 views

Calculating the probability of a token being spam in a Bayesian spam filter

I recently wrote a Bayesian spam filter, I used Paul Graham's article Plan for Spam and an implementation of it in C# I found on codeproject as references to create my own filter. I just noticed that …
0
votes
0answers
25 views

How to filter/sort/rank object model nodes?

I have some kind of object model and I need to filter and sort it's nodes for some kind of property. What kinds of automated systems exist to generate and select properties of the object model that …

1 2 next
15 30 50 per page