#concept
What is loss and a loss function in training neural networks, and their types? ? Loss is a scalar (single number) that measures how well output of neural net matches expected results during training. Loss function is used to calculate loss. The goal of training is to minimize loss. 0 is better