当前位置:网站首页>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
边栏推荐
- The principle is simple, but I don't know how to use it? Understand "contemporaneous group model" in one article
- [set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)
- 音频焦点系列:手写一个demo理解音频焦点与AudioMananger
- XML Configuration File
- Yolov5 model construction source code details | CSDN creation punch in
- Basic introduction of redis and explanation of eight types and transactions
- 1095 cars on campus (30 points)
- "Pthread.h" not found problem encountered in compiling GCC
- Principles of BTC cryptography
- C language program ideas and several commonly used filters
猜你喜欢

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

【实战项目】自主web服务器

5-36v input automatic voltage rise and fall PD fast charging scheme drawing 30W low-cost chip

Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
![[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)](/img/c2/87358af6b2b2892a6eceb751b3b60c.jpg)
[set theory] relation properties (transitivity | transitivity examples | transitivity related theorems)

leetcode406. Rebuild the queue based on height

Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南

es7创建索引容易犯的错误
随机推荐
[research materials] annual report of China's pension market in 2021 - Download attached
Shuttle + alluxio accelerated memory shuffle take-off
Gbase8s composite index (I)
Chapter II program design of circular structure
[basic grammar] Snake game written in C language
XML Configuration File
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
Go practice -- closures in golang (anonymous functions, closures)
1106 lowest price in supply chain (25 points)
6.23星期四库作业
[research materials] 2021 China's game industry brand report - Download attached
Introduction to redis and explanation of data types
1115 counting nodes in a BST (30 points)
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
Intégration profonde et alignement des séquences de protéines Google
Go practice - gorilla / handlers used by gorilla web Toolkit
Web APIs exclusivity
ES7 easy mistakes in index creation
JS function algorithm interview case
es7创建索引容易犯的错误