From ab71cc8813d2a27b0742ad8c38fcbadc198a327b Mon Sep 17 00:00:00 2001 From: Mani Date: Tue, 22 Oct 2013 11:32:48 +0530 Subject: [PATCH] Adding guide to data mining book to the list. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index c793b0f2..412455d3 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -254,6 +254,7 @@ * [Data Mining and Analysis: Fundamental Concepts and Algorithms](http://www.dataminingbook.info/DokuWiki/doku.php) (Draft) * [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html) * [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) +* [A Programmer's Guide to Data Mining](http://guidetodatamining.com/) (Draft) ####Machine Learning * [Programming Computer Vision with Python](http://programmingcomputervision.com/)