M10 Flashcards

Study for module 10 (GAN)

1
Q

GAN (Generative Adversarial Network)

A
  • made of two competing networks, each trying to beat the other
    • discriminator (determines whether an image is real or fake)
    • generator (generates fake images)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Adversarial machine learning

A

Technique in machine learning to fool a model by giving it “malicious” input. Not fixed by reducing overfitting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of adversarial attack

A
  • Fast gradient sign method
  • Better attack methods
  • Black box attack
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of GAN

A
  • Deep Convolutional GAN (DC GAN)
  • Conditional GAN (CGAN)
  • Least Square GAN (LSGAN)
  • Auxiliary Classifier GAN (ACGAN)
  • Dual Video Discriminator GAN (DVD GAN)
  • SRGAN
  • Cycle GAN
  • Info GAN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly