- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 181字
- 2021-07-02 13:38:44
Objective functions
To create a generator network that generates images that are similar to real images, we try to increase the similarity of the data generated by the generator to real data. To measure the similarity, we use objective functions. Both networks have their own objective functions and during the training, they try to minimize their respective objective functions. The following equation represents the final objective function for GANs:
In the preceding equation, is the discriminator model,
is the generator model,
is the real data distribution,
is the distribution of the data generated by the generator, and
is the expected output.
During training, D (the Discriminator) wants to maximize the whole output and G (the Generator) wants to minimize it, thereby training a GAN to reach to an equilibrium between the generator and discriminator network. When it reaches an equilibrium, we say that the model has converged. This equilibrium is the Nash equilibrium. Once the training is complete, we get a generator model that is capable of generating realistic-looking images.
- Deep Learning Quick Reference
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- ROS機器人編程與SLAM算法解析指南
- Hands-On Cybersecurity with Blockchain
- 完全掌握AutoCAD 2008中文版:綜合篇
- C語言開發技術詳解
- CompTIA Linux+ Certification Guide
- 高維聚類知識發現關鍵技術研究及應用
- Hands-On Data Warehousing with Azure Data Factory
- 基于RPA技術財務機器人的應用與研究
- Natural Language Processing and Computational Linguistics
- 巧學活用Photoshop
- Hands-On Artificial Intelligence for Beginners
- 單片機硬件接口電路及實例解析
- SQL語言與數據庫操作技術大全