Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple GAN Implementation in Python

This project demonstrates a simple implementation of a Generative Adversarial Network (GAN) in Python using a basic architecture. The GAN is trained to generate synthetic data/images, and the results showcase the evolution of generated outputs as training progresses.

Features

  • Simple GAN architecture: A generator and discriminator implemented from scratch.
  • Trains on a basic dataset and outputs generated samples.
  • Customizable hyperparameters for learning rate, epochs, etc.

Prerequisites

  • Python 3.8+
  • Libraries: TensorFlow, NumPy, Matplotlib (see requirements.txt for details)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/GAN-Project.git
    cd GAN-Project

About

A simple implementation of a Generative Adversarial Network (GAN) using Python for the MNIST Fashion Dataset. This project demonstrates the basics of GANs, including building a generator and discriminator from scratch, training on sample data, and visualizing generated outputs over time.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages