Tagged Questions
-2
votes
0answers
15 views
Is there any tutorial for EM mixture bernoulli model in Matlab? [closed]
Is there any tutorial for Estimation Maximization mixture bernoulli model in Matlab? I need to find something to help me how to implemented it!
2
votes
0answers
76 views
How to combine two features (two minimum distance classifiers)
Hello All with my first post here,
I work on tracking objects through images without prior training. I use two features, the color of the region (the ab channels of the Lab space) and the HOG. In my ...
0
votes
1answer
35 views
Plotting the hyperplane of LDA (ClassificationDiscriminant)
I am trying to compare various classifiers on my data, such as LDA and SVM etc, by visually investigate the separation hyperplane.
Currently I am using ClassificationDiscriminant as the LDA ...
1
vote
1answer
58 views
Proper way to select statistically random dataset for cotraining in matlab
I have came across various ways to find out random dataset for training of a classifier in MATLAB like crossval and cvpartition etc. I have gone through all the examples but couldn't understand them ...
-1
votes
0answers
49 views
Extracting Patches in SIFT descriptors
I'm confused with extracting patches from SIFT descriptors in MATLAB.
After extracting the SIFT descriptors and I got the X and Y descriptors. The total number would be for an image = 404 X 2.
I ...
1
vote
1answer
67 views
Unusual result of SVM classification in Matlab
I am trying to use SVM to do a binary classification from a very high dimensional dataset which is a 3249X40 matrix. I have five similar datasets. While I get results from Decision tree properly(low ...
-7
votes
0answers
69 views
How to make classifier in image processing? [closed]
I am just new in image processing. Please suggest me how to make classifier(any) in image processing in MATLAB?
1
vote
0answers
212 views
Multi-class SVM classification in Matlab - are graphs possible?
I want to classify a data set (which has four classes) using the SVM method. I've done it using the coding below (using a 1 against all). It isn't terribly accurate but I'm thankful for anything at ...
-1
votes
0answers
30 views
Co-Training in Matlab [closed]
I need to start with co-training in Matlab. Is there any package/library/toolbox in Matlab that can help me with Co-Training as in, it may have full/partial implementation of co-training. I had been ...
0
votes
0answers
58 views
Using MATLAB PRTools naivebc classifier to classify datasets with NaN
This question concerns PRTools, a MATLAB toolbox for pattern recognition. I am trying to use PRTools naivebc classifier to classify some datas which has NaN values, and am getting a following error. ...
1
vote
1answer
32 views
How to specify the depth of a regression tree in matlab?
I am using the regression tree (http://www.mathworks.co.uk/help/stats/classregtree.html) to classify some data. My data has 9 features, however the regression tree will give me a decision tree only ...
0
votes
0answers
127 views
Parzen Window Estimate
how would I code a parzen window estimate when the window estimate is a spherical Gaussian in Matlab.
I'm trying to write a program to classify an arbitrary test point x based on Parsen window ...
-1
votes
1answer
217 views
Matlab - LDA “The pooled covariance matrix of TRAINING must be positive definite.”
Can someone help me out with this problem. I have trying to figure this out from a long time.
I have a training_Set: <1530*270400 double>
and Test_Set: <4794*270400 double>
I am using ...
1
vote
0answers
74 views
Music OCR - Classification Model (hierarchical svm? non-graphical features?)
I have to design a classification model for a Music OCR project (i.e. Optical Music Recognition): I don't need free tools or already working solutions since I need a detailed design for a brand new ...
0
votes
0answers
45 views
How to handle unbalance dataset training and testing when do the classfication using libsvm
I have a problem when do the classification using libsvm. the data that i used is TP=13 FP=40. and also i used 5-cross validation. but when i try it with different parameter(parameter gabor filter, ...
0
votes
0answers
42 views
The same result when I do classification with gabor feature and libsvm
i want to ask. I want to classify mass and no mass breast cancer. so, I extract the feature using gabor feature which is can be tuned in a different scale and orientation and then i do the ...
0
votes
1answer
80 views
Bad results when testing libsvm in matlab
can someone help me to solve this?
I want to test whether this classification is already good or not. So, I try with data testing=data training. it will give 100% (acc) if the classification is good.
...
1
vote
1answer
91 views
Interpretation of MATLAB's NaiveBayses 'posterior' function
After we created a Naive Bayes classifier object nb (say, with multivariate multinomial (mvmn) distribution), we can call posterior function on testing data using nb object. This function has 3 output ...
0
votes
2answers
267 views
problems after addpath libsvm library in matlab
i want to know how libsvm works. I tried this code in this link [1]: 10 fold cross-validation in one-against-all SVM (using LibSVM) . It's working (I havent added path libsvm library in matlab) but ...
1
vote
1answer
85 views
find exact numbers of true postive in weka
In WEKA, I can easily find the TP Rate and total True Classified Instances from Confusion Matrix but is there any way to see exact number of tp and/or tn?
And do you know any way to find these values ...
-1
votes
1answer
153 views
why classification results using SVM is not good in matlab?
I have some problem with svm. I used svmtrain and svmclassify for classification mass and no mass. I have data training 40 false positive and 13 true positive. when I test it (data testing that i used ...
0
votes
0answers
55 views
Can someone help me debug this perceptron in Matlab?
I don't understand what's wrong with my perceptron. Sometimes the hyperplane is good, but for a reason it is modified and it should not! The weights are displayed at each iteration. Also, parsing data ...
2
votes
2answers
117 views
ANN different results for same train-test sets
I'm implementing a neural network for a supervised classification in MATALAB.
I have a training set and a test set to evaluate the results.
The problem is that every time I train the network for the ...
0
votes
1answer
122 views
Matlab Error: The covariance matrix of each group in TRAINING must be positive definite
I am currently looking at the effects of sampling rate and quantization on tumour signals during classification. I get the error 'The pooled covariance matrix of TRAINING must be
positive definite.' ...
0
votes
0answers
361 views
How to do a classification using Matlab?
I have got the data (can be downloaded here) and tried to run a simple LDA based classification based on the 11 features stored in the dataset, ie, F1, F2, ..., F11.
Here I wrote some codes in Matlab ...
0
votes
0answers
88 views
svmtrain is accepting complex number while svmclassify is not accepting complex number
the svmtrain function in matalb is accepting complex numbers for training.
But the svmclassify function is not accepting complex numbers. it is saying,
Subscript indices must either be real ...
0
votes
1answer
120 views
my model is predicting all positive class to negative class in libsvm toolbox matlab
I created a classifier using libsvm toolbox in Matlab. It is classifying all positive class data as negative class and vice versa. I got good result while doing cross validation but while testing some ...
0
votes
0answers
79 views
Creating datasets using prtools on matlab
i am new to using prtools for matlab and i am trying to tackle this exercise:
Generate a dataset that consists of two 2-D uniformly distributed classes of objects using the rand command. Transform ...
1
vote
1answer
212 views
Difference between image retrieval and image classification [closed]
load fisheriris
xdata = meas(51:end,3:4);
group = species(51:end);
svmStruct = svmtrain(xdata,group,'showplot',true);
species = svmclassify(svmStruct,[5 2],'showplot',true)
hold ...
1
vote
1answer
80 views
vector comparison and new assignment
I'd like to ask you question about some matlab code I wrote, But first of all tell you my problem. I have 2 vectors, Test Labels and Predicted labels and I want to compare them for classification ...
0
votes
1answer
108 views
Testing with LIBSVM
I have been using libsvm in Matlab for our research. The accuracies of the model when used in cross-validation results are already quite good. However, I am having a small problem when trying to use ...
2
votes
1answer
274 views
Choosing k for KNN in Matlab
I'm currently using Matlab's k nearest neighbors classifier (knnclassify) to train and test binary attributes. The default value argument for k if none provided is 1 and one can choose other values ...
0
votes
0answers
68 views
Difference Between Matlab's classify and ClassificationDiscriminant
I recently came upon a discrepancy between Matlab's classify and ClassificationDiscriminant functions. By default, they should both be doing Linear DiscriminantAnalysis, but when given unbalanced ...
0
votes
0answers
91 views
Matlab Classification Tree generation with non-numeric observations
I am trying to generate a classification tree in Matlab using ClassificationTree.fit() or classregtree(). My data is non-numeric however, I cannot find a command which will generate a classification ...
0
votes
0answers
56 views
verifying / correctness of KNN
I have a data set of 306 by 4 including class which means each have 3 attributes
I have devided my dataset to training set and test set.
using function below I could achieve a classification
classM ...
1
vote
2answers
481 views
Classifying handwritten digits using PCA
Classify handwritten digits using PCA. Use 200 digits for the train phase and 20 for the test.
I have no idea how PCA works as a classification method. I've learned to use it as a dimension ...
0
votes
1answer
91 views
why as number of features increases, the classification accuracy decreases when using svm
I am using libsvm for image classification. Why when I use more features for classification my prediction accuracy decreases? Shouldn´t it increase? My dataset size is fixed at 1600 for training and ...
0
votes
0answers
352 views
Linear Discriminant analysis in matlab classifier
I'm having problems with matlab can anybody help me? LDA can classify object with labels but how does it output labels? Here is the code found that I am trying to understand. I'm also a novice in ...
0
votes
0answers
65 views
NN input creation for Document Classification MATLAB
I've been doing my first big work in Matlab and now I have problem that I don't know how to solve :s
Goal is use NN to classify input document made of strings.
After treat all data what I have are ...
2
votes
2answers
714 views
How to use trained Neural Network in Matlab for classification in a real system
I have trained Feed Forward NN using Matlab Neural Network Toolbox on a dataset containing speech features and accelerometer measurements. Targetset contains two target classes for dataset: 0 and 1. ...
-2
votes
1answer
133 views
Neural network activation
From this site,
The output node has a "threshold" t.
Rule:
If summed input ≥ t, then it "fires" (output y = 1).
Else (summed input < t) it doesn't fire (output y = 0).
How y equals to zero. ...
1
vote
1answer
132 views
How draw decision boundry of 4 dimentional Iris data in libsvm?
I tried svm with 4 features. I used Libsvm for training classifier then I want to draw decision boundries. I tried to draw in 2D space in matlab for 1 vs 3 (One vs One) and the 2D features were ...
2
votes
2answers
2k views
10 fold cross-validation in one-against-all SVM (using LibSVM)
I want to do a 10-fold cross-validation in my one-against-all support vector machine classification in MATLAB.
I tried to somehow mix these two related answers:
Multi-class classification in libsvm
...
3
votes
1answer
249 views
Interpretation of Probability Estimate for Multi-class classification in LibSVM for MATLAB
Problem: 3 class classification with labels 1,2,3.
Tool: LibSVM for MATLAB
svmModel = svmtrain(<Trainfeatures>, <TrainclassLabels>, '-b 1 -c <someCValue> -g ...
1
vote
1answer
224 views
Time series classification MATLAB
My task is to classify time-series data with use of MATLAB and any neural-network framework.
Describing task more specifically:
Is is a problem from computer-vision field. Is is a scene boundary ...
3
votes
1answer
110 views
Classify 2-by-N data set
I have a dataset, say Q, of the following dimension ( data in the columns are independent )
Q1 Q2
0.676638655462185 0.470588235294118
0.889747899159664 0.976470588235294
...
6
votes
2answers
495 views
How to fix ROC curve with points below diagonal?
I am building receiver operating characteristic (ROC) curves to evaluate classifiers using the area under the curve (AUC) (more details on that at end of post). Unfortunately, points on the curve ...
0
votes
0answers
118 views
matlab svmclassify function returns NaN
I use svmclassify function of matlab.
Each of the samples has ~600 features.
I used about 700 samples of each group for training (svmtrain).
Then I tested it on to sets of data
1) Set on which I ...
0
votes
2answers
706 views
KNN classification with categorical data
I'm busy working on a project involving k-nearest neighbour regression. I have mixed numerical and categorical fields. The categorical values are ordinal (e.g. bank name, account type). Numerical ...
0
votes
1answer
133 views
MATLAB: X and Y do not have the same number of observations.(error) classregtree()
Im trying to use function classregtree for building a tree. classTrain is a cell array with 2 string values. I use grp2idx() function for indexing strings, not using this function causes error "X must ...




