Tagged Questions

2
votes
3answers
110 views

Know any good c++ support vector machine (SVM) libraries ?

Hey everyone, Do you know of any good c++ svm libraries out there ? I tried libsvm (http://www.csie.ntu.edu.tw/~cjlin/libsvm/) but so far I'm not flabbergasted (no documentation, …
3
votes
4answers
67 views

Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm?

Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm? Why or why not? Basically, I'm trying to figure out why the Wikipedia page for Statistical Classificatio …
0
votes
4answers
161 views

Google’s algorithms [closed]

Hi everyone, do someone know what algorithms do Google search use for data classification, clustering and indexing?
0
votes
0answers
71 views

How does Stack Overflow’s subjective question detector work? [closed]

When writing a question in Stack Overflow, it will give you a red bar with a warning if the question looks subjective. Subjective or non-programming questions (e.g., What is your …
3
votes
3answers
103 views

Algorithm for best-effort classification of vector

Given four binary vectors which represent "classes": [1,0,0,0,0,0,0,0,0,0] [0,0,0,0,0,0,0,0,0,1] [0,1,1,1,1,1,1,1,1,0] [0,1,0,0,0,0,0,0,0,0] What methods are available for class …
0
votes
3answers
73 views

Text Classification in Java

Hi, I need some sort of solution in Java for the following requirements: Search in a text for certain terms (each term can be 1-3 words). For example: {"hello world", "hello"}. T …
0
votes
1answer
62 views

Searching for Database of Entity Names (colleges, cities, personalities, countries…)

For an enterprise application research project me and another person are working on, we are looking to remove certain content from the page to keep the posted messages universal(me …
0
votes
1answer
29 views

Out of the box spam filtering?

I work on a social media monitoring system. We don't crawl the web ourselves, we get feeds from aggregators like Spinn3r. In most cases, the "blogs" that are nothing but pages of l …
0
votes
1answer
155 views

Learning decision trees on huge datasets

I'm trying to build a binary classification decision tree out of huge (i.e. which cannot be stored in memory) datasets using MATLAB. Essentially, what I'm doing is: Collect all t …
5
votes
3answers
320 views

Binarization in Natural Language Processing

Binarization is the act of transforming colorful features of of an entity into vectors of numbers, most often binary vectors, to make good examples for classifier algorithms. If w …
6
votes
3answers
632 views

What’s the best open-source Java Bayesian spam filter library?

In other answers at Stackoverflow it's been suggested that Weka is good, but there are others (Classifier4j, jBNC, Naiban). Does anyone have actual experience with these?
5
votes
2answers
195 views

Algorithm to classify a list of products? Take 2.

Hello all, I asked a question similar to this one a couple of weeks ago, but I did not ask the question correctly. So I am re-asking here the question with more details and I woul …
6
votes
9answers
405 views

Best approach to what I think is a machine learning problem

Hello.. I am wanting some expert guidance here on what the best approach is for me to solve a problem. I have investigated some machine learning, neural networks, and stuff like …
0
votes
1answer
28 views

Detecting on-topic text?

I'd like to sift text (in particular, Twitter messages) to see if they relate to a particular topic. Have you been down that road? If so, I'd love to hear what approach you'd use. …
2
votes
2answers
83 views

Looking for approaches to categorize objects based on their properties.

I have a set of ~10K objects, each with approximately 150 distinct properties, about a quarter of which are multivalued and/or related to other properties. I have a set of about 1 …

1 2 next
15 30 50 per page