Found in 3 comments on Hacker News
winter_blue · 2013-05-31 · Original thread
For anyone curious to learn more about machine learning, I would recommend: http://www.amazon.com/Machine-Learning-Algorithmic-Perspecti...
cschmidt · 2011-03-16 · Original thread
If you want a "less math" machine learning book, I like these two:

Data Mining: Practical Machine Learning Tools and Techniques, Third Edition

Ian H. Witten, Eibe Frank, Mark A. Hall

http://www.amazon.com/Data-Mining-Practical-Techniques-Manag...

Machine Learning: An Algorithmic Perspective

Stephen Marsland

http://www.amazon.com/Machine-Learning-Algorithmic-Perspecti...

pskomoroch · 2010-01-15 · Original thread
To get the spirit of many of these techniques with practical examples in python using numpy/scipy check out the book "Machine Learning: An Algorithmic Perspective" by Stephen Marsland. It doesn't have the mathematical depth or proofs found in these other books, but the code is decent and will get you started doing some basic data analysis.

http://www.amazon.com/Machine-Learning-Algorithmic-Perspecti...

Code here: http://www-ist.massey.ac.nz/smarsland/MLbook.html

Fresh book recommendations delivered straight to your inbox every Thursday.