zoukankan      html  css  js  c++  java
  • 李宏毅 2018最新GAN课程 class 3 Theory behind GAN

     

     

     

     Too much limitation of Gaussian model. The images are too blurry. So any general model?

    But if PG(x;θ) is a neural network, it's impossible to calculate the likelihood. ????

     

     We don't know the formulation of PG and Pdata, so how to calculate the divergence???? ---->>> discriminator!!!

     

     

    V(G,D) = maximum the output if data come from Pdata, and maximum the output of data from PG. --- >>> this process is identical to a binary classifier

     

     

     

    不是minima 和 saddle point

    而是maxima

     

     

     

     

     

    even if L(G) is not differentiable (a Max operation), the derivative is computable.

     

     

    Tip:

    Train D as much as possible

    Train G only to a moderate level

     

      

     

    the results are actually similar......

      

     

     

    green point is true data, blue point is from genrator

     https://www.youtube.com/watch?v=ebMei6bYeWw

     

    Some one would argue that discriminator shouldn't initialize with the last discriminator, but the operation also sounds reasonable on another perspective.

    Some one in a paper shows that the performance increases if the samples come from current and past generators, although it may not sound reasonable.

  • 相关阅读:
    基于k8s搭建微服务日志收集中心
    分析java堆内存满时那些类占用内存居多
    yizimi 在 DMG 的板子库 (数据结构与算法)
    Contest 3/14
    基础算法训练1
    图论基础训练
    2021.03.09随笔
    树莓派 4B 安装 openEuler
    Docker 学习准备
    关于备案第二个服务器时遇到的问题
  • 原文地址:https://www.cnblogs.com/ecoflex/p/9040918.html
Copyright © 2011-2022 走看看