- Applied Deep Learning with Python
- Alex Galea Luis Capelo
- 111字
- 2021-08-13 15:53:12
Training Classification Models
As we've already seen in the previous chapter, using libraries such as scikit-learn and platforms such as Jupyter, predictive models can be trained in just a few lines of code. This is possible by abstracting away the difficult computations involved with optimizing model parameters. In other words, we deal with a black box where the internal operations are hidden instead. With this simplicity also comes the danger of misusing algorithms, for example, by overfitting during training or failing to properly test on unseen data. We'll show how to avoid these pitfalls while training classification models and produce trustworthy results with the use of k-fold cross-validation and validation curves.
推薦閱讀
- Node.js+Webpack開發實戰
- 造個小程序:與微信一起干件正經事兒
- C#編程入門指南(上下冊)
- CentOS 7 Linux Server Cookbook(Second Edition)
- C語言程序設計
- Magento 1.8 Development Cookbook
- Access 2016數據庫管
- Elasticsearch Server(Third Edition)
- 深入淺出Serverless:技術原理與應用實踐
- RESTful Java Web Services(Second Edition)
- Node Cookbook(Second Edition)
- Functional Python Programming
- jQuery Mobile Web Development Essentials(Second Edition)
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- C/C++代碼調試的藝術(第2版)