Book description
Gain the confidence you need to apply machine learning in your daily work. With this practical guide, author Matthew Kirk shows you how to integrate and test machine learning algorithms in your code, without the academic subtext.
Featuring graphs and highlighted code examples throughout, the book features tests with Python’s Numpy, Pandas, Scikit-Learn, and SciPy data science libraries. If you’re a software engineer or business analyst interested in data science, this book will help you:
- Reference real-world examples to test each algorithm through engaging, hands-on exercises
- Apply test-driven development (TDD) to write and run tests before you start coding
- Explore techniques for improving your machine-learning models with data extraction and feature development
- Watch out for the risks of machine learning, such as underfitting or overfitting data
- Work with K-Nearest Neighbors, neural networks, clustering, and other algorithms
Publisher resources
Table of contents
- Preface
- 1. Probably Approximately Correct Software
- 2. A Quick Introduction to Machine Learning
- 3. K-Nearest Neighbors
- 4. Naive Bayesian Classification
- 5. Decision Trees and Random Forests
-
6. Hidden Markov Models
- Tracking User Behavior Using State Machines
- Emissions/Observations of Underlying States
- Simplification Through the Markov Assumption
- Hidden Markov Model
- Evaluation: Forward-Backward Algorithm
- The Decoding Problem Through the Viterbi Algorithm
- The Learning Problem
- Part-of-Speech Tagging with the Brown Corpus
- Conclusion
- 7. Support Vector Machines
- 8. Neural Networks
- 9. Clustering
- 10. Improving Models and Data Extraction
- 11. Putting It Together: Conclusion
- Index
Product information
- Title: Thoughtful Machine Learning with Python
- Author(s):
- Release date: January 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491924136
You might also like
book
Hands-On Machine Learning with scikit-learn and Scientific Python Toolkits
Integrate scikit-learn with various tools such as NumPy, pandas, imbalanced-learn, and scikit-surprise and use it to …
book
Productive and Efficient Data Science with Python: With Modularizing, Memory profiles, and Parallel/GPU Processing
This book focuses on the Python-based tools and techniques to help you become highly productive at …
book
Practical Machine Learning with Python: A Problem-Solver's Guide to Building Real-World Intelligent Systems
Master the essential skills needed to recognize and solve complex problems with machine learning and deep …
book
Interpretable Machine Learning with Python
A deep and detailed dive into the key aspects and challenges of machine learning interpretability, complete …