Do different Transfer Function produce different prediction in neural network model? How do we know which transfer function suitable for the data we used?
Asked
Active
Viewed 161 times
1 Answers
1
Do different Transfer Function produce different prediction in neural network model?
Most of the times, yes. It may matter a little or a lot, depending on the network, dataset, transfer functions, etc.
How do we know which transfer function suitable for the data we used?
One way is to look at the transfer function existing models doing similar tasks use. Also: Comprehensive list of activation functions in neural networks with pros/cons

Franck Dernoncourt
- 42,093
- 30
- 155
- 271
-
Can you provide me a link or notes that can make me more understand regarding this matter. – bbadyalina Nov 23 '16 at 07:12