
Amazon Prime Free Trial
FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with FREE Delivery" below the Add to Cart button and confirm your Prime free trial.
Amazon Prime members enjoy:- Cardmembers earn 5% Back at Amazon.com with a Prime Credit Card.
- Unlimited FREE Prime delivery
- Streaming of thousands of movies and TV shows with limited ads on Prime Video.
- A Kindle book to borrow for free each month - with no due dates
- Listen to over 2 million songs and hundreds of playlists
Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership.
Buy new:
-13% $38.93$38.93
Ships from: Amazon Sold by: Tiger Books LLC
Save with Used - Good
$8.98$8.98
FREE delivery December 2 - 5
Ships from: ThriftBooks-Atlanta Sold by: ThriftBooks-Atlanta
Learn more
1.27 mi | ASHBURN 20147
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
Machine Learning in Action First Edition
Purchase options and add-ons
Machine Learning in Action is unique book that blends the foundational theories of machine learning with the practical realities of building tools for everyday data analysis. You'll use the flexible Python programming language to build programs that implement algorithms for data classification, forecasting, recommendations, and higher-level features like summarization and simplification.
About the Book
A machine is said to learn when its performance improves with experience. Learning requires algorithms and programs that capture data and ferret out the interestingor useful patterns. Once the specialized domain of analysts and mathematicians, machine learning is becoming a skill needed by many.
Machine Learning in Action is a clearly written tutorial for developers. It avoids academic language and takes you straight to the techniques you'll use in your day-to-day work. Many (Python) examples present the core algorithms of statistical data processing, data analysis, and data visualization in code you can reuse. You'll understand the concepts and how they fit in with tactical tasks like classification, forecasting, recommendations, and higher-level features like summarization and simplification.
Readers need no prior experience with machine learning or statistical processing. Familiarity with Python is helpful.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside
- A no-nonsense introduction
- Examples showing common ML tasks
- Everyday data analysis
- Implementing classic algorithms like Apriori and Adaboos
PART 1 CLASSIFICATION
- Machine learning basics
- Classifying with k-Nearest Neighbors
- Splitting datasets one feature at a time: decision trees
- Classifying with probability theory: naïve Bayes
- Logistic regression
- Support vector machines
- Improving classification with the AdaBoost meta algorithm
PART 2 FORECASTING NUMERIC VALUES WITH REGRESSION
- Predicting numeric values: regression
- Tree-based regression
PART 3 UNSUPERVISED LEARNING
- Grouping unlabeled items using k-means clustering
- Association analysis with the Apriori algorithm
- Efficiently finding frequent itemsets with FP-growth
PART 4 ADDITIONAL TOOLS
- Using principal component analysis to simplify data
- Simplifying data with the singular value decomposition
- Big data and MapReduce
- ISBN-109781617290183
- ISBN-13978-1617290183
- EditionFirst Edition
- PublisherManning
- Publication dateApril 19, 2012
- LanguageEnglish
- Dimensions7.38 x 0.8 x 9.25 inches
- Print length384 pages
Frequently bought together

Similar items that may deliver to you quickly
Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow 2PaperbackFREE Shipping by AmazonGet it as soon as Wednesday, Nov 27
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent SystemsPaperbackFREE Shipping by AmazonGet it as soon as Wednesday, Nov 27
The Hundred-Page Machine Learning BookPaperbackFREE Shipping on orders over $35 shipped by AmazonGet it as soon as Wednesday, Nov 27
Machine Learning with PyTorch and Scikit-Learn: Develop machine learning and deep learning models with PythonPaperbackFREE Shipping on orders over $35 shipped by AmazonGet it as soon as Wednesday, Nov 27
Introduction to Machine Learning with Python: A Guide for Data ScientistsAndreas C. MüllerPaperback$3.99 shippingGet it Dec 6 - 16
Advanced Machine Learning with Python: Solve data science problems by mastering cutting-edge machine learning techniques in PythonPaperbackFREE Shipping by AmazonGet it as soon as Wednesday, Nov 27
Editorial Reviews
About the Author
Product details
- ASIN : 1617290181
- Publisher : Manning; First Edition (April 19, 2012)
- Language : English
- Paperback : 384 pages
- ISBN-10 : 9781617290183
- ISBN-13 : 978-1617290183
- Item Weight : 1.42 pounds
- Dimensions : 7.38 x 0.8 x 9.25 inches
- Best Sellers Rank: #554,267 in Books (See Top 100 in Books)
- #494 in Python Programming
- #610 in Software Development (Books)
- #1,021 in Artificial Intelligence & Semantics
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.
Related products with free delivery on eligible orders
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonCustomers say
Customers find the book a good introduction to machine learning and the main algorithms used in it. They say it provides a broad overview of techniques and is a valuable starting point for implementing them. However, some readers have reported that some of the code examples have errors, are repetitive, and confused. They also mention the editing can be poor. Opinions are mixed on readability, with some finding it well-written and easy to understand, while others say it reads like a rough draft.
AI-generated from the text of customer reviews
Customers find the book's introduction helpful in learning the concepts of machine learning. They say it provides a fairly broad overview of the techniques and a valuable starting point for implementing them. Readers also mention that the code snippets are well-explained and short enough to be digestible. In addition, they say the book is good for code practice, has the best example code, and covers the most topics.
"...The examples cover a wide range, from dating sites to semiconductor plants, so you get a feel for all the different places these algorithms can be..." Read more
"This book is a good introduction to the main algorithms used in machine learning: linear/logistics regression, kNN, decision and regression trees,..." Read more
"Great Book for machine learning and Python lover, I am sure it is a great book for people who are not familiar with matlab, this may be the fast way..." Read more
"...Learning In Action is the best because it is the most clear, has the best example code, and covers the most topics...." Read more
Customers have mixed opinions about the readability of the book. Some mention it's well-written and easy to understand, while others say it reads like a rough draft, is repetitive, and confused.
"...However, even though Python is an extremely readable language, machine learning algorithms are (generally) hard, and I found that it helped to..." Read more
"...It is easy to read and offers a good selection of algorithms...." Read more
"...It is not very difficult to read and practice, sometimes you may think of some better ideas from the book...." Read more
"...with other reviewers' complaints on the repetitiveness and poor flow of this book, but I want to point out some other concerns and..." Read more
Customers find the code examples in the book have errors and are not written for legibility. They say it's repetitive, confusing, and often doesn't match up with the code and data sets to which it's referring.
"...a decent book, but IMO it has been edited poorly and the code has not been tested properly...." Read more
"...That being said, it's a horrendous piece of code clearly not written for legibility...." Read more
"...The text is repetitive, confused, and often doesn't match up with the code and data sets to which it refers...." Read more
"...As other reviewers have pointed out, some of the code examples have errors, which is frustrating...." Read more
Customers mention the editing is poor at times.
"...feel more like simplistic summaries around Python code and the editing can be poor at times repeating the same information between a main paragraph..." Read more
"...It's a decent book, but IMO it has been edited poorly and the code has not been tested properly...." Read more
"...Unfortunately, the book is poorly written and even more poorly edited; it reads like a very rough draft that was put once through a spell-checker..." Read more
Reviews with images
Great Book: A few things might help
-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
I still don't completely understand all the implementations, but the book did give me some intuition about how to choose the right algorithm for a given problem. I believe that is also important since ML practitioners often use third party algorithms rather than code everything up from scratch. Of course, for the times you do need to code it up from scratch, you can get some valuable insights about machine learning algorithm design from the style adopted in the book - start small, visualize in 2D/3D for insights, then generalize to higher dimensions. The examples cover a wide range, from dating sites to semiconductor plants, so you get a feel for all the different places these algorithms can be applied.
In short, if you want to "Just do ML", ie, quickly get started and pick up anything else you need along the way, then this book may be for you.
However, many chapters feel more like simplistic summaries around Python code and the editing can be poor at times repeating the same information between a main paragraph and a shaded summary on the next page. I would still recommend this book as a fairly broad overview of these techniques and a valuable starting point for implementing them. It is easy to read and offers a good selection of algorithms.
If you are looking for a more formal alternative, I can only recommend the book from Hastie, Tibshirani, and Friedman: The Elements of Statistical Learning. That book presents a more rigorous approach to the same algorithms, their goals, limitations and main variants. It is presented as a reference book but does not drown the reader in an sea of formulas, unlike similar reference books.
It is not very difficult to read and practice, sometimes you may think of some better ideas from the book.
Also the idea of machine learning methods could also be helpful when you use other programming language to do some designs.
The introduction chapter got me really excited, just like other Manning's "in Action" books do. But once I started executing the code in chapter 2 "Classifying with k-nearest neighbors" I realized that the code had bugs. Though I could figure out what's wrong and fix the bugs, I did not expect this from Manning, after having read some of their excellent books like (The Quick Python Book, Second Edition, Spring in Action and Hadoop in Action).
Moreover the book has some introduction to python and numpy in appendix A. I believe the author could have pointed the reader elsewhere for learning python and those pages could have been used to explain more of numpy and matplotlib, which the author uses freely without any explanation in the text. (Yup, be ready to read some online numpy and matplotlib tutorials and documentation.)
If you don't know python, then you can do what I did: read The Quick Python Book, Second Edition and then attempt this book.
The figures in the book are not in color so you need to execute the code to understand what the author is telling. It forces you to actually run the code, which is good, but you can't read this book without a computer in front of you.
Finally, I am a big believer in following the conventions of a language. I would have been really happy had the author followed PEP8 ([...]), because along with learning machine learning, you could have learnt some good python coding practices.
Top reviews from other countries
The book is not for the impatient or faint hearts. The book shows actual implementation of various ML algorithms in Python using NumPy library.
the codes have too much bugs
Corredato da numerosi esempi di codice più o meno "completi" fanno di questo testo una reference di alto livello per chi volesse avvicinarsi per la prima volta al mondo del Machine Learning utilizzando Python e le librerie scientifiche che mette a disposizione.
Consigliato!
Ich vermute vielmehr, dass Harrington seine eigenen Lernschritte und praktischen Experimente zu einem Buch verarbeitet hat. Er überfordert den Leser jedenfalls nicht mit hochgestochener Theorie und Mathematik. Persönlich habe ich mich manchmal eher unterfordert gefühlt. Das Buch hat allerdings auch nur den Anspruch einer Einführung.
Die Auswahl der Algorithmen orientiert sich an den "Top 10 Algorithms in Datamining" ([1]). Er präsentiert im Buch davon acht. Die Auswahl ist plausibel. Sein eigener Beitrag ist die Programmierung von einfachen Varianten in Python. Nachdem ich noch nie in Python programmiert habe, kann ich die Qualität des Kodes nicht beurteilen. In Rezensionen auf Amazon.com wird er relativ heftig kritisiert. Auf der Verlagsseite gibt es jedenfalls einige errata. Kode ordentlich zu testen scheint heute bei Buchpublikationen nicht mehr üblich zu sein.
Die für die Algorithmen verwendeten Beispielanwendungen sind - so wie das gesamte Buch - durchwachsen. Bei 2 Algorithmen verwendet der Autor die Überlebenschance bei Pferdekoliken. Er räumt ein, dass er von Pferden keine Ahnung hat und daher die Ergebnisse nicht beurteilen kann. Einige konstruierte Beispiele sind eher kurios. Z.B. der Zusammenhang zwischen IQ und der Anzahl der Gänge bei einem Fahrrad. Sehr gut hat mir hingegen eine Untersuchung über Abstimmungsmuster von US-Abgeordneten gefallen. Die größte Stärke des Buches ist überhaupt die Auflistung einer Reihe von interessanten Datenquellen. Im Anhang geht er noch auf MapReduce und Hadoop ein. Damit kann man mit von amazon angemieteten Serverfarmen sehr grosse Datenmengen durchackern. Es ist aber mehr eine Werbeeinschaltung für das Hadoop in Action Buch.
Das Buch leidet auch etwas an den mässigen Grafiken. Es werden in Scatterplots Punkte aus verschiedenen Gruppen angezeigt. Der jeweilige Algorithmus soll die Gruppen separieren. Es ist aber kaum bis gar nicht erkennbar, zu welcher Gruppe ein Punkt gehört. Eine derartige Darstellung ist nur in Farbe sinnvoll. Gute Bücher (siehe [2]) verwenden dazu auch Farbgrafiken.
Prinzipiell finde ich die Betonung des praktischen Aspektes, sich mit Daten die Hände schmutzig zu machen, an diesem Buch sehr sympathisch. Die Ausführung hätte aber in einigen Details wesentlich besser sein können.
[1] Xindong Wu et al.: Top 10 Algorithms in Data Mining. Dieser - sehr bekannte Artikel - basiert auf einer Meinungsumfrage unter den Teilnehmern der IEEE International Conference on Datamining, Dec. 2006.
[2] Bishop Christoper M.: Pattern Recognition and Machine Learning.

