

desertcart.com: Python Machine Learning - Second Edition: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow: 9781787125933: Raschka, Sebastian, Mirjalili, Vahid: Books Review: Good balance of theory and code. Excellent for people who already have intermediate stats/ML knowledge. - This book is excellent for the following demographic: People who already have a decent level of skill and experience in statistics who want to: - 1) Elevate their understanding of ML techniques without absolutely breaking their skull on dense theory - 2) Learn how to implement the algorithms in Python and gain moderate proficiency in sci-kit learn I would say it's not a beginner's book, but more for intermediates. I am half-way through and find it a little challenging, but definitely attainable. This balance I consider to be putting me right in the sweet spot for learning. To judge whether you're a good candidate for this book, you can compare your experience and skill to me : I started this book after earning a PhD in the social sciences, which basically gave me good coverage in inferential and applied statistics (T, F distributions, p-values, confidence intervals, linear regression, one-way and factorial ANOVA, PCA, etc.). I also took a machine learning graduate course at my university and a few online courses in introductory ML for R. All of this background gave me solid grounding in statistics. With all this I still find this book somewhat challenging, but definitely not too hard. I'd say without my background I would find this book hard to get through. There is linear algebra, concepts like minimizing cost functions, bias/variance tradeoff, learning from errors, etc. So, if you are just starting out or reading the previous sentence and don't know what I'm talking about, I would recommend learning more stats fundamentals before starting this. After you gain some proficiency in stats, come learn this book and elevate your understanding of the algorithms, add nuance to them, integrate them into your mental conceptual structures more fully (e.g. you'll know more nuances of ML, e.g. which subsets of algorithms are preferred for controlling more of the bias, variance, how random forest is basically bagging with a twist, how adaboost's treatment of classification errors has kind of an element of perceptron implementation, and many more). Review: Excellent explanations, excellent visualizations, excellent mathematical proofs; incredible book! - This book will stay on your reference shelf for years to come! The authors clearly have taught these materials many times before, and their significant mathematical and technical prowess is delivered using a very approachable style. This book seems best suited for someone who wants to sit down and begin to apply Python Machine Learning to a problem that they already know they have. It's not particularly an "intro course to M.L.", but it contains enough details that you could easily follow along and learn how to use the various tools and techniques of the field if you've never seen or heard of them before. The copious notes scattered throughout this book are pure gold, mined from the obvious experiences of the authors while working in the field. If there ever is a Machine Learning equivalent to the venerable "Forrest M. Mims Engineering Notebook" for electronics, I feel these two authors could write it! Once you use this book to work on your current M.L. problem in Python, you will find yourself returning to it as a reference for other problems in the M.L. space. Its lucid explanations will help reinforce the topics presented, and cement your understanding of the materials. This book will get you writing Python Machine Learning code to work your current M.L. problem in no time flat!













| ASIN | 1787125939 |
| Best Sellers Rank | #759,954 in Books ( See Top 100 in Books ) #144 in Business Intelligence Tools #325 in Data Processing #602 in Python Programming |
| Customer Reviews | 4.5 4.5 out of 5 stars (301) |
| Dimensions | 7.5 x 1.41 x 9.25 inches |
| Edition | 2nd ed. |
| ISBN-10 | 9781787125933 |
| ISBN-13 | 978-1787125933 |
| Item Weight | 2.51 pounds |
| Language | English |
| Print length | 622 pages |
| Publication date | September 20, 2017 |
| Publisher | Packt Publishing |
S**W
Good balance of theory and code. Excellent for people who already have intermediate stats/ML knowledge.
This book is excellent for the following demographic: People who already have a decent level of skill and experience in statistics who want to: - 1) Elevate their understanding of ML techniques without absolutely breaking their skull on dense theory - 2) Learn how to implement the algorithms in Python and gain moderate proficiency in sci-kit learn I would say it's not a beginner's book, but more for intermediates. I am half-way through and find it a little challenging, but definitely attainable. This balance I consider to be putting me right in the sweet spot for learning. To judge whether you're a good candidate for this book, you can compare your experience and skill to me : I started this book after earning a PhD in the social sciences, which basically gave me good coverage in inferential and applied statistics (T, F distributions, p-values, confidence intervals, linear regression, one-way and factorial ANOVA, PCA, etc.). I also took a machine learning graduate course at my university and a few online courses in introductory ML for R. All of this background gave me solid grounding in statistics. With all this I still find this book somewhat challenging, but definitely not too hard. I'd say without my background I would find this book hard to get through. There is linear algebra, concepts like minimizing cost functions, bias/variance tradeoff, learning from errors, etc. So, if you are just starting out or reading the previous sentence and don't know what I'm talking about, I would recommend learning more stats fundamentals before starting this. After you gain some proficiency in stats, come learn this book and elevate your understanding of the algorithms, add nuance to them, integrate them into your mental conceptual structures more fully (e.g. you'll know more nuances of ML, e.g. which subsets of algorithms are preferred for controlling more of the bias, variance, how random forest is basically bagging with a twist, how adaboost's treatment of classification errors has kind of an element of perceptron implementation, and many more).
S**Y
Excellent explanations, excellent visualizations, excellent mathematical proofs; incredible book!
This book will stay on your reference shelf for years to come! The authors clearly have taught these materials many times before, and their significant mathematical and technical prowess is delivered using a very approachable style. This book seems best suited for someone who wants to sit down and begin to apply Python Machine Learning to a problem that they already know they have. It's not particularly an "intro course to M.L.", but it contains enough details that you could easily follow along and learn how to use the various tools and techniques of the field if you've never seen or heard of them before. The copious notes scattered throughout this book are pure gold, mined from the obvious experiences of the authors while working in the field. If there ever is a Machine Learning equivalent to the venerable "Forrest M. Mims Engineering Notebook" for electronics, I feel these two authors could write it! Once you use this book to work on your current M.L. problem in Python, you will find yourself returning to it as a reference for other problems in the M.L. space. Its lucid explanations will help reinforce the topics presented, and cement your understanding of the materials. This book will get you writing Python Machine Learning code to work your current M.L. problem in no time flat!
E**N
Good book for starters in Neural Networks
Book gives a good overview of how to tackle a learning problem. Preparing learning data and evaluation of learning model. Witch python libraries to use and a lot of examples. Was very useful l for me Thanks guys
G**T
Excellent, concept-math-code end to end for software engineers
(I own the 1st edition, and was given early access to a pre-release PDF of the 2nd ed. My paperback copy just arrived.) This is the best book I've seen for professional software engineers to bootstrap themselves into Data Science, Machine Learning and (with the 2nd ed) Deep Learning. It makes heavy use of the scikit-learn library; and the latter chapters give an excellent high-level overview of TensorFlow. Books in this space can often feel either too basic or too academic. Not this one -- for me it hits the sweet spot of explaining and doing. What I love about Raschka's writing is how he builds up from theory to practical code. It lays out the concepts, math, and code together which helps comprehension. So, if you happen to be rusty in math, like me, you can look to the code to help explain what the equations actually do. The chapters of the book build up from each other; so many of the examples feel like they can be used as recipes for building your own custom models.
U**N
Very useful overview!
I found this book to be very clearly written and also very informative since in addition to providing code examples it tried to illustrate the basics of theory behind what makes machine learning work. The explanations were mainly done by showing examples of data on a x-y plot and how the different techniques separate the data to make a decision. This is a nice way to reduce the complexity of explanation and getting lost in the details of the mathematics and programming syntax etc and to get at the heart of where different algorithms have strengths. This is review is from the perspective of someone who knows a little python and had little knowledge of machine learning, but has kind of seen neural nets and regressions used in different applications over the years. Part of its usefulness to me is that it gives me a nice way to explain machine learning to non-scientists.
P**H
It is a great book. Read it and enjoy the ideas.
J**R
Le livre trouve un bon équilibre entre l'application du machine learning en python et les raisonnements mathématiques derrière les algorithmes. Il est très complet et je le conseille pour ceux qui souhaitent explorer le sujet en profondeur. Le code est mis a disposition pour téléchargement ce qui permet de tester directement ce qui est expliqué.
S**N
This is one of the best beginner's books out there. If anyone wants to start ML they have to go through this book, although the DL part of the book uses TF version 1 which is not used anymore. You will also learn a lot of numpy, pandas and matplotlib features
ま**め
内容が近く、おすすめです。早く購入すればよかった。
X**N
Nice book that constructs a bridge between theory and implementation. It doesnt include detailed theory. But it mentions many methods that can help one know the knowledge framework that can facilitate future study.
Trustpilot
3 weeks ago
1 month ago