- Hands-On Generative Adversarial Networks with Keras
- Rafael Valle
- 109字
- 2021-06-24 14:33:57
Real and fake data
Real and fake are the terms used to refer to the data used in GANs. Real refers to the data that comes from the distribution we want to learn, and fake refers to the data produced by the generator. In most GAN use cases, the training procedure builds a decision boundary between all real data and all fake data.
In cases where there is not enough data, triplet loss learning can be used so that the discriminator also learns to differentiate between the target real data and non-target real data. This approach has been used in the paper Attacking Speaker Recognition with Deep Generative Models.
推薦閱讀
- Instant Raspberry Pi Gaming
- Canvas LMS Course Design
- Design for the Future
- 21天學(xué)通PHP
- Hands-On Cloud Solutions with Azure
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- DevOps Bootcamp
- 智能生產(chǎn)線的重構(gòu)方法
- 電腦日常使用與維護(hù)322問
- 大數(shù)據(jù)技術(shù)基礎(chǔ):基于Hadoop與Spark
- C++程序設(shè)計基礎(chǔ)(上)
- 典型Hadoop云計算
- Flash CS3動畫制作
- 大數(shù)據(jù):從基礎(chǔ)理論到最佳實(shí)踐
- Hands/On Kubernetes on Azure