Deep Learning_Loss Functions
A loss function is a function L:(z,y)∈R×Y⟼L(z,y)∈R that takes as inputs the predicted value z corresponding to the real data value y and outputs how different they are.
The common loss functions are summed up in the table below:
Least squared errorLo...
sarashahin.hashnode.dev1 min read