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 ...

Get Deep Learning Quick Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.