Cv

Popular loss functions

In this post I will note some popular loss function using for training neural network. The last part reviews some loss functions presented in popular papers for object detection.

1. What is the loss function?

Loss function (or objective function) decide how well the output of a neural network. Rely on loss function, optimizer does the corresponding way to train the weight factors, or together with other parameters (as learng rate, batch size, weight initialization, data preprocessing, etc) it know somehow to adjust weight factors to get the optimized values to reach the designed target.

Continue reading