- Test-Driven Machine Learning
- Justin Bozonier
- 352字
- 2021-07-30 10:19:59
Chapter 1. Introducing Test-Driven Machine Learning
This book will show you how to develop complex software (sometimes rooted in randomness) in small, controlled steps . It will also instruct you in how to begin developing solutions to machine learning problems using test-driven development (from here, this will be written as TDD). Mastering TDD is not something this book will achieve. Instead, this book will help you begin your journey and expose you to guiding principles, which you can use to creatively solve challenges as you encounter them.
We will answer the following three questions in this chapter:
- What are TDD and BDD (behavior-driven development)?
- How do we apply these concepts to machine learning, and make inferences and predictions?
- How does this work in practice?
After gaining answers to these questions, we will be ready to move on to tackling real problems. This book is about applying these concepts to solve machine learning problems. This chapter contains the largest theoretical explanation that we will see in the book, with the remainder of the theory being described by example.
Due to the focus on application, you will learn much more than simply the theory of TDD and BDD. However, there are aspects of practices that this book will not touch on. To read more about the theory and ideas, search the Internet for articles written by the following:
- Kent Beck—The father of TDD
- Dan North—The father of BDD
- Martin Fowler—The father of refactoring. He has also created a large knowledge base on these topics
- James Shore—One of the authors of The Art of Agile Development, who has a deep theoretical understanding of TDD, and explains the practical value of it quite well
These concepts are incredibly simple and yet can take a lifetime to master. When applied to machine learning, we must find new ways to control and/or measure the random processes inherent in the algorithm. This will come up in this chapter as well as others. In the next section, we will develop a foundation for TDD and begin to explore its application.
- Mobile Web Performance Optimization
- 零起步玩轉掌控板與Mind+
- Building a Home Security System with Raspberry Pi
- BeagleBone Media Center
- Unity 5.x By Example
- Python High Performance Programming
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Python開發基礎
- 零基礎學C語言(第4版)
- 計算機應用基礎(第二版)
- Appcelerator Titanium:Patterns and Best Practices
- C語言程序設計與應用實驗指導書(第2版)
- 計算機應用基礎案例教程(第二版)
- Swift Essentials(Second Edition)
- Java基礎案例教程(第2版)