views:

191

answers:

3

What are some good resources for grokking the uses and theories behind DataMining?

+1  A: 

Check this tutorial, good for start working with data mining models...

CMS
that's not very useful if you're interested in doing more than clicking MS SQL commands.
Paul Nathan
+2  A: 

There's an excellent Google Tech Talk called The Statistical Aspects of Data Mining, which I followed. Even bought the book associated with it!

ColinYounger
Thanks, it'll take some time to watch the videos, but I'm guessing Google knows a thing or two about DataMining ;) So It should be worth it
Robert Gould
It's a good primer on the statistical modelling that goes behind data mining, which helped me loads.
ColinYounger
+1  A: 

Data mining includes a lot of areas, eg machine learning, algorithms, information retrieval, natural language processing
Here are several books:
IR : http://nlp.stanford.edu/IR-book/information-retrieval-book.html
NLP: http://nlp.stanford.edu/fsnlp/
Machine/Statictical Learning: http://www.amazon.com/Statistical-Learning-Theory-Vladimir-Vapnik/dp/0471030031
Try to google vapnik, chervonenkis, bishop
Neural Nets: http://www.amazon.com/Neural-Networks-Comprehensive-Foundation-2nd/dp/0132733501
Algorithms: http://www.amazon.com/Introduction-Algorithms-Second-Thomas-Cormen/dp/0262032937

And also you may find nice lectures on http://videolectures.net/

Ivri