Thoughtful Machine Learning With Python Overview


Welcome to my blog.  I am currently reading Thoughtful Machine Learning with Python.

From Amazon.com
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
Every few days I plan to release a post of the book on a chapter or couple of chapter basis.  Giving highlights of the relevant points, and commenting on the book.

Chapter 1: Approximately Correct Software
Chapter 2: A Quick Introduction to Machine Learning
Chapter 3:
Chapter 4:
Chapter 5: Decision Trees and Random Forests
Chapter 6:
Chapter 7:
Chapter 8:
Chapter 9:
Chapter 10:

Comments

Popular posts from this blog

Go Programming Blueprints, Chapter 2, Adding User Accounts

Successful Big Game Hunting Chapter 10