

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems [Géron, Aurélien] on desertcart.com. *FREE* shipping on qualifying offers. Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems Review: Terrific ML book, and one of my favorite programming books in general - I've been following this book since its first edition, about time I write a review! It really does strike the perfect balance between code and theory. Everything is clear and written in a friendly tone. It'll get you started in applying everything from basic linear regression through decision tree, all the way to deep learning. My favorite is chapter 2, which is a step-by-step guide on exploring a data project, it's like having a professional guide you. I'm an experienced software developer, and I owe this book a lot for introducing me to many concepts. I'm old-school, so sitting down with a book and copying code examples takes me back and is a familiar experience. For some people, copy pasting might be more intuitive but you really can learn from doing things by hand. The full code is on github, but I recommend using it for reference only. What this book isn't, and doesn't pretend to be, is an introduction to Python. Some basic programming knowledge is needed, but if you want to work in the field, you'd need that anyway, and you shouldn't be afraid to dive into it. Looks like I'll be checking the 3rd edition! Review: Gold Medal Winner - The Tokyo Olympics of 2020 got postponed to 2021. If there were a contest for best AI/ML book at the Olympics this year this book would have earned the gold medal ! I loved it so much that I read it at least twice, and each time I underlined/highlighted/took-notes. I love how lucidly the author explains concepts. He does an excellent job of explaining topics such as the model, the learning algorithm (also called the optimization algorithm), regularization hyperparameter, generalization etc. The examples are great and even if one does not know python programming it is easy to follow along. (I learned python a few months later, which made it even easier and more interesting to follow the examples in this and other books). While no one single book can teach one ML/AI, this book would make the Mount Rushmore of AI/ML books (along with (1) Intro to Statistical Learning by Hastie etc (2) Intro to Machine Learning by Alpaydin (3) Deep Learning by Goodfellow, Bengio etc). I highly recommend this book to anyone aspiring to get into the field of ML/AI.























| Best Sellers Rank | #222,276 in Books ( See Top 100 in Books ) #82 in Natural Language Processing (Books) #149 in Python Programming #526 in Artificial Intelligence & Semantics |
| Customer Reviews | 4.8 out of 5 stars 3,439 Reviews |
A**R
Terrific ML book, and one of my favorite programming books in general
I've been following this book since its first edition, about time I write a review! It really does strike the perfect balance between code and theory. Everything is clear and written in a friendly tone. It'll get you started in applying everything from basic linear regression through decision tree, all the way to deep learning. My favorite is chapter 2, which is a step-by-step guide on exploring a data project, it's like having a professional guide you. I'm an experienced software developer, and I owe this book a lot for introducing me to many concepts. I'm old-school, so sitting down with a book and copying code examples takes me back and is a familiar experience. For some people, copy pasting might be more intuitive but you really can learn from doing things by hand. The full code is on github, but I recommend using it for reference only. What this book isn't, and doesn't pretend to be, is an introduction to Python. Some basic programming knowledge is needed, but if you want to work in the field, you'd need that anyway, and you shouldn't be afraid to dive into it. Looks like I'll be checking the 3rd edition!
S**A
Gold Medal Winner
The Tokyo Olympics of 2020 got postponed to 2021. If there were a contest for best AI/ML book at the Olympics this year this book would have earned the gold medal ! I loved it so much that I read it at least twice, and each time I underlined/highlighted/took-notes. I love how lucidly the author explains concepts. He does an excellent job of explaining topics such as the model, the learning algorithm (also called the optimization algorithm), regularization hyperparameter, generalization etc. The examples are great and even if one does not know python programming it is easy to follow along. (I learned python a few months later, which made it even easier and more interesting to follow the examples in this and other books). While no one single book can teach one ML/AI, this book would make the Mount Rushmore of AI/ML books (along with (1) Intro to Statistical Learning by Hastie etc (2) Intro to Machine Learning by Alpaydin (3) Deep Learning by Goodfellow, Bengio etc). I highly recommend this book to anyone aspiring to get into the field of ML/AI.
J**H
Best Machine Learning book I own
I'm very pleased with this book. I enjoy the little bits of humor here and there, and it does a great job not glossing over important details that might be a stumbling block for someone. I'm quite comfortable with python however I appreciated that he did go into depth on setting up virtual environments and best practices. I remember years back when I was starting that whole concept tripped me up so much, having this explained so well is going to save someone a lot of time. Also his code seems so far to be written in a very thoughtful way and has them all on github. He also goes into lots of gotchas and tips and tricks that just overall seem to add a certain maturity to his writing. He has obviously very well versed in machine learning. Overall I would recommend. It's been much more interesting than I expected.
S**N
An excellent introduction to scikit-learn, keras and tensorflow
This is an excellent book for an introduction to Keras and Tensorflow. It complements the Coursera Tensorflow course and the tutorials on the Tensorflow website very well. At first, I didn’t appreciate that the first half of the book is devoted to machine learning. But after reading that part, I learnt many new tricks/shortcuts. For example, how easy it is to do stratified shuffle spits to balance out the training and test samples and creating pipelines. The book also reenforces a process for ML, which I really liked. The deep learning part of the book is excellent as well. It has the right balance between theory and practical ways to use Tensorflow. Having the code available on Github is very helpful. The book is easy to read and to understand (a fairly complex topic). It is an invaluable resource!
A**S
Nice ML book, but not for a beginner
This book covers many topics of ML and explains them with good examples. However, I believe it should be a little bit tough for a beginner. Similarly, it could not be the best book for an advanced reader because it gives pointers for advanced topics but does not go in-depth like mathematical explanation. In summary, it is an excellent book if you are looking for real-life examples with python code and you have a good basic idea in ML.
R**R
The Best Textbook I've Ever Bought
I'm currently getting my MS in health data science and this was the book we had to get for my machine learning class. I was annoyed when the teacher said the class would be textbook heavy and he was only going lecture on high level concepts, I thought there was no way textbook would be able to a carry a class and boy was I wrong. This is hands down the best textbook I've ever bought! I never expected a data science text book to be easy to read but this book flows so well!, its easily digestible and it gives great examples with data that is easily available. You can write completely functional ML code from this book alone but one of the best features is that the book has GitHub site broken down chapter by chapter that helps fill the code out. If you are someone like me who hadn't had any experience with Matplotlib the github was super helpful because it covers in depth how to make really nice plots for the various models. I would recommend this book to anyone who is doing machine learning. The only thing I would change about this book is when it gets into decision trees, RF, various boosting types, XGB, as it moves through the models it only gives an example of the classification form of the model or the regression for of the model and I think it would be helpful if it gave examples for both for each model. But with that being said this was a pretty minimal thing I would change and I would still buy the book again even if they didn't change it! It's definitely worth the money!
Z**A
New content/topics explained well
Fantastic content with valuable examples.
C**T
Must have to get a FLAG machine learning position; Much better than 1st edition
I took a machine learning graduate course in my master program. I had a top conference paper. The professor used 1st edition of this book as one textbook for the course. I had a 1st edition of the book but did not have time to read. Now I buy the 2nd edition because the Tensorflow 2 has merged with Keras, which means we can avoid to learn the hard syntax of tensorflow 1.0, and there are a lot of new advances in machine learning, such as generative models. Also to my surprise, the book is colorful. That makes the book is more interesting. Each chapter has summary of math. That is better than some programming machine learning books that do not have any math. If you have some backgrounds in math of machine learning, this book can save you time because it gives you the whole picture without lost. If you are very interested in some equations and want to derive them, you can use Pattern Recognition and Machine Learning book. The Github has a lot of python projects of machine learning. The codes are well-written. If you can write codes like the codes in the projects, you will have the potential to enter Google. Go Google, the book is a must have.
Trustpilot
3 days ago
2 months ago