In machine learning and statistics, classification is the problem of identifying which of a set of categories a new observation belongs to, on the basis of a training set of data containing observations whose category membership is known.
1
vote
1answer
44 views
Oversampling with Epsilon
I have a question about data mining. I have a dataset of 74 instances that belong to 4 classes. As the number of each class is not enough to obtain a good accuracy using some classifiers( svm, rna, ...
1
vote
0answers
86 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 ...
4
votes
2answers
78 views
Running a list of functions with different params with a single command
I am looking to test outcome of different regression/classification algorithms (i.e. svm, nnet, rpart, randomForest, naiveBayes, etc.) on the same data, to see which works better. But I need to have ...
0
votes
0answers
15 views
Getting started on Boolean structured query search engine?
Not sure exactly what it's called (that by itself should make a good start) but I'm wanting to get a basic understanding of web search queries that use Boolean decision trees. For example, I can type ...
0
votes
0answers
59 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
47 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
0answers
81 views
Setting Random seeds do not affect classification methods C5.0 and ctree
I want to compare between two different classification methods, namely ctree and C5.0 in the libraries partyand c50 respectively, the comparison is to test their sensitivity to the initial start ...
1
vote
2answers
161 views
is it neccessary to run random forest with cross validation at the same time
Random forest is a robust algorithm. In Random Forest, it trains several small trees and have OOB accuracy. However, is it necessary to run cross-validation with random forest at the same time ?
1
vote
0answers
56 views
Python NLTK: supervised learning for classifying unlabelled data, no labelled data available
I'm trying to extract time based information from text, for which as far as I know labelled data doesn't exist. The goal is to take sentences and extract information on when, for example, a task is ...
0
votes
0answers
58 views
Estimating dependent variable as sum of functions of independent variables
I have a training data of 5 columns, where c1 is the dependent variable and columns c2, c3, c4, c5 are independent variables.
I want to estimate c1 as sum of functions of ci (where i = 2, 3, 4, 5) in ...
0
votes
2answers
108 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
103 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
376 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
votes
1answer
115 views
Classifier options greyed out in Weka [closed]
I have numeric data which has missing values. I want to classify the data using Naive Bayes Classifier in Weka but the option is grayed out. Please help.
0
votes
1answer
56 views
(Python Scipy) How to flatten a csr_matrix and append it to another csr_matrix?
I am representing each XML document as a feature matrix in a csr_matrix format. Now that I have around 3000 XML documents, I got a list of csr_matrices. I want to flatten each of these matrices to ...
-1
votes
1answer
41 views
Focusing classifier on regions of interest decreases performace
I have a basic setup, which classifies my images in some categories, using some features and classifiers. But, when i define the relevant regions, performance goes down. Why could it happen? I keep ...
0
votes
1answer
123 views
Hand shape analysis with Hidden Markov Model
I am currently working on a dynamic gesture recognition system. I opted to go for the curvature feature of the hand shape. At the moment I am able to obtain a list of angles of the hand contour ...
1
vote
1answer
74 views
Converting a Weka classifier into a score
I'm trying to convert my classifier result from classifying instances as 0 or 1, to instead give a score (confidence measure?), say between 0 and 10,
I am using a RIDOR classifier but could also use ...
0
votes
0answers
53 views
Unable to load file in Weka
I have approximately 10k instances and some 3k attributes.I am unable to load this data into weka.
It's displaying message "Reading from file" for the last 2hours.
Is it because of the large data? Any ...
1
vote
1answer
208 views
Machine Learning classifier AdaBoost for C#
Is there a popular and stable library in C# for the AdaBoost algorithm?
Does such a library contain different flavors of boosting besides the classic AdaBoost (such as GentleBoost, LogitBoost, etc. )?
...
0
votes
1answer
62 views
Signal value classification by limits from database
Given some signals I need to find out the state of a machine with configured min and max limits.
I plan to build a table with the following structure (and example data)
| StateID | SignalID | min | ...
1
vote
1answer
108 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
173 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
24 views
What is Landmarking in the area of Machine Learning
Can anybody give a simple description what landmarking algorithms in the area of Machine Learning are, and for what they are used for?
As far as i understand it, with landmarking learners one can ...
1
vote
1answer
705 views
SVM for HOG descriptors in opencv
I am trying to classify the yard digits on the football field. I am able to detect them (different method) well. I have a minimal bounding box drawn around the tens place digits '1,2,3,4,5'. My goal ...
3
votes
3answers
98 views
Which algorithms/concepts should i dig for author prediction
I have been working on something that will try to
figure out the author of a column by using my own data set.
I'm planning to use mlpy python library. It has a good documentation,
(about 100 pages ...
0
votes
0answers
49 views
Open source Graph-based SVM kernels
Recent research proposes the classification or characterization of graphs (instead of flat feature vectors) with Support vector machines. Is there any open source available in C/C++ which can perform ...
2
votes
1answer
126 views
Cascade Classifier Method
I want to use the Cascade Classifier Method to compare a found round shape (from the image set where a face has been detected) and a reference circle that I define first so that I can match those two ...
1
vote
1answer
44 views
Classifying new instance with bayesian net
Say I have the following bayesian network:
And I want to classify a new instance on wether H=true or H=false,
the new instance looks e.g. like this: Fl=true, A=false, S=true, and Ti=false.
How ...
1
vote
0answers
57 views
Weka: Too much optimistic results
I am using Weka to do some classification tasks. As I am using SVM, the False Positive Rate is 0. This is very much optimistic to me for the classification task. Also, in some of my previous ...
0
votes
1answer
68 views
The confidence level of each specific instance in WEKA?
I'm new to WEKA and machine learning in general.
I have a test set with about 6500 instances. I have a model that has already been trained with a training set. Once I run the test set through the ...
1
vote
1answer
150 views
Weka - binary classification giving polarized/biased results
Let me say, first up, that I'm a WEKA newbie.
I'm using WEKA for a binary classification problem where certain metrics are being used to get a yes/no answer for the instances.
To exemplify the ...
1
vote
1answer
258 views
Using test data set in RapidMiner
I'm trying to create a model with a training dataset and want to label the records in a test data set.
All tutorials or help I find online has information on only using cross validation with one ...
0
votes
0answers
81 views
Mallet Classification for SVMLight format
I want to use Mallet for SVMlight data format (Label f1:v1 f2:v2 ...) from my program (not command line). How can I do it? In other words, I need the default java class which is run when I do the ...
-1
votes
1answer
45 views
Indivdual feature evaluator
I have a question regarding indivdual feature evalutor in data mining.
can OneRAttributeEval, InfoGainAttributeEval, GainRatioAttributeEval and ChiSquaredAttributeEval be used on non-binary class ...
2
votes
2answers
145 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 ...
2
votes
2answers
336 views
Learning Weka on the Command Line
I am fairly new to Weka and even more new to Weka on the command line. I find documentation is poor and I am struggling to figure out a few things to do. For example, want to take two .arff files, ...
0
votes
0answers
68 views
Library to train GMMs from MFCC
I am trying to build a basic Emotion detector from speech using MFCCs, their deltas and delta-deltas. A number of papers talk about getting a good accuracy by training GMMs on these features.
I ...
0
votes
1answer
135 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
21 views
Why do correlations matter in simulating data to compare classifiers when p >> N?
In genomics and computational biology, expression data sets contain a much larger number of features (p) than the number of observations (N). I wanted to simulate data where p>>N to compare the ...
0
votes
0answers
431 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
1answer
107 views
How to use NLTK BigramAssocMeasures.ch_sq
I have list of words, I want to calculate the relatedness of two words by considering their co-occurrences. From a paper I found that it can be calculated using pearsson chi-square test. Also I found ...
0
votes
0answers
86 views
Specifying cross validation groups correctly in rpart classification tree
I have been using rpart to build classification trees and cross-validation to select the optimal tree. I have 10 pre-defined validation groups (I don't want R to choose random groups). I think I know ...
0
votes
0answers
33 views
Classification using multivariate gaussian distribution
Question:
The problem is to classify handwritten digits which are represented as some $m \time m$ array of grey scale values.
So I've been given a bunch of training vectors and there corresponding ...
3
votes
2answers
413 views
Vehicle segmentation and tracking
I've been working on a project for some time, to detect and track (moving)vehicles in video captured from UAV's, currently I am using an SVM trained on bag-of-feature representations of local features ...
1
vote
1answer
50 views
using the stacking module in rapidminer
iam new to rapidminer and i know how to add neuralnets and aply model and how to use the crossvalidation. but now i want to use the stacking module but i get the error that my neural net can't work ...
0
votes
0answers
57 views
Finding the frequency of a set of predefined words in Weka
There is an option in Weka to convert a string attribute to a vector, containing the word frequency of a particular set of words (stringToWordVector). These set of words are decided upon automatically ...
0
votes
1answer
315 views
How to handle continuous and discrete variables in 'rpart' - decision trees using R?
I am creating some decision trees using the package rpart in R. I have discrete variables like age, no.of.children in my dataset. But the resulting decision tree has these variables n decimals. Which ...
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
0answers
178 views
Only integer arrays with one element can be converted to an index error - using facerec in Python
I have get an error when using the facerec by bytefish
Here is my code
# -*- coding:Latin-1 -*-
from facerec.feature import Fisherfaces
from facerec.distance import EuclideanDistance
from ...




