6
votes
8answers
109 views
algorithms to evaluate user responses
I'm working on a web application which will be used for classifying photos of automobiles. The users will be presented with photos of various vehicles, and will be asked to answer …
3
votes
1answer
53 views
categorizing friends in social networks
I'm facing tho following problem:
let's say u is a social network user and as such has a list of friends, F(u). a partition is a function F->G, where G is a set of groups such as H …
-2
votes
0answers
58 views
Mining the web for relevant email addresses given a keyword
My future boss wants me to do a "small task", before I'm hired. All I really want are ideas/resources such as names of services I can make use of to accomplish the task in the best …
0
votes
2answers
40 views
Set of books about Natural Language processing, Semantic Analysis and Data Mining.
So i´m starting to write my thesis of my master, next semester (should be done before june), i already have the theme, and i need to write the state of art till february.
The main …
-1
votes
2answers
45 views
Besides NLTK, what is the best information retrieval library for Python?
For use to analyze documents on the Internet!
1
vote
8answers
102 views
How do I data mine text?
Here's the problem. I have a bunch of large text files with paragraphs and paragraphs of written matter. Each para contains references to a few people (names), and documents a few …
1
vote
5answers
58 views
how to get the similar texts from a lot of pages?
get the x most similar texts from a lot of texts to one text.
maybe change the page to text is better.
You should not compare the text to every text, because its too slow.
1
vote
5answers
113 views
How do I extract keywords used in text?
How do I data mine a pile of text to get keywords by usage? ("Jacob Smith" or "fence")
And is there a software to do this already? even semi-automatically, and if it can filter ou …
0
votes
3answers
40 views
Lexical Analysis libraries
I would like to make a piece of software able to regognize whether a sentence is positive or negative.
Is there any Lexical Analysis libraries arround?
I don't really know where …
1
vote
7answers
253 views
Best database engine for huge datasets
I do datamining and my work involves loading and unloading +1GB database dump files into MySQL. I am wondering is there any other free database engine that works better than MySQL …
2
votes
4answers
196 views
Microsoft Business Intelligence. Is what I am trying to do possible?
Hi guys,
I have been charged with the task of analysing the log table of my company's website. This table contains a user's click path throughout the website for a given session. …
2
votes
6answers
100 views
Recommended data mining books for a developer (not mathematician)?
I'm a developer, not too good at math, but I'm willing to learn fun stuff to do with data mining techniques.
I've looked at pragmatic books on the subject which gives me some idea …
1
vote
2answers
46 views
What techniques/tools are there for discovering common phrases in chunks of text?
Lets say I have 100000 email bodies and 2000 of them contains an abitrary common string like "the quick brown fox jumps over the lazy dog" or "lorem ipsum dolor sit amet". What tec …
0
votes
1answer
33 views
How can I extract Information from open Social based networks ?
How can I extract information from opensocial based networks like orkut.
1
vote
2answers
120 views
Netflix prize dataset?
Hi,
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 n …
