#010 Developing a DCGAN for CIFAR-10 Dataset
Highlights: In the previous post, we built a Deep Convolutional Generative Adversarial Network (DCGAN) for the MNIST Handwritten Digit Dataset. Taking forward the encouraging results we displayed in the previous chapter, let us build our first DCGAN model using the standard small image dataset, CIFAR-10. By using a small and already well-understood dataset such as CIFAR-10, we can speed up the development and training of our model so that we are can focus more on…
Read more