Machine Learning in Action
eBook - ePub

Machine Learning in Action

  1. 384 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Machine Learning in Action

About this book

Summary 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

Table of Contents 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

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Machine Learning in Action by Peter Harrington in PDF and/or ePUB format, as well as other popular books in Computer Science & Artificial Intelligence (AI) & Semantics. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Copyright
  2. Dedication
  3. Brief Table of Contents
  4. Table of Contents
  5. Preface
  6. Acknowledgments
  7. About This Book
  8. About the Author
  9. About the Cover Illustration
  10. Part 1. Classification
  11. Chapter 1. Machine learning basics
  12. Chapter 2. Classifying with k-Nearest Neighbors
  13. Chapter 3. Splitting datasets one feature at a time: decision trees
  14. Chapter 4. Classifying with probability theory: naïve Bayes
  15. Chapter 5. Logistic regression
  16. Chapter 6. Support vector machines
  17. Chapter 7. Improving classification with the AdaBoost meta-algorithm
  18. Part 2. Forecasting numeric values with regression
  19. Chapter 8. Predicting numeric values: regression
  20. Chapter 9. Tree-based regression
  21. Part 3. Unsupervised learning
  22. Chapter 10. Grouping unlabeled items using k-means clustering
  23. Chapter 11. Association analysis with the Apriori algorithm
  24. Chapter 12. Efficiently finding frequent itemsets with FP-growth
  25. Part 4. Additional tools
  26. Chapter 13. Using principal component analysis to simplify data
  27. Chapter 14. Simplifying data with the singular value decomposition
  28. Chapter 15. Big data and MapReduce
  29. Appendix A. Getting started with Python
  30. Appendix B. Linear algebra
  31. Appendix C. Probability refresher
  32. Appendix D. Resources
  33. Index
  34. List of Figures
  35. List of Tables
  36. List of Listings