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

https://github.com/yeonghyeon/draw-mnist


https://github.com/yeonghyeon/draw-mnist

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# DRAW: Deep Recurrent Attentive Writer

Implementation of DRAW using Tensorflow.

## Requirements
* Python 3.5.2
* Tensorflow 1.4.0
* Numpy 1.13.3
* Scipy 1.2.0
* Matplotlib 3.0.2

## Usage
Just run the following command in the terminal.
```
$ python run.py
$ python run.py --help // for confirming the option
```

## Results
Following figures are sequentially generated by DRAW for each epoch.

## Without attention













Epoch 0














Epoch 500














Epoch 1000



## With attention













Epoch 0














Epoch 500














Epoch 1000



## Reference
* [DRAW: Deep Recurrent Attentive Writer](https://arxiv.org/abs/1502.04623)

## Author
YeongHyeon Park