Generative Adversarial Networks and TF-GAN (ML Tech Talks)

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 33

  • @jinzhizhang8597
    @jinzhizhang8597 3 года назад +5

    It's so helpful for a GAN beginning. I am still not understanding a lot of things, but got the right direction from this video.

  • @mahesh1234m
    @mahesh1234m 3 года назад +4

    Excellent content added in the last few days by Tensor flow team

  • @maxwellsdaemon7
    @maxwellsdaemon7 3 года назад +4

    The presenter is using the terms "high" and "low" entropy in a sense that is opposite to the usual interpretation of entropy. If the distribution is flat (equiprobable possibilities), that is characterized as high entropy. If the distribution has a sharp peak, that is described as low entropy.
    Edit: He got it right at first, then at 47:50 he switched usage.

    • @timoose3960
      @timoose3960 3 года назад +1

      Yes, I noticed this as well. Also, your name checks out ;)

  • @raj-nq8ke
    @raj-nq8ke 3 года назад

    Very good content and well explained and the application in beginning was too cool. I didn't expected this good video from google tf.

  • @keb785
    @keb785 Год назад

    Your presentation skill is awesome

  • @ra_XOr
    @ra_XOr 3 года назад

    That's too impressive!! Quite easy to grasp and to the point! .. Thanks Joel for such great efforts! :)

  • @oumski7529
    @oumski7529 2 года назад

    تحياتي الخالصة من الجزائر thank you very mutch

  • @bhesht
    @bhesht 3 года назад +1

    Fantastically explained!

  • @maxwellsdaemon7
    @maxwellsdaemon7 3 года назад

    In the superresolution example around 29:10, the presentation of the slide could have been better if he included an image of the downsampled version to compare with the results.

  • @jean-claudemelion6132
    @jean-claudemelion6132 2 года назад

    Superb video am beginner thanks a lot
    Jcm

  • @criscanto7040
    @criscanto7040 3 года назад +1

    Awesome!!! This makes it so easy to implement

  • @hiankun
    @hiankun 3 года назад +1

    Learnt a lot. Thank you for your time too. ;-)

  • @Tensordroid
    @Tensordroid 3 года назад

    Awesome Video, Enjoyed it !

  • @yaminadjoudi4357
    @yaminadjoudi4357 3 года назад

    thank you for this, why we did make the updates of weights in the second step of discriminator when it determines that the image is real? or it's the process that we should make SGD all time
    ?

  • @ABWXII
    @ABWXII 2 года назад

    hello sir can you tell me how to convert GANs generated dataset in to .jpg format??? please

  • @JBoy340a
    @JBoy340a 3 года назад +1

    Thanks. Very well done. And one of the best descriptions ever of the Inception Score

  • @yaminadjoudi4357
    @yaminadjoudi4357 3 года назад

    Thank you for this great work, please can I ask? What do you think about Modular neural networks implementation (MNN) for combing several models? what should I shoose PyTorch or TensorFlow? thank you once again

  • @maxwellsdaemon7
    @maxwellsdaemon7 3 года назад +1

    Also I was expecting brief explanations of how GANs were used in each application, for example how was superresolution achieved, or the image to image translation, with GANs. Not asking for detailed explanations, but insights would have been nice. Overall I did like this video though.

    • @CoolPage994
      @CoolPage994 2 года назад

      There are going to be a lot of lies and convoluted explanations to cover up for what GAN are really used for.
      Also it’s been around a lot longer than people think.
      The fact that they’re only talking about it now shows a pretty good bit of gate keeping.

  • @wumpuswumperson
    @wumpuswumperson 3 года назад +2

    nice work...please do some hands on code tutorials

  • @原志通
    @原志通 3 года назад

    Thank you, is there any tutorial about tf-gan for time series data set ?

    • @neelkanthbhavnagarwala6001
      @neelkanthbhavnagarwala6001 2 года назад

      hello I m new to GAN can you help me for how to implement simple handwritten digit task using TF-gan framework??

  • @lion795
    @lion795 3 года назад

    Superb!

  • @imranullah3097
    @imranullah3097 2 года назад +1

    I can't find the easy implementation of TF-gan. This is not developer friendly

  • @yanayush
    @yanayush 3 года назад

    Very interesting Thank YOU!

  • @chromosome24
    @chromosome24 3 года назад

    40:10 so guess and check bootstrapping

  • @windigo000
    @windigo000 3 года назад +1

    i'll probably never understand this... interesting video. thx

    • @criscanto7040
      @criscanto7040 3 года назад +2

      I thought the same 5 years ago! Just keep going, youll eventually get it.

  • @fahemhamou6170
    @fahemhamou6170 2 года назад +1

    تحياتي

  • @CoolPage994
    @CoolPage994 2 года назад

    The real use is generating pictures to cover up peoples identities.
    Military has already been using it for awhile.
    Face swap filters are way more powerful than you think.
    The face swap filters on snap and IG are intentionally of low quality.
    The real stuff they are using is way more powerful and almost always believable.
    But I imagine when this was released 4 years ago…
    They want the Reddit/Twitter/Science clickbait nerd consensus to be worried about “it has feelings”
    So they miss the point and implications of what GAN is really doing.
    It’s been in Military use since 2014. And that’s just the stuff that we know about.

  • @MrMIB983
    @MrMIB983 3 года назад +1

    SAGAN is no longer SOTA, you guys need to update your references. You should be talking about StyleGAN2-ADA or VQ-GAN.

  • @bender2752
    @bender2752 3 года назад

    subclassing tf.estimator is very painful while we can use tf.keras...