Learn Before
Concept
Deep Convolutional GANs (DCGANs)
DCGANs are an improvement of GANs. They are more stable and generate higher quality images. In DCGAN, batch normalization is done in both networks, i.e the generator network and the discriminator network. They can be used for style transfer. For example, you can use a dataset of handbags to generate shoes in the same style as the handbags.
0
1
Updated 2021-03-22
Tags
Data Science