/GAN-70-Lines-of-Julia

A Knet implementation of MLP GAN for MNIST data.

Primary LanguageJupyter NotebookMIT LicenseMIT

Generative Adversarial Networks

An 70 lines Knet implementation of MLP GAN for MNIST data.

Usage

Install require packages:

Pkg.add("ImageMagick")
Pkg.add("Knet")

Currently, the latest version of Knet is required to run this, get it via:

Pkg.checkout("Knet")

Run the gan:

julia gan.jl

Generations

Alt text