Tagged Questions
The training-data tag has no wiki summary.
12
votes
5answers
6k views
Netflix prize dataset?
I am looking to work on a machine learning project for my course and I would like to use the Netflix Prize dataset, But it looks like the contest is closed and the dataset is not available for ...
6
votes
2answers
152 views
General frameworks for preparing training data?
As a student of computational linguistics, I frequently do machine learning experiments where I have to prepare training data from all kinds of different resources like raw or annotated text corpora ...
6
votes
3answers
534 views
What is the best source for typo statistics?
I am looking for a reliable source that would provide some statistics on what keys are the most frequently mistyped.
For example: is "a" and "s" more commonly mistyped compared with "m" and "n"?
if ...
5
votes
2answers
270 views
What training data sources could be used for sentiment classification models?
I'm looking for ideas about data sources which have or could potentially be used. I'm not interested in pre-existing libraries or tools. Both annotated and unannotated data are of interest, for ...
4
votes
3answers
222 views
Training data for sentiment analysis
Where can I get a corpus of documents that have already been classified as positive/negative for sentiment in the corporate domain? I want a large corpus of documents that provide reviews for ...
3
votes
1answer
32 views
Adding Blackletter Font Support to Tesseract OCR Engine
I'm working on getting the Lincoln font to work in Tesseract, and I'm getting abysmal results, even after going through the wildly complicated training process.
This is what the font looks like, so ...
3
votes
3answers
1k views
SVM Classification - minimum number of input sets for each class
Im trying to build an app to detect images which are advertisements from the webpages. Once I detect those Ill not be allowing those to be displayed on the client side.
From the help that I got here ...
3
votes
5answers
532 views
Writing an image processing application for analysis of satellite imagery
I have to start work on application for analysis of satellite imagery to identify some man made structure. I would like to use C or Java for this.
For satellite I am planning to use Google Maps data.
...
2
votes
3answers
461 views
Twitter Subjectivity Training Sets
I need a reliable and accurate method to filter tweets as subjective or objective. In other words I need to build a filter in something like Weka using a training set.
Are there any training sets ...
2
votes
3answers
385 views
Publicly Available Spam Filter Training Set
I'm new to machine learning, and for my first project I'd like to write a naive Bayes spam filter. I was wondering if there are any publicly available training sets of labeled spam/not spam emails, ...
2
votes
3answers
474 views
Training for pattern recognition (neural network)
How do you train Neural Network for pattern recognition? For example a face recognition in a picture how would you define the output neurons? (eg. how to detect where is the face exactly, rather than ...
1
vote
1answer
110 views
There is a entity recognizer classifier algorithm that doesn't needs entire texts for training data?
I want to recognize some entities on texts that I have and I found a lot of algorithms (NaiveBayes, Hidden Markov Models, Conditional Random Field, etc.), but seems that almost all needs a huge ...
1
vote
2answers
141 views
Training data for a recommender system of a location based social network
I'm currently developing a location based social network in Ruby on Rails. I also want to include a recommendation system. For testing the algorithms of this recommendations I need some real, ...
1
vote
0answers
223 views
Where to get backgound sample images for haar training?
I need collection of sample images (negative images, or also called background images)
for haar training using opencv. It is written that I need to have a lot of them. About 5000 or 10000. Do you know ...
1
vote
2answers
502 views
Face Detection Neural Network Training Data (databases, number of faces etc)
I'm creating a face detection program using neural networks, and looking for some reliable training sets. I'm aware there's various sets around the web, but I've not idea how good they are. Any ...
1
vote
3answers
143 views
Where does the verification data go when training an ANN?
The need for having part of the training set used as verification data is straightforward, but I am not really clear on how and at what stage of the training should it be incoperated?
Is it at the ...
1
vote
2answers
411 views
Is neural network's response guaranteed on training data?
I'm trying to train an ANN (I use this library: http://leenissen.dk/fann/ ) and the results are somewhat puzzling - basically if I run the trained network on the same data used for training, the ...
1
vote
2answers
2k views
Data sets for neural network training
I am looking for some relatively simple data sets for testing and comparing different training methods for artificial neural networks. I would like data that won't take too much pre-processing to turn ...
0
votes
2answers
513 views
Training sets for AdaBoost algorithm
How do you find the negative and positive training data sets of Haar features for the AdaBoost algorithm? So say you have a certain type of blob that you want to locate in an image and there are ...
0
votes
5answers
183 views
Finding weather data to use for training a neural network
I'm looking for some downloadable weather data i can use to train a neural network to do forecasting, where can i find some? Basically things like temperature, humidity, wind speed/direction, anything ...