Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The use of GAN #1

Open
Zengjie12 opened this issue Dec 28, 2018 · 1 comment
Open

The use of GAN #1

Zengjie12 opened this issue Dec 28, 2018 · 1 comment

Comments

@Zengjie12
Copy link

Zengjie12 commented Dec 28, 2018

Dear author:
I am a new learner for generative adversarial networks.I am very interested in your research.Here,I want to ask you for some question about GAN:
1.I do not clearly know what the GAN used to do?I guess that it is used to generated what the good paper.
2.What the methods you have used to classify the paper which is good or not?
3.Do you consider that GAN can be used to the simple binary classification problem,which means just learn datas and predict it belongs to 0 or 1?
I am sorry to bother you to ask the primary question.I am very appreciated that you can answer my question.

@jbhuang0604
Copy link
Contributor

  1. You can check out the 2016 tutorial on GAN: https://www.youtube.com/watch?v=HGYYEUSm-0Q
  2. Just finetuning ResNet-18 on the Computer Vision Paper Gestalt dataset
  3. Yes, when you train a GAN you will also learn a discriminator that classify whether a paper is real or not. However, this discriminator does not aim to classifier whether a paper is good or bad.

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants