- Test-Driven Machine Learning
- Justin Bozonier
- 176字
- 2021-07-30 10:19:58
Preface
Consistent, steady improvement is the name of the game in Machine Learning. Sometimes you find yourself implementing an algorithm from scratch; sometimes you're pulling in libraries. You always need the option to try new algorithms and improve performance. Simultaneously, you need to know that performance doesn't degrade.
You could just ask an expert about every change because testing stochastic algorithms seems impossible. That's just as terribly slow as it sounds. What if you could automate checking that your updated algorithms outperform your previous ones? What if you could design your code so that you could swap in an algorithm from another library or pit one that you wrote yourself against what you have? These are all reasons for this book.
We'll be covering what test-driven development is and what value it brings to machine learning. We'll be using nosetests in Python 2.7 to develop our tests. For machine-learning algorithms, we will be using Statsmodels and sci-kit learn. Statsmodels has some great implementations of regression. sci-kit learn is useful for its plethora of supported classification algorithms.
- Java Web開發學習手冊
- Java系統分析與架構設計
- Getting started with Google Guava
- Java 9 Programming Blueprints
- 區塊鏈:以太坊DApp開發實戰
- Learning Python Design Patterns(Second Edition)
- 手把手教你學C語言
- 零基礎學C語言(升級版)
- Android智能手機APP界面設計實戰教程
- Java 9:Building Robust Modular Applications
- 城市信息模型平臺頂層設計與實踐
- 高性能MVVM框架的設計與實現:San
- JavaScript前端開發程序設計教程(微課版)
- 微信公眾平臺服務號開發:揭秘九大高級接口
- 面向對象程序設計及C++實驗指導(第3版)