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
117 views
SKLearn Cross-validation:
I'm doing text classification and will be dealing with words that are not captured in my training data, meaning the word should be treated as unknown.
Does anyone know if scikit's cross validation ...
0
votes
0answers
350 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 ...
1
vote
2answers
115 views
nearest neighbour in dataset Node.js
I have a Node.js application that saves data to MongoDB.
Given one document, I want to find the most similar document in the database.
My idea is to implement some sort of nearest neighbour algorithm ...
3
votes
2answers
149 views
Choosing Features to identify Twitter Questions as “Useful”
I collect a bunch of questions from Twitter's stream by using a regular expression to pick out any tweet that contains a text that starts with a question type: who, what, when, where etc and ends with ...
0
votes
0answers
108 views
Form the feature using mean and standard deviation in machine learning
I am doing a machine learning research. For example, I have extract the features from an image. I calculate the mean intensity and standard deviation of it in order to do further classification. Then ...
0
votes
2answers
120 views
Choosing classification algorithm to classify mix of nominal and numeric data?
I have a dataset of about 100,000 records about the buying pattern of customers. The data set contains
Age (continous value from 2 to 120) but I have plan also to categorize into age ranges.
Gender ...
4
votes
1answer
249 views
Mixing categorial and continuous data in Naive Bayes classifier using scikit-learn
I'm using scikit-learn in Python to develop a classification algorithm to predict gender of a certain customers. Amongst others I want to use the Naive Bayes classifier but my problem is that I have a ...
2
votes
2answers
130 views
How to attach JavaFX2 javadoc jar automcatically with maven?
I have in my pom.xml the dependency to jfxrt.jar, as a system scope one:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>javafx</artifactId>
...
1
vote
2answers
736 views
Loding a weka model to a java code
I have saved the result of weka classification by right clicking on the model and selecting "save model". Now, I want to load it and work with in my "JAVA" application. How can I do that? Models could ...
1
vote
0answers
58 views
Weka dynamic sentence classification
Could you please give me some hints whether (and how) I can do this in WEKA?
I have lots of sentences and then I receive a new one which has to be categorized.
The existing categories come into ...
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
710 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. ...
0
votes
2answers
520 views
R randomForest for classification
I am trying to do classification with randomForest, but I am repeatedly getting an error message for which there seems to be no apparent solution (randomForest has worked well for me doing regression ...
1
vote
1answer
73 views
Classification algorithm for estimating the score
I want to detect some sort of sentiment orientation for text article. This problem seems related to classification problem, but instead of detecting probabilities of each class (negative, positive, ...
0
votes
0answers
160 views
Mahout classification issue
I use Mahout 0.6 for classification task I did the following steps:
Prepared the training file in the following format:
Label "Tab space" Content of the whole document1
Label "Tab space" Content ...
3
votes
2answers
82 views
Detecting HTML table orientation based only on table data
Given an HTML table with none of it's cells identified as "< th >" or "header" cells, I want to automatically detect whether the table is a "Vertical" table or "Horizontal" table.
For example:
...
-2
votes
1answer
132 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. ...
0
votes
2answers
163 views
Interpretation of classification in Weka
I would like to use Weka to solve my classification problem.
I have a set of instances of my training data. Lets say that the data looks like:
@relation Relation1
@attribute att1 {val11, val12}
...
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
...
0
votes
0answers
122 views
how to train a classifier in opennlp? [closed]
I want to build a classifier in opennlp using training data and then use it to classify future documents. But I am unable to find documentation on how to create such a training model? i see examples ...
0
votes
1answer
138 views
Representing documents in vector space model
I have a very fundamental question. I have two sets of documents, one for training and one for testing. I would like to train a Logistic regression classifier with the training documents. I want to ...
0
votes
2answers
93 views
Comparing and counting string correlations with Haskell
I'm working on a pretty complicated (complicated for me, at least) function that I'd like to use to count the number of times a word in a list corresponds with a word in a database.
An example using ...
1
vote
1answer
166 views
Naive Bayes text classifier with features such as hasDate, hasLocation, first word etc
I'm trying to work on a Naive Bayes text classifier. I have already created a bag of words approach in code. In my documents I have noticed many features that are unique to certain classifications. ...
1
vote
0answers
88 views
Classifying instances of a set with a Classification Model on WEKA GUI
I am new to data mining and I would like to ask you a classification question.
I have trained a classification algorithm on WEKA (GUI), using a training set in ARFF format. Consequently I saved it in ...
0
votes
1answer
56 views
Naive Bayes Computation in Perl / Moose
Here is some code I wrote to calculate the probability of labels with respect to some observed features using a Naive Bayes classifier. This is intended to compute the Naive Bayes formula without ...
3
votes
1answer
244 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
221 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
139 views
How to convert a log system file into ARFF format? [closed]
I'm using Weka tool for data mining and classification. I have to convert the log system file to ARFF file. There is a possiblity to convert log system file to ARFF file?
Thank you
1
vote
1answer
127 views
Fail to form a binary classification and use predict_prob(): Random Forest, opencv
I used opencv to do random forest and I've built the forests successfully. But then I need to use predict_prob to know the exact chance that sample belongs to the second class.
I now how it works but ...
1
vote
0answers
135 views
Classification with deal (Bayes-network)
I am working with multiple binary vectors e.g., A,B,C,D,E,F,G,H.
I want to find the classification between them. I have tried the following:
log_data<-read.csv(choose.files(), as.is = T, header ...
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
...
0
votes
1answer
123 views
Naive Bayes, not so Naive?
I have a Naive Bayes classifier (implemented with WEKA) that looks for uppercase letters.
contains_A
contains_B
...
contains_Z
For a certain class the word LCD appears in almost every instance of ...
0
votes
1answer
103 views
How to download an ephemeral file from Heroku Cedar
I have a rails project hosted on Heroku Cedar that does the following:
crawls daily newsfeed and store them into the database
manually judge the feeds and classify them into categories
use the ...
6
votes
2answers
494 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 ...
1
vote
1answer
47 views
How many distinct Boolean function representable by a threshold perceptron?
It states that there are 2^2^n distinct Boolean functions of n inputs. The question is, how many of these are representable by a threshold perceptron?
Would not the answer be all? I say this because ...
0
votes
1answer
30 views
how to find ranges in continuous values for use in building decision tree
I am building a decision tree that uses fields with continuous values (doubles).
how should I create the range nodes to build the tree with (finding the best ranges values)
0
votes
1answer
531 views
How to test a Weka Text Classification (FilteredClassifier)
Looked at lots of examples for this, and so far no luck. I'd like to classify free text.
Configure a text classifier. (FilteredClassifier using StringToWordVector and LibSVM)
Train the classifier ...
-1
votes
2answers
57 views
What is feed-forward wrapper method for feature selection?
For a school project I need to choose a dataset from UCI repository and classify the data with KNN after processing it with "feed forward wrapper" feature selection. Googling for "feed forward ...
1
vote
1answer
145 views
How to count the observations falling in each node of a tree
I am currently dealing with wine data in MMST package. I have split the whole dataset into training and test and build a tree like the following codes:
library("rpart")
library("gbm")
...
0
votes
1answer
214 views
How does Laplace Smoothing Effect Prior / Evidence
I have a probability / stats question related to implementing Naive Bayes Classifiers, in particular about implementing Laplace Smoothing to avoid the Zero count issue and overfitting.
From what Ive ...
2
votes
1answer
85 views
fisher discriminant computation time
I've recently implemented Fisher's Linear Discriminant (FLD) in Lisp. Hitherto I've been using samples of dim(<10), with populations of order 10 with which FLD executed immediately. This morning I ...
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
106 views
Continuous Attribute - Distribution in Naive Bayes Algorithm
I am trying to implement Naive Bayes Algorithm - by writing my own code in MATLAB. I was confused what distribution to choose for one of the continuous attributes. It has values as follows:
...
0
votes
1answer
62 views
Detecting noise in a dictionary of topic words
I have a dictionary of about 1500 words. Not all of those 1500 words can be used as topics for text (many of them are noise in my dictionary, perhaps only 2-10% of them can be used as topics), but the ...
0
votes
2answers
701 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 ...
1
vote
1answer
70 views
Batch- Associate variable values based on filename extract
I have filename that look like this
20120528_Sales_Store_001.pdf
20120529_Sales_Store_001.pdf
etc
I need to extract the date from the filename and then associate it to 2 variables
Month
Week
So for ...
0
votes
1answer
71 views
Popular Items suggestion - Time Sensitive Data - Data Mining
I am a newbee in the field of data mining. I am working on very interesting Data Minign problem. Data description is as follows:
Data is time sensitive. Item attributes are dependent on time factor ...
0
votes
0answers
119 views
Using svm classification as a simple method of my C++ class
I have my own C++ program, I want add to this program a functionality witch is an SVM classification function, thus I guss that I should use something like libsvm. However, I want to integrate this ...
0
votes
1answer
151 views
Can you use multiple output layers in a neural network without using softmax?
I'm working on implementing a neural network for a class project and I was just wondering if it is possible to do multiclass classification with a neural network without using softmax? When I asked ...