Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musyoku/LSGAN

Chainer implementation of Least Squares GAN (LSGAN)
https://github.com/musyoku/LSGAN

dcgan gan lsgan

Last synced: 2 months ago
JSON representation

Chainer implementation of Least Squares GAN (LSGAN)

Awesome Lists containing this project

README

        

## Least Squares GAN

- Code for the [paper](https://arxiv.org/abs/1611.04076)
- [実装について](http://musyoku.github.io/2017/03/06/Least-Squares-Generative-Adversarial-Networks/)

### Requirements

- Chainer

## Mixture of Gaussians Dataset

![image](https://github.com/musyoku/musyoku.github.io/blob/master/images/post/2017-03-06/gaussian.png?raw=true)

## MNIST

generated images

![image](https://github.com/musyoku/musyoku.github.io/blob/master/images/post/2017-03-06/mnist_new.png?raw=true)

## Animeface Dataset

generated images

![image](https://github.com/musyoku/musyoku.github.io/blob/master/images/post/2017-03-06/anime.png?raw=true)

analogies

![image](https://github.com/musyoku/musyoku.github.io/blob/master/images/post/2017-03-06/anime_analogy.png?raw=true)