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

0
votes
0answers
10 views

How does pymc represent the prior distribution and likelihood function?

If pymc implements the Metropolis-Hastings algorithm to come up with samples from the posterior density over the parameters of interest, then in order to decide whether to move to the next state in ...
2
votes
3answers
5k views

Open Source Naïve Bayes Classifier written in Java

I'm looking for an Open Source Naïve Bayes Classifier library written in Java. Would appreciate any help in finding one. Is Naïve Bayes Classifier the same as Bayesian Network?
1
vote
1answer
30 views

Best library for automatic document classification [closed]

The problem: we have a bunch of documents (magazine articles) that need to be put into "categories". Some categories reflect the subject of the article (what the article is about) and some other ...
0
votes
1answer
14 views

How to find probability of posterior parameter with Winbugs

My winbugs code is as follows: model { for ( i in 1:N){ logit(p[i])<- alpha+ beta*x[i] y[i]~ dbin(p[i], n[i]) } alpha~ dnorm(0,0.000001) beta~ dnorm(0,0.000001) ...
0
votes
1answer
55 views

Naive bayes text classification fails in one category. Why? [closed]

I am implementing Naive Bayes classifier for text category detection. I have 37 categories and I've got accuracy about 36% on my test set. I want to improve accuracy, so I decided to implement 37 ...
2
votes
2answers
299 views

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
0answers
7 views

Bayesian Network Output

I'm using a dataset that predicts whether one has diabetes or not. If in my data set, the number of observations negative of diabetes is 10 times larger than those of positive, is it already given ...
-4
votes
0answers
23 views

What is the purpose of Bayes Nets [closed]

I have seen a lot of explanations of what bayes nets are, but I simply cannot wrap my head around their use in code. So here is my three part question. Am I right in my definition of bayes nets? ...
-1
votes
0answers
14 views

about bayesian network structural learning

I am doing academic project on Bayesian Networks Structural Learning (title:Mutual Information Preconditioning Improves Structural Learning of Bayesian Networks From Medical DataBases), I am ...
0
votes
1answer
38 views

Scikit-learn: BernoulliNB, v0.10 vs v0.13: very different results

This is something of a follow-up to this thread, where I was getting erroneous results with the GaussianNB classifier, which turned out to be because I had scikit-learn v0.10 on the linux VM I was ...
0
votes
2answers
666 views

How to clasify an unlabelled dataset with a newly trained NaiveBayes classifier in Weka

I have an unlabeled dataset that I want to classify with my newly trained classifier using NaiveBayes classification in Weka. So actually when in the Classify mode in weka if i give the option ...
0
votes
2answers
87 views

how to use the a 10-fold cross validation with naive bayes classifier and NLTK

I have a small corpus and I want to calculate the accuracy of naive Bayes classifier using 10-fold cross validation, how can do it. thanks
1
vote
1answer
37 views

how to plot joint distribtuion of 2 random variable having 1000 data

here is the code i wrote to generate probability distribtuion of two random variable. now i would like to plot JPD. clear all; clc; x1 = randn(1000,1); x2 = 10*randn(1000,1); [count_1, b] = ...
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 ...
-2
votes
1answer
30 views

Bayes classification in matlab histogram?

I have 2 variable pat and target.Pat variable consist of 2 row and 500 columns.Target variable 1*500. pat variable contains 500 patterns coded as 2D feature vectors x = [x1 x2]T . The second ...
0
votes
1answer
37 views

Probabilistic Classifier in Opencv

I am looking for a probabilistic classifier in OpenCV, which during prediction, returns the probabilities or membership values of the various classes. I have looked into SVMs, ANNs and Normal Bayes ...
25
votes
2answers
11k 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 ...
0
votes
1answer
34 views

sklearn GaussianNB - bad results, [nan] probabilities

I'm doing some work on gender classification for a class. I've been using SVMLight with decent results, but I wanted to try some bayesian methods on my data as well. My dataset consists of text ...
0
votes
0answers
32 views

How can I write the most informative features in nltk classifier?

I have trained a Naive Bayes Classifier, and it has a method named show_most_informative_features which can print the most informative features in python console. I want to write the most informative ...
0
votes
2answers
124 views

Java, Weka: How to predict numeric attribute? [duplicate]

I was trying to use NaiveBayesUpdateable classifier from Weka. My data contains both nominal and numeric attributes: @relation cars @attribute country {FR, UK, ...} @attribute city {London, ...
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 ...
1
vote
1answer
17 views

OpenBUGS Problem

I'm using the following code in OpenBUGS to perform an analysis: model { for(i in 1:467) { probit(p[i])<-gamma0+gamma1*drug[i]+gamma2*CD41[i] R[i]~dbern(p[i]) junk[i]<-ID[i] } ...
2
votes
2answers
518 views

How to implement TF_IDF feature weighting with Naive Bayes

I'm trying to implement the naive Bayes classifier for sentiment analysis. I plan to use the TF-IDF weighting measure. I'm just a little stuck now. NB generally uses the word(feature) frequency to ...
0
votes
1answer
310 views

Multinomial Naive Bayes for OpenCV

I'm looking for a Multinomial Naive Bayes classifier written in C/C++ for use with OpenCV. I'm looking for the Algorithm (or a readymade implementation) as it will be more helpful as I'm trying to ...
0
votes
0answers
24 views

Using BIC for the validation of cluster Numbers

I am trying to user Bayesian information criterion as mentioned in below wiki page: Bayesian information criterion I am using following formula: From the weka tools I can get "Within cluster ...
0
votes
0answers
58 views

Bayesian Network

I am new to machine learning. I have a BN with 4 variables [X1,X2,X3,X4] and I am interested in predicting Y based on those. For the training data I have [X1,X2,X3,X4,Y]. But for actual data I have ...
0
votes
1answer
116 views

Java, Weka: NaiveBayesUpdateable: Cannot handle numeric class

I am trying to use NaiveBayesUpdateable classifier from Weka. My data contains both nominal and numeric attributes: @relation cars @attribute country {FR, UK, ...} @attribute city {London, ...
1
vote
1answer
31 views

creating a person taking a random walk in python

my teacher ask me to create a person taking a random walk across a coordinate starting with (0,0) please help me generates a random (x,y) pair that make up a point on coordinate system. start with: ...
1
vote
2answers
47 views

Updating OpenCV CvNormalBayesClassifier

I'm trying to use CvNormalBayesClassifier to train my program to learn skin pixel colors. I have a set of training images and response images. The response images are in black and white, skin regions ...
0
votes
2answers
172 views

Simple examples/applications of Bayesian Networks

Thanks for reading. I want to implement a Baysian Network using the Matlab's BNT toolbox.The thing is, I can't find "easy" examples, since it's the first time I have to deal with BN. Can you propose ...
3
votes
1answer
2k views

What is the difference between a Decision Tree and a Bayesian Network?

If I understand it right, both use Bayes Theorem to generate an acyclic graph and calculate percentages based on functions applied at every node. What is the difference?
0
votes
0answers
20 views

code for authentication of individuals based on eeg

Unique data is obtained from an individual(through EEG) in the form of an excel sheet, 10*10. In order to authenticate a person(trying to gain access), the person's data is taken in the same format. ...
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 ...
4
votes
2answers
498 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 ...
2
votes
1answer
139 views

Error using predict with klaR package, NaiveBayes

I'm using the klaR package's predict method as mentioned in the post Naive bayes in R: nb_testpred <- predict(mynb, newdata=testdata). nb_testpred is my Naive Bayes model, developed on ...
0
votes
1answer
293 views

Naive Bayesian and zero-frequency issue

I think I've implemented most of it correctly. One part confused me: The zero-frequency problem: Add 1 to the count for every attribute value-class combination (Laplace estimator) when an attribute ...
2
votes
1answer
69 views

BayesTree package plot extraction in R

I am using the BayesTree package in R. Using the author's example: ##simulate data (example from Friedman MARS paper) f = function(x){ 10*sin(pi*x[,1]*x[,2]) + 20*(x[,3]-.5)^2+10*x[,4]+5*x[,5] } ...
2
votes
2answers
457 views

R package equivalent to Matlab's Bayes net toolbox for network structure learning using time data

I'm doing a study on time series data of protein phosphorylation events, and I want to use dynamic bayesian network to learn the network structure. I found your Bayes net toolbox can be helpful for my ...
1
vote
0answers
32 views

Bayesian Sets and Finding the Top Sets

Bayesian Sets proposed by Ghahramani and Heller (http://mlg.eng.cam.ac.uk/zoubin/papers/bsets-nips05.pdf) provides a useful way to find sets of items based upon a query (eg dog would return cat, pet) ...
0
votes
1answer
50 views

Python NaiveBayes: Why am I getting a ZeroDivisionError

I am trying out the NaiveBayes Python library (python 2.7) I am wondering why running this code is giving me a ZeroDivisionError. #!/usr/bin/env python import NaiveBayes model = ...
1
vote
2answers
804 views

weka AdaBoost does not improve results

(sorry for any English mistakes, I'm no native speaker) in my bachelor thesis I am supposed to use AdaBoostM1 with a MultinomialNaiveBayes classifier on a text classification problem. The problem is ...
1
vote
0answers
63 views

Orange information score maximum value, in the context of bayesian and tree classifiers

I am working with the Orange package and have written the following code based on the tutorials available: import orange,orngTest,orngStat,orngTree,Orange bayes = orange.BayesLearner() ...
0
votes
1answer
115 views

what should be the parametric form of the l2 regularization in a Bayesian setting? [closed]

In a Bayesian setting for parameter estimation, what should be the parametric form of the prior distribution in order to perform l2 regularization?
0
votes
0answers
44 views

R BAS package, error no positive roots

I'm learning R and generalized linear models, I found BAS which I think is simple to use to get one, but running it I got this mistake and as I said just begining to learn. Any help: No positive ...
1
vote
0answers
136 views

Updating my training model on the fly

I am using the Naive bayes classifier of apache mahout. Say I train a model with 100 training data, and I have got 50 more training data. Is there any way I can append the new data into the trained ...
0
votes
1answer
233 views

How good can Nearest Neighbor, Naive Bayes and a Decision Tree classifier solve the given classificationproblem?

The 3 diagramms (i), (ii), (iii) show training sets having 2 numerical attributes (x and y axis) and a target attribute with two classes (circle and square). I am now wondering how good the data ...
0
votes
3answers
456 views

Simple MCMC Bayesian Inference in R

I'm looking for a simple MCMC Bayesian network Inference function/package in R. Essentially, I just want a function that accepts the matrix containing my samples x my variables ( + optional parameters ...
0
votes
0answers
124 views

Mahout naive bayes: Understand the scoring system

I have a binary mahout naive bayes sentiment classifier model. To classify the labels, I use org.apache.mahout.classifier.Classify class. I am trying to come up with a cut-off based on the scores ...
1
vote
0answers
73 views

How to update Bayes NormalClassifier from OpenCV?

i am trying to use CvNormalBayesClassifier from OpenCV. But i'm unable to update a model I already trained. Here is my code to train the model initially: Mat training_data = Mat(counter_instances, ...
0
votes
1answer
77 views

Can we obtain hybrid algorithm for spam filtering from Naive Bayes & SVM?

I am developing a spam filtering application. I need suggestions regarding the hybrid algorithm from Naive Bayes & SVM.(e.g. based on feature vector, probabilities). Any help is appreciated. Can ...

1 2 3 4 5 6