What is: GAN Least Squares Loss?
Source | Least Squares Generative Adversarial Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
GAN Least Squares Loss is a least squares loss function for generative adversarial networks. Minimizing this objective function is equivalent to minimizing the Pearson divergence. The objective function (here for LSGAN) can be defined as:
where and are the labels for fake data and real data and denotes the value that wants to believe for fake data.