Goodreads helps you keep track of books you want to read.
Start by marking “Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow” as Want to Read:
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow
by
Key Features
A practical approach to the frameworks of data science, machine learning, and deep learning
Use the most powerful Python libraries to implement machine learning and deep learning
Learn best practices to improve and optimize your machine learning systems and algorithms
Book Description
Machine learning is eating the software world, and now deep
...moreGet A Copy
Kindle Edition, 2nd Edition, 622 pages
Published
September 20th 2017
by Packt Publishing
(first published September 23rd 2015)
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
Python Machine Learning,
please sign up.
Popular Answered Questions
This book is not yet featured on Listopia.
Add this book to your favorite list »
Community Reviews
Showing 1-30

Start your review of Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow

This is a great book.
It gives the mathematical definitions of popular machine learning algorithms and shows you how to implement them. Then it explains how to use them with scikit-learn which has much more efficient implementations.
What is great is that this book has chapters on data cleaning, what to do with missing data, etc. Compliments greatly the Andrew Ng's ML course which lacked lectures about all of these things. ...more
It gives the mathematical definitions of popular machine learning algorithms and shows you how to implement them. Then it explains how to use them with scikit-learn which has much more efficient implementations.
What is great is that this book has chapters on data cleaning, what to do with missing data, etc. Compliments greatly the Andrew Ng's ML course which lacked lectures about all of these things. ...more

This is a fantastic introductory book in machine learning with python. It provides enough background about the theory of each (covered) technique followed by its python code. One nice thing about the the book is that it starts implementing Neural Networks from the scratch, providing the reader the chance of truly understanding the key underlaying techniques such as back-propagation. Even further, the book presents an efficient (and professional) way of coding in python, key to data science.
I str ...more
I str ...more

The book aims to cover a lot of topics on Machine Learning. The chapters on training Machine Learning algorithms and clustering analysis were very useful. However, embedding machine learning into web applications and training with Theano were a bit out of the scope.

Really good book, useful. Nice concise explanations, the maths is all included, and there's even example code! I downloaded a pdf version to my computer because I think I'll be referring to it pretty often.
...more

This a fantastic introduction to machine learning.
Textbooks in computer science in general, and machine learning in particular, have to walk a delicate line. At one level of high abstraction, everything is mathematical proofs. At a level of low-level cookbookls, it's a matter of just plugging and chugging, treating code as magical invocations without getting at the why. Raschka's book hits the sweet spot between the two exactly, explaining the underlying math, how that math is represented in Pyt ...more
Textbooks in computer science in general, and machine learning in particular, have to walk a delicate line. At one level of high abstraction, everything is mathematical proofs. At a level of low-level cookbookls, it's a matter of just plugging and chugging, treating code as magical invocations without getting at the why. Raschka's book hits the sweet spot between the two exactly, explaining the underlying math, how that math is represented in Pyt ...more

This is a book for starters. It combines introductions to machine learning and its python implementations (scikit-learn and others), but does not go deep into either of them. If you have already taken online courses on machine learning or read introductory materials, you wouldn't learn much from the book. Among the accompanying python codes, I find the graphing ones most useful.
...more

** I think it is important to disclose your skill level when reviewing these types of textbooks. The complete beginner, as opposed to a statistics major with minimal programming experience will gain different essential skills from the textbook. I am an Economics major with fundamental knowledge in most of the rudimentary parts of Machine Learning (Statistics, programming, analytics). I also read PY4E, Intro to Statistical Learning, and Python for Data Analysis before this. (First 2 are available
...more

There is significant interest, across many diverse application domains, in developing applications that exploit the large and rich data sets that are acquired by computer systems in order to identify trends and correlations and to make predictions and recommendations. These kinds of applications broadly fit into the field of machine learning (ML).
This excellent book is a practical introduction to ML using the Python programming language, along with relevant components of Python’s rich open-sourc ...more
This excellent book is a practical introduction to ML using the Python programming language, along with relevant components of Python’s rich open-sourc ...more

This book is a tour of Machine Learning. If you are a complete beginner on the topic, you’ll get the big picture. However it is up to you to go deeper on each concept. I think there could have been a final chapter with a few exercise which incorporated all the concepts which were covered in the book.

Highly recommend. Several years ago I was a scientist looking to learn machine learning. This book hit the perfect sweet spot between technical accuracy and accessibility and gave me a great foundation. Highly recommend for an accessible, but not watered down introduction. Early in the book you will write your own neural network and keep going from there. I give this to other scientists who want to learn machine learning.

Okay, not 5 stars, 4.75 really. The book finds a sweet balance between mathematics and python, although throughout reading the book I found the balance was shifting a but (in the bad sense of shifting). One of the better books I've read on this subject.
...more

Feb 18, 2018
Aileen
rated it
it was amazing
·
review of another edition
Shelves:
code-and-design,
personal-favorites
I really appreciate the well documented code repository on github. Book was easy to follow despite being relatively math heavy. Explanations on common ML algorithms and clustering analysis were on point and easy to follow. This book is a good reference point for learners.

Apr 12, 2020
MrWeckx
rated it
it was amazing
·
review of another edition
Shelves:
python,
machine-learning
Perfect book for introduction on machine learning to intermediate level. Very comprehensive for graduate or undergraduate students.

The best intro Python ML book, becuase it actually tries to teach you. Read the Author's reponse to 'why this book' on the goodreads page, it's accurate.
...more

A great book, it will teach you exactly what it promises - how to use the most common ML algorithms using Python and libraries like sklearn/numpy/pandas.
I found it to have a great balance between the theoretical math and implementation in Python; the split is somewhere around 20/80 in favour of implementation and actually using the algorithms on real data-sets. If you are trying to get a good understanding of the theory, then this book is a good starting point but you will most definitely need t ...more
I found it to have a great balance between the theoretical math and implementation in Python; the split is somewhere around 20/80 in favour of implementation and actually using the algorithms on real data-sets. If you are trying to get a good understanding of the theory, then this book is a good starting point but you will most definitely need t ...more

Finished this book a while back. The author Sebastian really did a good job at explaining how those machine learning algorithms work. What I especially like about the book is that not only the author explain the math behind the scene very well but also show some really hands-on examples in python code. At the end of the book, Sebastian discussed a bit about deep learning which is very interesting. Currently I am reading Grokking Deep Learning hoping to get a good understanding of it.

Good book with intuition, examples and implementation of many ML algorithms.
In my version of book I've found a bug in code implementation in chapter 3. That leads to wrong conclusion. Hope it's fixed in errata somewhere. ...more
In my version of book I've found a bug in code implementation in chapter 3. That leads to wrong conclusion. Hope it's fixed in errata somewhere. ...more

Great introduction on machine learning in Python. Good to have access to code: https://github.com/rasbt/python-machi...
...more

Jul 01, 2017
Mayank Prakash
rated it
really liked it
·
review of another edition
Recommended to Mayank by:
Search Results
This is an amazing book!! I mean it does explain what is being done and how its being done!! Nice Nice Book.. Helped a lot in learning.. and is helping as well :-)
topics | posts | views | last activity | |
---|---|---|---|---|
Online Course Readings | 1 | 15 | Apr 27, 2016 08:39AM |
Goodreads is hiring!
Some of my greatest passions are "Data Science" and machine learning. I enjoy everything that involves working with data: The discovery of interesting patterns and coming up with insightful conclusions using techniques from the fields of data mining and machine learning for predictive modeling.
I am a big advocate of working in teams and the concept of "open source." In my opinion, it is a positive ...more
I am a big advocate of working in teams and the concept of "open source." In my opinion, it is a positive ...more
Related Articles
Walter Isaacson, it’s safe to say, is not afraid of tackling the really big topics. In 2011, he wrote about our ubiquitous computer culture...
0 likes · 0 comments
No trivia or quizzes yet. Add some now »