Machine Learning in Action

  • 6h 35m
  • Peter Harrington
  • Manning Publications
  • 2012

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 interesting or 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.

About the Author

Peter Harrington is a professional developer and data scientist. He holds five US patents and his work has been published in numerous academic journals.

In this Book

  • Preface
  • About This Book
  • 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
  • Predicting Numeric Values: Regression
  • Tree-based Regression
  • Grouping Unlabeled Items Using K-means Clustering
  • Association Analysis with the Apriori Algorithm
  • Efficiently Finding Frequent Itemsets with FP-growth
  • Using Principal Component Analysis to Simplify Data
  • Simplifying Data with the Singular Value Decomposition
  • Big Data and MapReduce
  • Appendix A. Getting Started with Python
  • Appendix B. Linear Algebra
  • Appendix C. Probability Refresher
  • Appendix D. Resources
SHOW MORE
FREE ACCESS