当前位置:网站首页>Gan network thought
Gan network thought
2022-07-03 05:17:00 【Qianyu QY】
GAN The network is composed of generators generator Discriminator discrimator form :
- The generator inputs random noise of fixed length , Output fixed size image ( That is, fake pictures );
- Discriminator input image , The probability that the output image is a true image .
Connect the generator and the discriminator end to end to form a large network , The input is random noise , The probability that the output image is a true image ( This image can be generated by the generator , It can also be an image manually input to the discriminator ).
The training process :
- First, fix it generator , Input random noise , Input the false graph output by the generator and the same number of true graphs into the discriminator , The training tab corresponds to the input : False picture -0, True picture -1; Training discriminator only , The result of training is that the discriminator can distinguish the true graph from the very poor false graph ;
- then , Hold on Judging device , Input noise to the generator , Send the generated false graph to the discriminator , The label of the discriminator is : False picture -1, Training network ( Because the discriminator is fixed , Therefore, the training result is that the generator gradually improves its ability to fake , So that the discriminator that can only distinguish very poor false images cannot distinguish that the output image of the generator is a false image );
- Repeat the above two steps , Generators and discriminators iterate continuously to improve performance , Finally, the output image of the generator reaches the point that human eyes cannot distinguish .

Image source :https://www.leiphone.com/news/201706/ty7H504cn7l6EVLd.html
边栏推荐
- 最大连续子段和(动态规划,递归,递推)
- College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
- 在PyCharm中配置使用Anaconda环境
- [set theory] relationship properties (common relationship properties | relationship properties examples | relationship operation properties)
- Rust基础入门之(基本类型)
- "Hands on deep learning" pytorch edition Chapter II exercise
- [backtrader source code analysis 4] use Python to rewrite the first function of backtrader: time2num, which improves the efficiency by 2.2 times
- Go practice - gorilla / handlers used by gorilla web Toolkit
- About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
- Compile and decompile GCC common instructions
猜你喜欢
![[research materials] annual report of China's pension market in 2021 - Download attached](/img/24/622aeeb38de16ac84128b362ceeddb.jpg)
[research materials] annual report of China's pension market in 2021 - Download attached

Botu uses peek and poke for IO mapping

2022-02-11 daily clock in: problem fine brush

Use posture of sudo right raising vulnerability in actual combat (cve-2021-3156)

谷歌 | 蛋白序列的深度嵌入和比对

联想R7000显卡的拆卸与安装

Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément

6.23星期四库作业

Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn

leetcode435. Non overlapping interval
随机推荐
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
Botu uses peek and poke for IO mapping
Use posture of sudo right raising vulnerability in actual combat (cve-2021-3156)
JS string and array methods
Bluebridge cup real topic 2020 palindrome date simulation construction provincial competition
Deep embedding and alignment of Google | protein sequences
Actual combat 8051 drives 8-bit nixie tube
1115 counting nodes in a BST (30 points)
BTC-密码学原理
JS scope
联想R7000显卡的拆卸与安装
1095 cars on campus (30 points)
The IntelliJ platform completely disables the log4j component
1087 all roads lead to Rome (30 points)
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
Handler understands the record
[Yu Yue education] basic reference materials of interchangeability and measurement technology of Zhongyuan Institute of Technology
Pan details of deep learning
es7创建索引容易犯的错误
(perfect solution) how to set the position of Matplotlib legend freely