- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 55字
- 2025-04-04 14:27:55
Loss functions
A loss function, also known as a cost function, is a function that maps an event or values of one or more variables onto a real number intuitively representing some cost associated with the event. We will cover the following three loss functions in this chapter:
- L1 Loss
- L2 Loss
- Categorical Crossentropy Loss