Machine learning provides computer algorithms that automatically discover patterns in data and make intelligent decisions from them.
0
votes
0answers
11 views
Labelled LDA usage
I am working on a project which requires applying the topic model LDA. Because each document in my case is short, I have to use Labelled LDA. I do not have much knowledge in this area, and all I need ...
0
votes
0answers
13 views
Fill gaps in sequence of numbers with weka
I have already asked the same questions in another seqtion. Here it is python
But, I made the same question because I think to use another software. When I was trying to find a solution for my ...
0
votes
1answer
68 views
Classification using R in a data set with numeric and categorical variables
I'm working on a very big data-set.(csv)
The data set is composed from both numeric and categorical columns.
One of the columns is my "target column" , meaning i want to use the other columns to ...
-1
votes
0answers
21 views
How to speed up mahout learning process? [closed]
I have been using a dataset with million documents as a training set. It takes a day for mahout to learn in my machine with 8GB ram, intel i5 2.50GHZ?
Is there any tweak to improve the learning ...
0
votes
0answers
11 views
how to increase performance using meta classifiers in weka?
problem
I am using meta classifiers for classification in weka,i have used different number of classifiers in combination (10,6,4) by vote (average of probabilities and majority voting) and stacking ...
1
vote
0answers
26 views
randomforest.r predict() function flags up missing data
Hi I am encountering an error using the predict() function in the randomForest.r package.
Here is my error:
> m<-predict(mdl,QdataTestX)
Error in predict.randomForest(mdl, QdataTestX) :
...
1
vote
1answer
36 views
Possible to make a ROC plot from SVM with precomputed kernel in scikit-learn?
I'm using this example for creating ROC plot from SVM classification results: http://scikit-learn.org/0.13/auto_examples/plot_roc.html
However, each data point effectively consists of 4 length-d ...
0
votes
0answers
21 views
How to optimize affinity propagation results?
I was wondering if anybody knows anything deeper than what I do about the Affinity Propagation clustering algorithm in the python scikit-learn package?
All I know right now is that I input an ...
-4
votes
2answers
34 views
select only values given in a vector from a matrix [closed]
lets say we have a vector A with 1000 values A = [1000 values]
and a matrix B which is MxN : B = MxN
how can I select only those values from B which appear in A and make a matrix which is of M rows ...
1
vote
1answer
30 views
libSVM outputs “Line search fails in two-class probability estimates”
When I tried to train a SVM(trainsvm function) with RBF kernel,
The libSVM library outputs "Line search fails in two-class probability estimates" during training.
After training, the training ...
-5
votes
0answers
34 views
Neural Network Player against Random Player [closed]
I'm designing a checkers game. A player using a neural network will play against another player which plays randomly.
If player which use neural network makes a move and if the game ends, neural ...
0
votes
1answer
39 views
Performing Euclidean Distance Measure on Documents (i.e., text) Using Sci-Kit
I'm new to machine learning. After a lot of research, I've decided to use Sci-Kit Learn as much as possible in my efforts. But I'm still at square one.
What I would like to do is perform a ...
2
votes
0answers
36 views
MATLAB fminunc() not completing for large datasets. Works for smaller ones
I am performing logistic regression in MATLAB with L2 regularization on text data. My program works well for small datasets. For larger sets, it keeps running infinitely.
I have seen the potentially ...
1
vote
1answer
27 views
Game theory and machine learning/data mining [closed]
Is their any notable work(research papers, applications, articles, etc.) regarding both of these fields being used together? If not, what are the most well known applications of game theory in ...
3
votes
3answers
62 views
Machine learning algorithms: which algorithm for which issue?
I am new at the domain of machine learning and i have noticed that there are a lot of algorithms/ set of algorithms that can be used: SVM, decision trees, naive bayes, perceptron etc...
That is why I ...
1
vote
0answers
29 views
Moments as feature and KNN classifier using OpenCV and Python - Knearest doesn't classify
I have a set of twelve shapes and I'm trying to determine the shape of a query image with the my database
For convinience I have done all the preprocessing in MATLAB and have stored the shape ...
0
votes
1answer
27 views
Multivariate gaussian classifier implementation. Trouble understanding, going from Naive Gaussian
Thank you for checking this question out.
I am trying to understand how to use the multivariate gaussian classifier.
To introduce you better to my problem, I will show how currently I classify data.
...
1
vote
1answer
53 views
Python memory error for a large data set
I want to generate a 'bag of words' matrix containing documents with the corresponding counts for the words in the document. In order to do this I run below code for initialising the bag of words ...
0
votes
0answers
35 views
Issues when using randomForest in caret with ROC as optimization metric
I'm having an issue when constructing random forest models using caret. I have a dataset of about 46k rows and 10 columns (one of which is the optimization target). From this dataset, I'm trying to ...
-6
votes
2answers
44 views
Machine Learning - What to use [closed]
After an afternoon looking at Apache Mahout, Fuzzy Logic and Machine Learning things I still couldn't get the answer for my problem!
I give a user a set of questions! The user answer to those ...
3
votes
2answers
45 views
Multi-Label Document Classification
I have a database in which I store data based upon the following three fields: id, text, {labels}. Note that each text has been assigned to more than one label \ tag \ class. I want to build a model ...
0
votes
2answers
38 views
grid search cross-validation on SVC probability output in sci-kit learn
I'd like to run a grid search cross-validation on the probability outputs of the SVC classifier. In particular I'd like to minimize the negative log likelihood. From the documentation it seems that ...
1
vote
1answer
20 views
Is there any efficient Java solution/Algorithm to find values in a text field based on key string with delimiter?
Is there any efficient Java solution/Algorithm to find values in a text field based on key string with delimiter?
Example:
Rules:
I. Key: username Start-Delimiter: ; End-Delimiter: ;
Need to find ...
-2
votes
0answers
38 views
Neural network Libraries for python 3? [closed]
Are there any good neural network libraries for python 3? I was looking at PyBrain, but it doesn't seem to be compatible with the 3.x series. Any suggestions? Remember Python 3!
0
votes
1answer
15 views
How can I deal with multiple values in some attribute?
I'm using WEKA tool for clustering data analysis, however in some of my attributes, there are many values within the domain. Specifically, I need to represent some information about proteins and the ...
-2
votes
0answers
19 views
What is latent factor model [closed]
From google I know that latent factor model is frequently used in recommendation system, and it seems that latent factor model has some relation to matrix factoring, but what is latent factor model on ...
3
votes
2answers
61 views
Finding non-monotonic regions in decision trees
I have a binary decision tree T that takes a vector V of n real numbers, and outputs a number S by following per coordinate binary splits on V. I'd like to find regions of the tree that are ...
-2
votes
0answers
20 views
How to implement ANFIS in OpenCV? [closed]
I am new to machine learning....looking for some guidance. Could somebody please suggest me/link/idea on how to implement ANFIS in opencv? Is there any built-in learning scheme for this in OpenCV? I ...
0
votes
1answer
49 views
Predict scores for documents?
I have a set of documents and their corresponding scores, which are something very similar to the number of upvote/downvote on SO. I'd like to build a system that is able to predict the score given a ...
-1
votes
0answers
9 views
Which off-the-shelf recommendation/personalization engine offer recommendations using both MC and Manual input? [closed]
I want to run a manual+machine learning engine for recommending TV shows.
I should also be able to manually add certain recommendations like 'User who watches Show X is likely to watch Show Y as well ...
1
vote
1answer
36 views
The gamma and cost parameter of SVM
everybody, here is a weird phenomenon when I was using libSVM to make some predictions.
When I set no parameters of SVM, I will get a 99.9% performance on the testing set. While, if I set parameters ...
0
votes
1answer
42 views
Is there any Java based open source framework to find values from a text field based on key string with delimiter?
Is there any Java based open source framework to find values in a text field based on key string with delimiter?
Example:
Key: username
Start-Delimiter: ;
End-Delimiter: ;
Key: on
...
0
votes
1answer
24 views
cv::SVM response one class for every sample
I am new in Mach
I am trying to learn how to use SVM with HOG descriptors.
I wrote a simple face recognizer, but then i activate it SVM always returns 1
float *getHOG(const cv::Mat &image, int* ...
2
votes
1answer
76 views
How to determine thelearning rate and the variance in a gradient descent algorithm?
I started to learn the machine learning last week. when I want to make a gradient descent script to estimate the model parameters, I came across a problem: How to choose a appropriate learning rate ...
0
votes
0answers
18 views
Understanding Kohonen SOM visualisation
I am trying to understand (and implement) how to visualize nodes in SOM. If I train it on some high-dimensional data, the only thing i can do is calculate distance between nodes in high dimensional ...
0
votes
1answer
62 views
Understanding shannon entropy of a data set
I'm reading Machine Learning In Action and am going through the decision tree chapter. I understand that decision trees are built such that splitting the data set gives you a way to structure your ...
0
votes
1answer
61 views
PyBrain - how to validate my trained network against a test data?
So I have a ClassificationDataSet in PyBrain which I have trained with the appropriate data. Namely, the input is the following:
trainSet.addSample([0,0,0,0],[1])
trainSet.addSample([0,0,0,1],[0])
...
-1
votes
0answers
18 views
How to determine clusters based on umatrix ( unified distance matrix ) [closed]
I have computed a UMatrix and now I want to determine the clusters. I can visualize the data when I plot the matrix with octave but i don't know how to determine the clusters based on that matrix( how ...
1
vote
0answers
30 views
Error occurring in caret when running on a cluster
I am running the train function in caret on a cluster via doRedis. For the most part, it works, but every so often I get errors at the very end of this nature:
error calling combine function:
...
0
votes
0answers
38 views
Real time recommendations with graph databases [closed]
I was browsing through stuff related to item recommendations and I came across a hybrid solution that used Mahout, Hadoop and S4 (Hadoop for precomputed data and S4 for real time data). However I ...
0
votes
0answers
51 views
Jahmm - probabilities before and after Baum-Welch Learner [closed]
I am performing a little test in Jahmm (0.6.2) and getting a result that seems odd to me.
I am building an arbitrary HMM that has 3 states and produces 3 observation symbols.
I compute the ...
0
votes
1answer
28 views
train data using libsvm with best C and Gamma
Hi I'm using libsvm (in VS2010) for training my data , I scaled the input and output data successfully using svm-scale.c and my data is ready to be trained ...
Now I have two problems:
1).
as I've ...
2
votes
0answers
65 views
Why is neural network not predicting?
I am trying to train a neural network using backpropagation algo. in OpenCV 2.3.
However it is not predicting correctly....not even on training dataset. Could anybody please help me find whats wrong ...
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 ...
0
votes
1answer
31 views
Training Set Balancing Strategies
If you had a training set containing instances for various classes and it was highly imbalanced. What strategy would you use to balance it?
Information about real-world population: 7 classes whereof ...
0
votes
1answer
45 views
HMM Confusion with gesture recognition
I have been reading about HMM theory. From what i understand we need intial probability, transition probability and emission probability to coninue with HMM. The examples I saw about implementation of ...
1
vote
1answer
40 views
How can I smartly extract information from an HTML page?
I am building something that can more or less extract key information from an arbitrary web site. For example, if I crawled a McDonalds page and wanted to figure out programatically the opening and ...
1
vote
1answer
76 views
How can I train a python function to return the result I want?
The problem I'm looking at is that I want to detect with a fairly reasonable level of certainty whether an image is black or mostly black. I already have the code written to get the color histogram, ...
2
votes
1answer
37 views
Classifying stroke input as text or drawing
I'm interested in taking user stroke input (i.e. drawing with an iPad) and classifying it as either text or a drawing (or, I suppose, just non-text), in whatever capacity is reasonably feasible. I'm ...
0
votes
1answer
43 views
How to use Cross-Validation in OpenCV?
Can somebody please tell me how to employ cross-validation in OpenCV? I am working with Neural Networks module in OpenCV and there is no in-built option for cross-validation as in the case of Decision ...







