Saved Bookmarks
| 1. |
What Is The Role Of The Activation Function? |
|
Answer» The GOAL of an activation function is to INTRODUCE nonlinearity into the neural network so that it can learn more complex function. WITHOUT it, the neural network WOULD be only able to learn function which is a linear combination of its input DATA. The goal of an activation function is to introduce nonlinearity into the neural network so that it can learn more complex function. Without it, the neural network would be only able to learn function which is a linear combination of its input data. |
|