Gentle Intro to Generative Adversarial Networks - Part 1 (GANs)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 14

  • @jlee-mp4
    @jlee-mp4 10 หลายเดือนก่อน

    Man you explain things so freaking sharply, in ways no one thinks of - this should have at least 500k views

  • @oostopitre
    @oostopitre 4 ปีที่แล้ว +6

    Thank you, this was one of the most intuitive understanding of GANs.

  • @minhazbinfarukee4853
    @minhazbinfarukee4853 ปีที่แล้ว +1

    The explanation is outstanding. Thanks a lot!

  • @HazemAzim
    @HazemAzim 2 ปีที่แล้ว

    wonderful GAN intro

  • @srivastava_prateek
    @srivastava_prateek 4 ปีที่แล้ว +1

    Awesome explanation Dude

  • @jlee-mp4
    @jlee-mp4 8 หลายเดือนก่อน

    “A neural network can learn any function, including the probability distribution of images of faces.” Woah

  • @archanamaurya89
    @archanamaurya89 3 ปีที่แล้ว

    Hi, can you also make a video on the Universal Approximation Theorem?

  • @lostindixie
    @lostindixie 3 ปีที่แล้ว +1

    Great

  • @MajorasMaskMailman
    @MajorasMaskMailman 3 ปีที่แล้ว +2

    Damn this shit is cool

  • @SanjaySingh-qf4tk
    @SanjaySingh-qf4tk 3 ปีที่แล้ว

    Sir can we use gan for speech enhancement

  • @lleon2105
    @lleon2105 5 ปีที่แล้ว

    Nice intro! Do you have a second part?

    • @welcomeaioverlords
      @welcomeaioverlords  5 ปีที่แล้ว +1

      Thanks! And yes: Understand the Math and Theory of GANs in ~ 10 minutes th-cam.com/video/J1aG12dLo4I/w-d-xo.html

    • @nancyjones7932
      @nancyjones7932 3 ปีที่แล้ว

      What is the purpose of creating GANs?

    • @douwehuysmans5959
      @douwehuysmans5959 ปีที่แล้ว

      @@nancyjones7932 It's to use a discriminator, which is what you already know as a classifier to train a generator, something that can create data, for example something that can create images. The better the discriminator the better the generator.
      One very important implication of this is that if you've made a model / algorithm to detect deepfakes, then this model / algorithm can be used to improve a generator to the point that your discriminator won't be able to tell the difference.
      Conversely, if you have a very good generator, you can use it to rapidly create a labeled dataset which you can use to train a discriminator / classifier.