- Deep Learning Quick Reference
- Mike Bernico
- 108字
- 2021-06-24 18:40:08
Drawbacks to consider when using a neural network for regression
But it's not all rainbows and kittens, there are some drawbacks to using a neural network for these really straightforward problems. The most notable drawbacks are:
- As previously noted, neural networks aren't easily interpretable.
- Neural Networks work best when there are many features and a lot of data. Many simple regression problems aren't large enough to really benefit from Neural Networks.
- Much of the time a traditional multiple regression, or a tree model such as Gradient Boosted Trees will outperform a neural network on problems such as this. The more complex, the better the fit for neural networks.
推薦閱讀
- Word 2003、Excel 2003、PowerPoint 2003上機(jī)指導(dǎo)與練習(xí)
- Hadoop 2.x Administration Cookbook
- 樂(lè)高機(jī)器人EV3設(shè)計(jì)指南:創(chuàng)造者的搭建邏輯
- 控制與決策系統(tǒng)仿真
- Visual C# 2008開(kāi)發(fā)技術(shù)詳解
- Zabbix Network Monitoring(Second Edition)
- 流處理器研究與設(shè)計(jì)
- 21天學(xué)通Visual Basic
- Visual FoxPro程序設(shè)計(jì)
- 單片機(jī)技能與實(shí)訓(xùn)
- Unreal Development Kit Game Design Cookbook
- MongoDB 4 Quick Start Guide
- Learning Cassandra for Administrators
- Getting Started with Tableau 2019.2
- ARM嵌入式系統(tǒng)開(kāi)發(fā)完全入門(mén)與主流實(shí)踐