InterviewSolution
Saved Bookmarks
| 1. |
Can a deep learning model be solely built on linear regression? |
|
Answer» Yes, if the problem is represented by a linear equation, DEEP networks can be BUILT using a linear function as the activation function for each layer. A problem that is a composition of linear functions, on the other hand, is a linear function, and there is nothing spectacular that can be accomplished by implementing a deep NETWORK because adding more nodes to the network will not boost the machine LEARNING model's predictive capacity. |
|