You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a basic Generative Adversarial Network (GAN) using TensorFlow. The model generates realistic images of handwritten digits. I trained the generator and discriminator models on the MNIST dataset. This project helped me understand GANs, loss functions, and training loops.