- Deep Learning Quick Reference
- Mike Bernico
- 175字
- 2021-06-24 18:40:14
Benefits of deep neural networks
When compared to a more traditional classifier such as a logistic regression model, or even a tree-based model such as random forest or a gradient boosting machine, deep neural networks have a few nice advantages.
As with the regression we did in Chapter 2, Using Deep Learning to Solve Regression Problems, we don't need to select or screen features. In the problem that we have selected in this chapter, there are 178 input variables. Each input variable is a specific input from an Electroencephalogram (EEG) labelled x1..x178. Even if you were a medical doctor, it would be difficult to understand the relationship between that many features and the target variable. There is a good chance that some of those features are irrelevant, and a better chance that some higher-level interactions might exist between those variables and the target. If using a traditional model, we'd get the best model performance if we went through a feature selection step. That's not needed when using deep neural networks.
- Deep Learning Quick Reference
- Learning Microsoft Azure Storage
- 空間機器人遙操作系統及控制
- 大數據安全與隱私保護
- C語言開發技術詳解
- Hybrid Cloud for Architects
- Microsoft System Center Confi guration Manager
- Mastering GitLab 12
- Hands-On Dashboard Development with QlikView
- 會聲會影X4中文版從入門到精通
- 基于Proteus的單片機應用技術
- PowerMill 2020五軸數控加工編程應用實例
- 筆記本電腦維修之電路分析基礎
- 微機組裝與維護教程
- 數據結構(C語言版)