Bayesian refers to methods in probability and statistics named after Thomas Bayes (ca. 1702–1761), in particular methods related to statistical inference

learn more… | top users | synonyms

24
votes
2answers
10k views

A simple explanation of Naive Bayes Classification

I am finding it hard to understand the process of Naive Bayes, and I was wondering if someone could explained it with a simple step by step process in English. I understand it takes comparisons by ...
24
votes
9answers
3k views

What is a better way to sort by a 5 star rating?

I'm trying to sort a bunch of products by customer ratings using a 5 star system. The site I'm setting this up for does not have a lot of ratings and continue to add new products so it will usually ...
23
votes
5answers
2k views

Building a NetHack bot: is Bayesian Analysis a good strategy?

A friend of mine is beginning to build a NetHack bot (a bot that plays the Roguelike game: NetHack). There is a very good working bot for the similar game Angband, but it works partially because of ...
19
votes
4answers
3k views

pythonic implementation of Bayesian networks for a specific application

This is why I'm asking this question: Last year I made some C++ code to compute posterior probabilities for a particular type of model (described by a Bayesian network). The model worked pretty well ...
18
votes
5answers
8k 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 ...
16
votes
6answers
4k 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 ...
15
votes
6answers
11k views

Any Naive Bayesian Classifier in python?

Dear Everyone I have tried the Orange Framework for Naive Bayesian classification. The methods are extremely unintuitive, and the documentation is extremely unorganized. Does anyone here have another ...
15
votes
7answers
2k views

Bayesian filtering for spam

I was wondering if there is any good and clean oo implementation of bayesian filtering for spam and text classification? For learning purposes.
13
votes
3answers
4k views

Classifying Documents into Categories

I've got about 300k documents stored in a Postgres database that are tagged with topic categories (there are about 150 categories in total). I have another 150k documents that don't yet have ...
13
votes
2answers
2k 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 ...
13
votes
3answers
3k 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?
10
votes
3answers
2k views

Orange vs NLTK for Content Classification in Python

We need a content classification module. Bayesian classifier seems to be what I am looking for. Should we go for Orange or NLTK ?
10
votes
4answers
884 views

Clojure or Scheme bayesian classification libraries?

Any pointers to scheme/racket or clojure bayesian classification libraries? I need one for a toy/learning project that I'm going to do.
9
votes
1answer
3k views

Naive Bayesian for Topic detection using “Bag of Words” approach

I am trying to implement a naive bayseian approach to find the topic of a given document or stream of words. Is there are Naive Bayesian approach that i might be able to look up for this ? Also, i ...
9
votes
5answers
5k views

Which Python Bayesian text classification modules are similar to dbacl?

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 ...
8
votes
9answers
849 views

Understanding Bayes' Theorem

I'm working on an implementation of A Naive Bayes Classifier. Programming Collective Intelligence introduces this subject by describing Bayes Theorem as: Pr(A | B) = Pr(B | A) x Pr(A)/Pr(B) As well ...
8
votes
3answers
233 views

Way to infer the size of the userbase of a site from sampling taken usernames

I just had a clever idea (I think). Suppose you wanted to estimate the size of a userbase of a site which does not publicize this information. People are more likely to have acquired different ...
8
votes
4answers
1k 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 ...
8
votes
5answers
1k views

Naive Bayes classifier and discriminant analysis accuracy is way off

So I have two methods of classification, Discriminant analysis diaglinear classification (naive bayes) and the pure Naive Bayes classifier implemented in matlab, there are 23 classes in the entire ...
7
votes
2answers
2k views

Save Naive Bayes Trained Classifier in NLTK

I'm slightly confused in regard to how I save a trained classifier. As in, re-training a classifier each time I want to use it is obviously really bad and slow, how do I save it and the load it again ...
7
votes
5answers
445 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 ...
7
votes
2answers
1k views

Measuring the performance of classification algorithm

I've got a classification problem in my hand, which I'd like to address with a machine learning algorithm ( Bayes, or Markovian probably, the question is independent on the classifier to be used). ...
7
votes
5answers
2k views

Naive Bayesian spam filtering effectiveness

How effective is naive Bayesian filtering for filtering spam? I heard that spammers easily bypass them by stuffing extra non-spam-related words. What programming techniques can you use with Bayesian ...
7
votes
2answers
704 views

What does a Bayesian Classifier score represent?

I'm using the ruby classifier gem whose classifications method returns the scores for a given string classified against the trained model. Is the score a percentage? If so, is the maximum difference ...
7
votes
3answers
738 views

Artificial Intelligence, Text Classifier [closed]

I am new to AI. I am working an application that text classification via machine learning. The application needs to classify different parts of an HTML document. For example, most webpages have ...
7
votes
2answers
523 views

wondering if Bayes classifier is right approach?

I'm wondering if a Bayes classifier makes sense for an application where the same phrase "served cold" (for example) is "good" when associated some things (beer, soda) but "bad" when related to other ...
7
votes
5answers
3k views

Looking for open source naive Bayesian Classifier in C# for a Twitter sentiment analysis project [closed]

I've found a similar project here: http://stackoverflow.com/questions/573768/sentiment-analysis-for-twitter-in-python . However, I'm working on C# and need to use a naive Bayesian Classifier that is ...
6
votes
2answers
4k views

Implementing Bag-of-Words Naive-Bayes classifier in NLTK

I basically have the same question as this guy.. The example in the NLTK book for the Naive Bayes classifier considers only whether a word occurs in a document as a feature.. it doesn't consider the ...
6
votes
3answers
144 views

What is a relatively simple way to determine the probability that a sentence is in English?

I have a number of strings (collections of characters) that represent sentences in different languages, say: Hello, my name is George. Das brot ist gut. ... etc. I want ...
6
votes
2answers
2k views

How do i implement Bayesian algorithm for my five star rating system?

I want to implement a 5 star rating system on my site, and i have been trying use the bayesian rating algorithm explained here and here with no success. This is my scenario; I have three items (A, B ...
6
votes
1answer
732 views

bayesian network vs bayes classifier

What is the difference between a Bayesian network and a Naive Bayes classifier? I noticed one is just implemented in matlab as classify the other has an entire net toolbox. If you could explain in ...
6
votes
1answer
325 views

What is a good open source package for building flexible spam detection on a large Rails site?

My site is getting larger and it's starting to attract a lot of spam through various channels. The site has a lot of different types of UGC (profiles, forums, blog comments, status updates, private ...
6
votes
4answers
2k views

Naive bayes calculation in sql

I want to use naive bayes to classify documents into a relatively large number of classes. I'm looking to confirm whether an mention of an entity name in an article really is that entity, on the basis ...
6
votes
2answers
515 views

Is there a Bayesian filter library for .NET

Is there a Bayesian filter library for .NET? I would like to setup a group of folders and have emails automatically moved to those folders based on what has been previously moved to the folder. If ...
6
votes
1answer
386 views

OpenBUGS fails to converge on model that converges in WinBUGS. Precision limit?

As the title of this post says, when I try to run code and data that work fine in WinBUGS from R using BRugsFit (with coda=T), I get these errors: Error in glm.fit(x = structure(c(1, 1, 1, 1, 1, 1, ...
6
votes
1answer
964 views

Clustering and Bayes classifiers Matlab

So I am at a cross roads on what to do next, I set out to learn and apply some machine learning algorithms on a complicated dataset and I have now done this. My plan from the very beginning was to ...
5
votes
3answers
3k 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?
5
votes
1answer
319 views

What is naive about Naive bayes?

What is naive about Naive Bayes? Have an exam later, and this was a question on the sample paper we received. We haven't found a good clear answer yet, could anyone explain this?
5
votes
3answers
219 views

AI / Statistical methods for determining the name of a colour

I'm thinking about writing a little library to make a guess at the name of an (RGB value) colour, from a predetermined list of candidates. My first attempt was based purely on pythagorean distance ...
5
votes
1answer
873 views

PHP implementation of Bayes classificator: Assign topics to texts

In my news page project, I have a database table news with the following structure: - id: [integer] unique number identifying the news entry, e.g.: *1983* - title: [string] title of the text, e.g.: ...
5
votes
1answer
366 views

Use Google Go's Goroutines To Create A Bayes Network

I have a large dataset of philosophic arguments, each of which connect to other arguments as proof or disproof of a given statement. A root statement can have many proofs and disproofs, each of which ...
5
votes
2answers
296 views

Detecting unknown class in a bayes classifier

If you have a bayes classifier trained for a set of classes, how to detect if the output is significant enough to choose a class? It would be useful for detecting samples wich can't be asigned to a ...
5
votes
2answers
316 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 ...
4
votes
5answers
720 views

naive bayesian spam filter question

I am planning to implement spam filter using Naive Bayesian classification model. Online I see a lot of info on Naive Bayesian classification, but the problem is its a lot of mathematical stuff, ...
4
votes
2answers
149 views

blindly classifying new trends in incoming data

how do news outlets like google news automatically classify and rank documents about emerging topics, like "obama's 2011 budget"? i've got a pile of articles tagged with baseball data like player ...
4
votes
2answers
411 views

Designing bayesian networks

I have a basic question about Bayesian networks. Let's assume we have an engine, that with 1/3 probability can stop working. I'll call this variable ENGINE. If it stops working, then your car ...
4
votes
1answer
670 views

Using a Naive Bayes Classifier to classify tweets: some problems

Using, amongst other sources, various posts here on Stackoverflow, I'm trying to implement my own PHP classier to classify tweets into a positive, neutral and negative class. Before coding, I need to ...
4
votes
3answers
3k views

Loopy Belief Propagation code example

Does anybody know of a working code example of the sum-product algorithm for (loopy) belief for Bayesian Networks? I have scoured the earth for a couple days but haven't had much luck. I'm indifferent ...
4
votes
2answers
491 views

Handling missing attributes in Naive Bayes classifier

I am writing a Naive Bayes classifier for performing indoor room localization from WiFi signal strength. So far it is working well, but I have some questions about missing features. This occurs ...
4
votes
1answer
391 views

Semi-supervised Naive Bayes with NLTK [closed]

I have built a semi-supervised version of NLTK's Naive Bayes in Python based on the EM (expectation-maximization algorithm). However, in some iterations of EM I am getting negative log-likelihoods ...

1 2 3 4 5 6