Activation function for output layer for regression models in Neural Networks

后端 未结 3 1251
离开以前
离开以前 2021-01-03 21:44

I have been experimenting with neural networks these days. I have come across a general question regarding the activation function to use. This might be a well known fact to

3条回答
  •  天涯浪人
    2021-01-03 22:15

    Just use a linear activation function without limiting the output value range unless you have some reasonable assumption about it.

提交回复
热议问题