/gan-from-scratch-only-numpy

This repo contains the code and explanation on how to write a GAN from scratch without using any ml libraries. -------------- Focus: GAN

Primary LanguageJupyter Notebook

Gan-from-scratch

This repo contains the code for a gan that has been written from the ground up without using any machine learning frameworks like Tensorflow or Torch!

Images generated from random noise / latent features:

( for more info on the gan, read the ipynb notebook. It contains information oh how to use a single nn class as a classifier, generator and a discriminator and also info on how to backpropagate through stacked fully connected neural networks)