Machine Learning in Python: Essential Techniques for Predictive Analysis

  • 4h 54m
  • Michael Bowles
  • John Wiley & Sons (US)
  • 2015

SIMPLE, EFFECTIVE WAY TO ANALYZE DATA AND PREDICT OUTCOMES WITH PYTHON

Machine learning focuses on prediction—using what you know to predict what you would like to know based on historical relationships between the two. At its core, it's a mathematical/algorithm-based technology that, until recently, required a deep understanding of math and statistical concepts, and fluency in R and other specialized languages. Machine Learning in Python simplifies machine learning for a broader audience and wider application by focusing on two algorithm families that effectively predict outcomes, and by showing you how to apply them using the popular and accessible Python programming language.

Author Michael Bowles draws from years of machine learning expertise to walk you through the design, construction, and implementation of your own machine learning solutions. The algorithms are explained in simple terms with no complex math, and sample code is provided to help you get started right away. You'll delve deep into the mechanisms behind the constructs, and learn how to select and apply the algorithm that will best solve the problem at hand, whether simple or complex. Detailed examples illustrate the machinery with specific, hackable code, and descriptive coverage of linear regression and ensemble methods helps you understand the fundamental processes at work in machine learning. The methods are effective and well tested, and the results speak for themselves.

Designed specifically for those without a specialized math or statistics background, Machine Learning in Python shows you how to:

  • Select the right algorithm for the job
  • Learn the mechanisms and prepare the data
  • Master core Python machine learning packages
  • Build versatile predictive models that work
  • Apply trained models in practice for various uses
  • Measure model performance for better QC and application
  • Use provided sample code to design and build your own model

About the Author

MICHAEL BOWLES teaches machine learning at Hacker Dojo in Silicon Valley, consults on machine learning projects, and is involved in a number of startups in such areas as bioinformatics and high-frequency trading. Following an assistant professorship at MIT, Michael went on to found and run two Silicon Valley startups, both of which went public. His courses at Hacker Dojo are nearly always sold out and receive great feedback from participants.

In this Book

  • Introduction
  • The Two Essential Algorithms for Making Predictions
  • Understand the Problem by Understanding the Data
  • Predictive Model Building—Balancing Performance, Complexity, and Big Data
  • Penalized Linear Regression
  • Building Predictive Models Using Penalized Linear Methods
  • Ensemble Methods
  • Building Ensemble Models with Python