Relation
Why should Sigmoid be used for the output layer?
Because the output of sigmoid is in range (0, 1), which can be regarded as a probability output that can be easily converted to class values.
0
4
Updated 2021-11-11
Tags
Data Science
Why should Sigmoid be used for the output layer?
Because the output of sigmoid is in range (0, 1), which can be regarded as a probability output that can be easily converted to class values.
0
4
Tags
Data Science