Earlier quoted context omitted.
To tag onto this, I found "Learning from Data" [0] by Abu Mastafa to be a great intro to the field. It's not heavy on the math, but it doesn't gloss over it either [0]: http://www.amazon.com/Learning-From-Data-Yaser-Abu-Mostafa/d...
Have to agree. And it's very inexpensive because Yaser refused to give-in to academic publishers, who would've charged the typical $70-80, and self-published so he could offer it for less than half the cost. Not only is the book great, but his lectures are PHENOMENAL. He breaks concepts down in such a careful, accessible way. Its a bit late to join the online course, but you can see all the lectures on YouTube (work.…
A New Book: Building Machine Learning Systems with Python
11–20 of 20 posts
Re: A New Book: Building Machine Learning Systems with Python
#12Earlier quoted context omitted.
To tag onto this, I found "Learning from Data" [0] by Abu Mastafa to be a great intro to the field. It's not heavy on the math, but it doesn't gloss over it either [0]: http://www.amazon.com/Learning-From-Data-Yaser-Abu-Mostafa/d...
Have to agree. And it's very inexpensive because Yaser refused to give-in to academic publishers, who would've charged the typical $70-80, and self-published so he could offer it for less than half the cost. Not only is the book great, but his lectures are PHENOMENAL. He breaks concepts down in such a careful, accessible way. Its a bit late to join the online course, but you can see all the lectures on YouTube (work.…
Re: A New Book: Building Machine Learning Systems with Python
#13For anyone curious to learn more about machine learning, I would recommend: http://www.amazon.com/Machine-Learning-Algorithmic-Perspecti...
To tag onto this, I found "Learning from Data" [0] by Abu Mastafa to be a great intro to the field. It's not heavy on the math, but it doesn't gloss over it either [0]: http://www.amazon.com/Learning-From-Data-Yaser-Abu-Mostafa/d...
Re: A New Book: Building Machine Learning Systems with Python
#14What material you want to refer to is entirely dependent on What you want to do?. Here are some of my recommendations-
Q : Do you want to have an "Introduction to ML", some applications with Octave/Matlab as your toolbox?
A :Take up Andrew Ng's course on ML in Coursera [1].
Q : Do you want to have a complete understanding of ML with the mathematics, proofs and build your own algorithms in Octave/Matlab?
A : Take up Andrew Ng's course on ML as taught in Stanford; video lectures are available for free download [2]. Note - This is NOT the same as the Coursera course. For textbook lovers, I have found the handouts distributed in this course far better than textbooks with obscure and esoteric terms. It is entirely self contained. If you want an alternate opinion, try out Yaser Abu-Mostafa's ML course at Caltech [3].
Q : Do you want to apply ML along with NLP using Python ?
A : Try out Natural Language Tool Kit [4]. The HTML version of the NLTK book is freely available (Jump to Chapter 6 for the ML part) [5]. There is an NLTK cookbook available as well which has simple code examples to get you started [6].
Q: Do you want to apply standard ML algorithms using Python?
A : Try out scikit-learn [7]. The OP's book also seems to be a good fit in this category (Disclaimer - I haven't read the OP's book and this is not an endorsement).
[0] http://www.drdobbs.com/tools/us-defense-agency-feeds-python/...
[1] https://www.coursera.org/course/ml
[2] http://academicearth.org/courses/machine-learning/
[3] http://work.caltech.edu/telecourse.html
[4] http://nltk.org
[6] http://www.amazon.com/Python-Text-Processing-NLTK-Cookbook/d...
Re: A New Book: Building Machine Learning Systems with Python
#15Earlier quoted context omitted.
To tag onto this, I found "Learning from Data" [0] by Abu Mastafa to be a great intro to the field. It's not heavy on the math, but it doesn't gloss over it either [0]: http://www.amazon.com/Learning-From-Data-Yaser-Abu-Mostafa/d...
Unfortunately Amazon won't ship this book outside of the United States.
Admittedly epub is a better format, because it naturally reflows on smaller screens, but "free" epubs are harder to come across. I've been thinking of converting some really good PDFs that I have, to ePub myself, but just haven't gotten around to it yet.
Re: A New Book: Building Machine Learning Systems with Python
#16For anyone curious to learn more about machine learning, I would recommend: http://www.amazon.com/Machine-Learning-Algorithmic-Perspecti...
For the curious, I think nothing beats the introduction to ML class from Stanfords Andrew Nq [1]. He lectures and explains with a clarity and consistency I don't often see. [1]: https://www.coursera.org/course/ml
Also, the voice of some of these lecturers have this sort-of monotone to it, that has the tendency to let you mind wander off. They're just not "arresting" enough.
For instance, I took the Crypto I class part-way on Coursera, and had this experience. The instructor voice was slow, drawn-out and kind-of put you to sleep. I actually downloaded the videos and just played it on VLC at 1.25x or 1.5x the speed (because he spoke so annoyingly slow).
On the other hand Tim Roughegarden (I think that's his name), who teaches an Algorithms class on Coursera, has an amazing "video personality". Just the way he speaks -- it catches your attention. He passion and enthusiasm for the topic really come across. Now, I'm not saying the other professors aren't as passionate about what they teach -- but it's just that some of these lecturers have a really good way of bringing it through (their love for the topic) on video. Not everyone can (or is) doing it.
Re: A New Book: Building Machine Learning Systems with Python
#17For anyone curious to learn more about machine learning, I would recommend: http://www.amazon.com/Machine-Learning-Algorithmic-Perspecti...
I have this book, and would not recommend it as a stand-alone learning guide. It gives a decent intuitive treatment of some topics but is inconsistent. It will furthermore jump between e.g. an explanation of neural networks without any mathematics to the full derivation of backpropagation. It tries to hit a sweet spot between rigor and intuition but in my opinion it largely fails to bridge the two. Unfortunately, I'm…
This book was recommended to me by a friend (who is a genius and great at ML), and I've just begun reading it.
My problem with MOOC is that I strongly dislike the audio/video format. I love textbooks. I learned a lot of what I know about computer science from books, not lectures. I went through many of Tanenbaum's thoughout high school -- and was more addicted to his textbooks than many of the novels that I read at the time.
I would really like to get some recommendations on some good _textual_ ML material.
Re: A New Book: Building Machine Learning Systems with Python
#18Earlier quoted context omitted.
For the curious, I think nothing beats the introduction to ML class from Stanfords Andrew Nq [1]. He lectures and explains with a clarity and consistency I don't often see. [1]: https://www.coursera.org/course/ml
I really want to take the course -- but I wish there was a textual version of it. I strongly strongly prefer text to audio/video. Also, the voice of some of these lecturers have this sort-of monotone to it, that has the tendency to let you mind wander off. They're just not "arresting" enough. For instance, I took the Crypto I class part-way on Coursera, and had this experience. The instructor voice was slow, drawn-ou…
Re: A New Book: Building Machine Learning Systems with Python
#19Earlier quoted context omitted.
To tag onto this, I found "Learning from Data" [0] by Abu Mastafa to be a great intro to the field. It's not heavy on the math, but it doesn't gloss over it either [0]: http://www.amazon.com/Learning-From-Data-Yaser-Abu-Mostafa/d...
Unfortunately Amazon won't ship this book outside of the United States.
Re: A New Book: Building Machine Learning Systems with Python
#20Earlier quoted context omitted.
Murphy's is probably most current, and an excellent text (read first review). OTW there's lots of stuff on the web for various levels of rigor http://www.amazon.com/Machine-Learning-Probabilistic-Perspec... http://metaoptimize.com/qa/questions/186/good-freely-availab... http://www.p-value.info/2012/11/free-datascience-books.html http://www.kaggle.com/wiki/Tutorials
Now is a good time to pick up the Murphy book: http://mitpress.mit.edu/content/spread-knowledge-sale-detail... http://mitpress.mit.edu/books/machine-learning-2