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 ideas (and maybe introduces me rapidly some tools). I insist on the fact that I'm not a mathematician!

What do you advise?

link|improve this question
feedback

6 Answers

up vote 2 down vote accepted

I'm not qualified to judge the text compared to other works on the subject, but Witten and Frank's Data Mining: Practical Machine Learning Tools and Techniques keeps the mathematics to a minimum, and gives many practical examples.

link|improve this answer
Huh 17 seconds too late... – Mr. Brownstone Sep 8 '09 at 19:09
feedback

Data Mining: Practical Machine Learning Tools and Techniques (Second Edition) by Witten & Frank worked for me.

The first part is about data mining theory and algorithms, the second how to use them in Weka data mining package.

link|improve this answer
feedback

All of those books are ok, but I think an even better book for developers is Programming Collective Intelligence by Toby Segaran.

link|improve this answer
feedback

From a NLP perspective, you should look at Introduction to Information Retrieval (Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze).

The prerequisites are : "Introductory courses in data structures and algorithms, in linear algebra, and in probability theory suffice as prerequisites for all twenty-one chapters."

link|improve this answer
sounds good, it seems a little mathematic oriented but it's free ! ;) – Nicolas Dorier Sep 8 '09 at 19:48
feedback

I found Data Crunching to be very useful. Its not a Data Mining book but gives loads of practical techniques (with code) for searching, sorting, sifting, filtering data. Its like a lot of the Prag books: short and sweet, and all the more valuable for its brevity!

link|improve this answer
feedback

Yes I'd second that suggestion of Collective Intelligence in Action as a good intro - see the review Collective Intelligence in Action but also see Algorithms of the Intelligent Web which I think is a better book

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.