The Programming Collective Intelligence book on sale here is wonderful! If you want to build software that does something intelligent thanks to the mining of a tremendous set of data (think recommendation engine, price models, content classification, search engine, etc) and you're not sure where to start, start with this book. Not being a CS academic, it's hard to find useful, non-trivial introductions that I can und…
Seconded. It's got some minor errors* and omissions, but after reading it for the concepts, I've found other data mining / machine learning books much easier to follow. The explanations are usually pretty good. * I've been doing the exercises in Lua, and got stuck on one of them - the listed algorithm (IIRC) erroneously ended with "1 - num/denom" rather than "num/denom". It's listed correctly earlier. (I can look up…
O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
31–37 of 37 posts
Re: O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
#32Earlier quoted context omitted.
Seconded. It's got some minor errors* and omissions, but after reading it for the concepts, I've found other data mining / machine learning books much easier to follow. The explanations are usually pretty good. * I've been doing the exercises in Lua, and got stuck on one of them - the listed algorithm (IIRC) erroneously ended with "1 - num/denom" rather than "num/denom". It's listed correctly earlier. (I can look up…
Off and on I've been doing the exercises and examples in Clojure, and it's a little difficult because the Python examples seem so imperative to me. It's been a challenge turning them into functional code, there's a couple of places where I go over a list twice when I probably should be able to get all I need with one pass, and of course when I have to resort to using an atom or ref I feel a little dirty.
Re: O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
#33Has anyone read "Data Analysis with Open Source Tools"? http://oreilly.com/catalog/9780596802356/ I can't seem to look through the book, not even at Amazon, which I like to do before buying something.
Re: O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
#34Re: O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
#35Earlier quoted context omitted.
Ebooks :( For personal use, this would be fine, but it's much easier to share paper books at work.
I find that I simply can't use ebooks. Sitting and reading on a computer monitor for long periods of time is just too much strain on my eyes. Funny enough that I don't have as much issue coding all day or reading hackernews.. but if I sit and try to read multi-page articles or ebooks it just seems impossible to do if it isn't on paper. This is the one thing that tempts me into a Kindle. I wouldn't want to replace my…
Re: O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
#36The Programming Collective Intelligence book on sale here is wonderful! If you want to build software that does something intelligent thanks to the mining of a tremendous set of data (think recommendation engine, price models, content classification, search engine, etc) and you're not sure where to start, start with this book. Not being a CS academic, it's hard to find useful, non-trivial introductions that I can und…
Thanks! I'm the author of this book, and it always makes me so happy whenever I read a comment like this on HN :)
Re: O'Reilly discounts: machine learning, nltk, hadoop, sql, nosql, aws and appeng
#37The Programming Collective Intelligence book on sale here is wonderful! If you want to build software that does something intelligent thanks to the mining of a tremendous set of data (think recommendation engine, price models, content classification, search engine, etc) and you're not sure where to start, start with this book. Not being a CS academic, it's hard to find useful, non-trivial introductions that I can und…