Bayesian refers to methods in probability and statistics named after Thomas Bayes (ca. 1702–1761), in particular methods related to statistical inference
-1
votes
0answers
24 views
Semantic Dominance from similarity measures [closed]
How to calculate semantic dominance if i am given similarity measures? Let us say i have 4 words: sun, field, pillar and water. And given the similarity for each pair.
sim (sun,water)
sim (sun, ...
0
votes
0answers
10 views
Combining evidence using Demster-Shafer theory
Can someone post any simple explanation of Demster-Shafer theory? There are lot of links available but the reading material in those sites is academic in nature and time consuming to read and ...
0
votes
0answers
6 views
Equivalence plot for Baysian D-optimal Design using Matlab
I am drawing equivalence plot for Baysian D-optimal Design using Matlab. The optimization curve line is supposed to be tangent to y=0 with some optimization points. But the curve line I got exceeds ...
-1
votes
0answers
25 views
Checking independence of variables in a Bayesian network [closed]
I need a little help with Bayesian Networks. Consider given the following network (all variables are binary) and we need to check conditional independence of A and C if X and Z are given.
Any ...
0
votes
1answer
46 views
R code clinical trials
This is my code for running a clinical trial in order to show probability of a trial been successful. My problem is that I need to show that by introducing a second set of sample (n.2), how many ...
1
vote
0answers
13 views
Need an Interpreted Language with Bayes on Win32 for mini-project
I used to use Python with Reverend Thomas so I could do things like:
"Hola, coma estas", Spanish
"Hi, How are you?", English
"Muy gracias", Spanish
But I can't find the Reverend package anymore ...
-1
votes
0answers
28 views
responsability in a product variation [closed]
let p = a*b with a and b two reals.
I'd like to measure the level of 'responsability' of a and b respectively, for an observed variation of p.
For instance, if we observe a variation such as 10*10 ...
0
votes
0answers
23 views
How to get bar graph values of an attribute using WEKA API
I need to implement Naive Bayes using WEKA classes. In order to do that, I need to get the count of each nominal attribute value per class. I can get the overall count of an attribute by using ...
1
vote
1answer
41 views
How to change smothing method of Naive Bayes classifier in NLTK?
I have trained a spam classifier using NLTK Naive Bayes method. Both the spam set and not spam set have 20,000 instances of words in training.
I have noticed that when encountering an unknown ...
-1
votes
0answers
26 views
Step by step example of calculation of posterior probabilities for Bayesian network? [closed]
I am learning Bayesian networks. I am getting difficulties in understanding computation part of posterior probabilities. If there is any ready made step by step example then it would be really ...
0
votes
0answers
26 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 ...
1
vote
1answer
50 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
83 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 ...
0
votes
1answer
24 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
0answers
13 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 ...
0
votes
2answers
118 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
0
votes
1answer
45 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 ...
1
vote
1answer
50 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] = ...
-2
votes
1answer
48 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
49 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 ...
0
votes
1answer
48 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
48 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
189 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, ...
1
vote
1answer
21 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]
}
...
0
votes
0answers
33 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
62 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
174 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
32 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
55 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
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. ...
2
votes
1answer
76 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]
}
...
1
vote
0answers
33 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) ...
1
vote
1answer
60 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
0answers
69 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
125 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 ...
0
votes
1answer
268 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
0answers
136 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
88 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
0answers
87 views
Combining Naive Bayes and SVM for spam filtering
I am working on a hybrid algorithm that can be obtained by combining Naive bayes and SVM for spam filtering. Please help with different ways of combining the algorithms. Also what are the different ...
0
votes
1answer
184 views
How to create a joint probability table from existing conditioinal probability tables? (CPTs)
I have the following tables ,with the dependencies below :
And I want to create the joint-probability table for P(M,P,W,B) , which looks like this (and of course ,you can assume that the below ...
0
votes
1answer
82 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 ...
6
votes
3answers
173 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 ...
1
vote
0answers
40 views
bayesian prior on the range parameter (spatial statistics)
I am working with a bayesian hierachical model for precipitation, and I need to specify priors for the parameters describing spatial dependence; sill and range. My question is, the priors become ...
0
votes
0answers
46 views
Bayesian classifying given a key term
How can I classify a document into a relevance rating given a search term?
What I know is that with Bayesian Classifier (or other classifiers), one can train a dataset to elicit a binary (or ...
0
votes
3answers
188 views
Logit regression with WinBUGS/R2WinBUGS not converging to likelihood estimates
I am a Win-7 user with R 2.15.2
Can someone help me why is the following model not converging well close to simple logit model estimates?
Edited
Mydata <- structure(list(gg = c(13.659955, ...
0
votes
1answer
413 views
“Multiple definition of node a” error in Winbugs
okay i just rewrite my code. Now the problem is when i compile it, I get an error of "multiple definition of node a". Do anyone know what wrong in my code. I create the variable a,b and c for the ...
0
votes
1answer
258 views
Error in WinBUGS CODE
I could not get the WinBUGS code below to work. It works for normal priors, but not for uniform priors. The error message that appears after I click compile is array index is greater than array upper ...
0
votes
0answers
130 views
Using Bayesian Multivariate Regression to predict 5 variables
I have a dataset that has about 350 data points and I am trying to use two predictor variables to try to predict 5 percentage variables (the 5 add up to 100). I am searching for a way to do this and ...
0
votes
2answers
795 views
When to use test and training sets in Weka?
I've been working with Weka for awhile now, and in my research on it, I find that a lot of code examples use test and training sets. For instance, with Discretization and Bayesian Networks,their ...
