up vote 2 down vote favorite
5
share [g+] share [fb]

I am developing a service for determining human movement upon the acceleration measurements and I would like to start with the research of data mining and try to apply techniques on the service.

As I am not familiar with the field of data mining I would really appreciate if anyone could recommend any good literature to get some theoretical background and see some applied examples on real-life problems.

Thanks!

link|improve this question

feedback

5 Answers

up vote 10 down vote accepted

I haven't watched them myself, but Stanford University's YouTube channel has a series of free lectures on Machine Learning, which might teach you more than you want to know.

Machine learning is a large field which incorporates various different techniques for developing "intelligence". Of particular interest for data mining purposes are subjects including decision tree induction and learning classifier systems. These combine statistical analysis with evolutionary search techniques to attempt to devise rule sets for classifying data.

Some aspects likely to be covered may be of no particular use or interest, such as ant colony optimisation, general genetic search techniques, genetic programming, etc.

link|improve this answer
2  
+1 from me - terrific link. Thanks for sharing it. – duffymo Jun 3 '09 at 23:37
Note that "machine learning" actually predates data mining. When the term is used properly, data mining has a strong emphasis on the data management aspects (to make the ML/AI/Statistical methods more efficient) – Anony-Mousse Dec 23 '11 at 7:27
feedback

This might help, especially if you plan to persist your data in SQL Server.

link|improve this answer
feedback

If you want a good book on theory, I strongly recommend Introduction to Data Mining by Tan et al.

link|improve this answer
feedback

also, check out:

"Statistical Aspects of Data Mining (Stats 202)" A Stanford lecture at Google

http://www.youtube.com/watch?v=zRsMEl6PHhM

Actual data mining starts on Day 7 of the video series.

Check our RapidMiner and R with Rattle , for two good open-source data mining tools.

link|improve this answer
feedback

I have read several book and for beginners I recommend to also start with the book by Tan, Steinbach & Kumar (2006).

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.