DZone
Database Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Database Zone > Book Review: Machine Learning in Action by Peter Harrington

Book Review: Machine Learning in Action by Peter Harrington

John Cook user avatar by
John Cook
·
May. 15, 12 · Database Zone · Interview
Like (0)
Save
Tweet
6.28K Views

Join the DZone community and get the full member experience.

Join For Free

a couple months ago i briefly reviewed machine learning for hackers by drew conway and john myles white. today i’m looking at machine learning in action by peter harrington and comparing the two books.

both books are about the same size and many of the same topics. one difference between the two books is choice of programming language: ml for hackers uses r for its examples, ml in action uses python.

ml in action doesn’t lean heavily on python libraries. it mostly implements its algorithms from scratch, with a little help from numpy for linear algebra, but it does not use ml libraries such as scikit-learn . it sometimes uses matplotlib for plotting and uses tkinter for building a simple gui in one chapter. the final chapter introduces hadoop and amazon web services.

ml for hackers is a little more of a general introduction to machine learning. ml in action contains a brief introduction to machine learning in general, but quickly moves on to specific algorithms. ml for hackers spends a good number of pages discussing data cleaning. ml in action starts with clean data in order to spend more time on algorithms.

ml in action takes 8 of the top 10 algorithms in machine learning (as selected by this paper ) and organizes around these algorithms. (the two algorithms out of the top 1o that didn’t make it into ml for hackers were pagerank, because it has been covered well elsewhere, and em, because its explanation requires too much mathematics.) the algorithms come first in ml in action , illustrations second. ml for hackers puts more emphasis on its examples and reads a bit more like a story. ml in action reads a little more like a reference book.

Machine learning Book

Published at DZone with permission of John Cook, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Ultra-Fast Microservices: When Microstream Meets Wildfly
  • Synchronization Methods for Many-To-Many Associations
  • OpenTelemetry in Action: Identifying Database Dependencies
  • Modern REST API Design Principles and Rules

Comments

Database Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo