tensornn.loss.MSE

tensornn.loss.MSE

Methods

calculate

The loss function is used to calculate how off the predictions of the network are.

derivative

Used in backpropagation which helps calculates how much each neuron impacts the loss.

source

alias of MeanSquaredError