• Stars
    star
    1,497
  • Rank 30,287 (Top 0.7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch

Generative Adversarial Notebooks

Collection of my Generative Adversarial Network implementations

Most codes are for python3, most notebooks works on

CycleGAN

  • CycleGAN-lasagne
  • CycleGAN-keras

CycleGAN results

Result after 3 hours and 58 epochs on a GTX 1080. From top to bottom: Input, Fake, Recreate of the input.

Face-off result. From top to bottom: Input, Fake, Recreate of the input. [youtube video](https://www.youtube.com/watch?v=Fea4kZq0oFQ)

pix2pix

  • pix2pix-keras: pix2pix GAN Keras implementation
  • pix2pix-lasagne: pix2pix GAN Lasagne implementation
  • pix2pix-torch: pix2pix GAN pytorch implementation

pix2pix sample results

Validation result of edges-to-shoes after 12 epochs. From top to bottom: Input, Ground truth, the result.

Validation result of facades dataset after 150 epochs using resnet. From top to bottom: Input, Ground truth, the result.

WGAN on CIFAR10

WGAN2 (improved WGAN/WGAN-gp)

  • wgan2-lasagne: improved WGAN Lasagne implementation (on CIFAR10)
  • wgan2-keras: improved WGAN Keras implementation (on CIFAR10)
  • wgan2-lasagne-anime: WGAN on anime face images, lasagne
  • wgan2-AC-lasagne: improved WGAN Lasagne implementation with Auxillary classfier

WGAN2 sample results

  • cifar10 dataset

  • cifar10 dataset with Auxillary classfier

  • anime face dataset

InfoGAN

  • mnist-infogan: InfoGAN Lasagne on MNIST dataset
  • mnist-infogan-paper-uniform: InfoGAN Lasagne on MNIST dataset (fllowing the paper implementation)

InfoGAN sample results

DCGAN

  • dcgan-lasagne: DCGAN in Lasagne

DCGAN sample results

More Repositories

1

xnes

javascript SNES emulator
C++
214
star
2

awesome-tw-foss

A curated list of awesome Taiwan open source projects
87
star
3

play_nsfw

play yahoo's Open NSFW
Jupyter Notebook
49
star
4

pcsxjs

javascript port of PCSX
C
47
star
5

translatePDF

Convert Simplized Chinese PDF to Traditional Chinese PDF
Python
43
star
6

Quick-Neural-Art-Transfer

Theano/Lasagne based Neural artistic style transfer with Kivy GUI
Jupyter Notebook
42
star
7

gh_show

JavaScript
32
star
8

Flappy-Turtle

Flappy Bird Clone Python Turtle Tutorial
Python
26
star
9

HackNTU_Data_2017

Class material for HackNTU Data course
Jupyter Notebook
16
star
10

tensorflow-tutorial

Jupyter Notebook
15
star
11

NCTU_DeepLearning

Jupyter Notebook
14
star
12

GAN_Tutorial

Jupyter Notebook
13
star
13

ck101fs

ck101 filesystem
Python
13
star
14

NCTU_IOG5017

Jupyter Notebook
12
star
15

tf-keras-tutorial

Jupyter Notebook
9
star
16

WebKitGtkKindleDXG

WebKitGtk port on Kindle DX Graphite
C
8
star
17

Fractran

Javascript implementation of Fractran
JavaScript
7
star
18

NCTU_Private_DeepLearning

Jupyter Notebook
6
star
19

AsusWebStorage

Python API of Asus WebStorage service, and a fuse file system
Python
6
star
20

EyePython

Floating window variable watcher for IPython Notebook
Python
6
star
21

snes9x-3d

snes9x + stereoscopic graphics
6
star
22

math-can-see-dimensions

slides of a math talk targeting general public
Jupyter Notebook
5
star
23

tf-play

Jupyter Notebook
5
star
24

mental_poker

Python
4
star
25

NeuralNetwork-Jobspace-slides

slides for Jobspace talk
Jupyter Notebook
4
star
26

stylegan2_workshop

Jupyter Notebook
4
star
27

KindleChewing

Chewing Chinese Input Method for Kindle DX
C
4
star
28

tjw_ipynb

My .ipynb
Jupyter Notebook
4
star
29

Neural-Matching

Jupyter Notebook
4
star
30

CrashCourseML

Jupyter Notebook
3
star
31

PyDPTS1

DPT S1 display viewer
Python
3
star
32

AICA30019

Data Science Software and Computation Experiments
Jupyter Notebook
3
star
33

DIY_AI

Jupyter Notebook
3
star
34

rl

Jupyter Notebook
3
star
35

NDHU_AM1130

Jupyter Notebook
2
star
36

h4-talk-2016-04-21

Jupyter Notebook
2
star
37

notes

2
star
38

acer-stream-minimal-kernel

C
2
star
39

numpy_tutorial

Jupyter Notebook
2
star
40

nccu_pyday_2020

Repo for NCCU PyDay 2020
Jupyter Notebook
2
star
41

ComputerVisionWorkshop

Code for Computer Vision Workshop
Jupyter Notebook
1
star
42

cuda_tutorial

Cuda
1
star
43

DataScienceSoftware

NYCU Data Science Software and Computation Experiments Course repo
Jupyter Notebook
1
star
44

ETC_math

Jupyter Notebook
1
star
45

LinearAlgebra

Jupyter Notebook
1
star
46

Animation-with-Identical-Statistics

Animation with Identical Statistics
Jupyter Notebook
1
star
47

PythonTutorial

Python Tutorial
Python
1
star
48

PlayVideoData

PlayVideoData IPython Notebook Executable Slides
JavaScript
1
star
49

tjwei.github.io

tjwei page
HTML
1
star
50

geekpy

Geekpy python programming competition
Python
1
star