tags:

views:

297

answers:

4

Hi,

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!

+1  A: 

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

duffymo
+4  A: 

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.

Rob
+1 from me - terrific link. Thanks for sharing it.
duffymo
+1  A: 

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

ybakos
+1  A: 

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.

el chief