Book description
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 Technology
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.
What's Inside
- A no-nonsense introduction
- Examples showing common ML tasks
- Everyday data analysis
- Implementing classic algorithms like Apriori and Adaboos
About the Reader
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.
Quotes
An approachable and useful book.
- Alexandre Alves, Oracle Corporation
Smart, engaging applications of core concepts.
- Patrick Toohey, Mettler-Toledo Hi-Speed
Great examples! Teach a computer to learn anything!
- John Griffin, Coauthor of Hibernate Search in Action
An approachable taxonomy skillfully created from the diversity of ML algorithms.
- Stephen McKamey, Isomer Innovations
Publisher resources
Table of contents
- Copyright
- Dedication
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About This Book
- About the Author
- About the Cover Illustration
- Part 1. Classification
- Chapter 1. Machine learning basics
- Chapter 2. Classifying with k-Nearest Neighbors
- Chapter 3. Splitting datasets one feature at a time: decision trees
- Chapter 4. Classifying with probability theory: naïve Bayes
- Chapter 5. Logistic regression
- Chapter 6. Support vector machines
- Chapter 7. Improving classification with the AdaBoost meta-algorithm
- Part 2. Forecasting numeric values with regression
- Chapter 8. Predicting numeric values: regression
- Chapter 9. Tree-based regression
- Part 3. Unsupervised learning
- Chapter 10. Grouping unlabeled items using k-means clustering
- Chapter 11. Association analysis with the Apriori algorithm
- Chapter 12. Efficiently finding frequent itemsets with FP-growth
- Part 4. Additional tools
- Chapter 13. Using principal component analysis to simplify data
- Chapter 14. Simplifying data with the singular value decomposition
- Chapter 15. Big data and MapReduce
- Appendix A. Getting started with Python
- Appendix B. Linear algebra
- Appendix C. Probability refresher
- Appendix D. Resources
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: Machine Learning in Action
- Author(s):
- Release date: April 2012
- Publisher(s): Manning Publications
- ISBN: 9781617290183
You might also like
book
Real-World Machine Learning
Real-World Machine Learning is a practical guide designed to teach working developers the art of ML …
book
Introducing Machine Learning
Master machine learning concepts and develop real-world solutions Machine learning offers immense opportunities, and Introducing Machine …
book
Machine Learning
"Table of Contents: 1 Introduction to Machine Learning 2 Preparing to Model 3 Modelling and Evaluation …
book
Practical Machine Learning in R
Guides professionals and students through the rapidly growing field of machine learning with hands-on examples in …