|
Is the generally accepted method for using neural networks for a regression task simply to change the output layer activation functions to linear functions? Or is there a more common/accepted method to perform regression using neural networks. |
|
Linear output activations with a squared error loss is the standard approach. Yeah I think so, too.
(Jun 03 '11 at 03:55)
Andreas Mueller
|