InterviewSolution
Saved Bookmarks
| 1. |
Which function decides if the neuron should be activated or not? |
| Answer» TION:Activation functions are mathematical equations that determine the output of a neural network. The function is attached to each neuron in the network, and determines WHETHER it should be ACTIVATED (“fired”) or not, based on whether each neuron's input is RELEVANT for the model's prediction. | |