1
vote
3answers
63 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 techniques could/should …
3
votes
1answer
54 views
How to find common phrases in a large body of text
Hi,
I'm working on a project at the moment where I need to pick out the most common phrases in a huge body of text. For example say we have three sentences like the following:
The dog jumped over …
2
votes
3answers
35 views
Find HEX patterns and number of occurrences
Hi,
I'd like to find patterns and sort them by number of occurrences on an HEX file I have.
I am not looking for some specific pattern, just to make some statistics of the occurrences happening …
0
votes
2answers
51 views
How do you detect outliers on multivariate data?
I am trying to do a regression problem but I have 3 independent variables and not 1 so it is hard to detect outliers from a scatter graph. Any suggestions?
0
votes
4answers
147 views
Data Mining, Statistics, Collective Intelligence and AI Algorithms Books and Programming Resources
In my effort to continuously improve myself, I decided to learn about Data Mining, Statistics, Collective Intelligence and AI Algorithms, and well, that sort of stuff.
What are the free ebooks, and …
1
vote
3answers
96 views
Open Source Data Mining Software
Hey everyone!
I was wondering; what is the best open source software that I can use for non-binary association rule generations. I need a non-binary implementation because converting my currently …
1
vote
7answers
288 views
What data mining application to use?
The last I used was weka
. The last I heard java was coming up with an API (JDM) for it. Can anyone share their experiences with the tools. I am mostly interested in using the tools for …
0
votes
2answers
53 views
Information mining, classification, modification
Any examples, tips, guidance for the following scenario?
I have retrieved updates from several different news websites. I then analyse that information to predict on current trend in the world.
I …
0
votes
1answer
62 views
Question About Using Weka, the maching learning tool
I'm using the explorer feature of Weka for classification.
So I have my .arff file, with 2 features of NUMERIC value, and my class is a binary 0 or 1 (eg {0,1}).
Sample:
@RELATION summary
…
1
vote
2answers
28 views
Grouping to extract common values in semi-structured data
I've got a 'somewhat' ugly field in a database which holds the names of locations. For instance, Madison Square Gardens which has also been entered as "The Madison Square Gardens", etc. etc.
I'm …
0
votes
1answer
75 views
How do I data mine various news sources?
I'm working on a free web application that will analyze top news stories throughout the day and provide stats. Most news websites offer RSS feeds, which works fine for knowing which stories to …
0
votes
1answer
18 views
Difference between input attribute and predictable attribute
Could anyone please clarify the difference between input attribute and predictable attribute for decision tree algorithm in Data mining.
Thanks.
2
votes
4answers
129 views
Can someone give an example of cosine similarity, in very simple, graphical way?
http://en.wikipedia.org/wiki/Cosine%5Fsimilarity
Can you show the vectors here (in a list or something)
And then do the math, and let us see how it works?
I'm a beginner.
0
votes
3answers
80 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 areas are …
3
votes
1answer
71 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 High-school, …
