- Deep Learning Quick Reference
- Mike Bernico
- 72字
- 2021-06-24 18:40:08
Using deep neural networks for regression
Now that you hopefully understand why you would (and would not) want to use deep neural networks for regression, I'll show you how to do it. While it's not quite as simple as using linear regressor in scikit-learn, I think you'll find it quite easy using Keras. Most importantly, Keras will allow you to quickly iterate through model architectures without changing a lot of code.
推薦閱讀
- Practical Ansible 2
- 21天學(xué)通JavaScript
- 控制系統(tǒng)計算機仿真
- 項目管理成功利器Project 2007全程解析
- OpenStack Cloud Computing Cookbook
- Ansible 2 Cloud Automation Cookbook
- Linux系統(tǒng)管理員工具集
- 計算機辦公應(yīng)用培訓(xùn)教程
- Embedded Linux Development using Yocto Projects(Second Edition)
- ARM體系結(jié)構(gòu)與編程
- CPLD/FPGA技術(shù)應(yīng)用
- Apache Hadoop 3 Quick Start Guide
- 數(shù)據(jù)庫技術(shù)及應(yīng)用
- GAN實戰(zhàn)
- Keras 2.x Projects