Live data from Hacker News

Can anyone recommend good books, articles or essays that introduce machine learning?

news.ycombinator.com

21–25 of 25 posts

Re: Can anyone recommend good books, articles or essays that introduce machine learning?

#21

Check out the lecture notes for CS229, Stanford's class on Machine Learning. The class has no textbook, so the notes are fairly comprehensive. (Though the math notation can get a bit intense...) http://www.stanford.edu/class/cs229/materials.html

Also, the notes assume a reasonable knowledge of probability theory and linear algebra. If you're unsure, you might do well to review those topics before approaching machine learning (or at least keep good references handy). (Edit: the link above has Section Notes that review probability theory, linear algebra, and convex optimization. You might find those useful.)

And it's not an easy course. Don't be discouraged if the problem sets seem impossible. (They very nearly are.)

Re: Can anyone recommend good books, articles or essays that introduce machine learning?

#22
ML is a very interesting field. Great resources can be found on: http://www.aaai.org/AITopics/html/machine.html http://aima.cs.berkeley.edu/ai.html

Start by reading and completely understanding a few of the simpler machine learning algorithm (Backpropagation neural networks for example), how&why they work. and continue from there.

Re: Can anyone recommend good books, articles or essays that introduce machine learning?

#23
post #2

A nice read early on would be "Elephants don't play chess" but Rodney Brooks. http://people.csail.mit.edu/brooks/papers/elephants.pdf

I stopped reading on page 3, because it seems to me that the "physical grounding hypothesis" is complete bullshit. Where is the "physical grounding" aspect if I want to build a search engine for the web? It's all just information.

Not saying that getting physical can not yield interesting results, but to state that it is the only possible way to program intelligence seems just wrong.

Re: Can anyone recommend good books, articles or essays that introduce machine learning?

#25
post #3

Information Theory, Inference and Learning Algorithms by David MacKay is excellent, and freely available online. http://www.inference.phy.cam.ac.uk/mackay/itila/book.html

This is a great book, but it's definitely not introductory. I think Segaran's "Programming Collective Intelligence", mentioned above, is the best first bet, primarily because it's fun. And the code is good.
Post reply on HN