- 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.
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- JIRA 7 Administration Cookbook(Second Edition)
- Learning Linux Binary Analysis
- The Data Visualization Workshop
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- Mastering Ext JS
- 深入淺出React和Redux
- 用案例學(xué)Java Web整合開(kāi)發(fā)
- Node學(xué)習(xí)指南(第2版)
- C++程序設(shè)計(jì)教程
- 跟戴銘學(xué)iOS編程:理順核心知識(shí)點(diǎn)
- 30天學(xué)通C#項(xiàng)目案例開(kāi)發(fā)
- JavaScript Mobile Application Development
- Python算法交易實(shí)戰(zhàn)
- 開(kāi)源心法