mwdchang / tfjs-gan

Simple GAN example using tensorflow JS core

Home Page:https://mwdchang.github.io/tfjs-gan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorflowJS GAN

A Generative Adversarial Network example generating hand-written digits, using just TensorflowJS APIs and vanilla javascript.

Source files

  • index.html: UI
  • gan.js: GAN code and hyper params
  • image-util.js: Image utility
  • data.js: Used to load MNIST dataset into compatible tensors, taken from tensorflow examples.
  • weights.js: Pre-trained weights/biases for the Generator.

About

Simple GAN example using tensorflow JS core

https://mwdchang.github.io/tfjs-gan/


Languages

Language:JavaScript 69.0%Language:HTML 29.2%Language:CSS 1.8%