peteykun / GSN

Implementation of Generative Stochastic Networks in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package contains an implementation of the experimental results in the following two papers:

Setup

Install TensorFlow

Information for setting up TensorFlow can be found in the official documentation.
The implementation has been tested with version r0.7 of TensorFlow running on Python 2.7.

Running the Experiments

  1. To run a one layer Generalized Denoising Autoencoder with a walkback procedure (paper [2])

     python dae_walkback.py
    
  2. To run a one layer Generalized Denoising Autoencoder without a walkback procedure (paper [2])

     python dae_no_walkback.py
    
  3. To run a Generative Stochastic Network (paper [1])

     python gsn.py
    

About

Implementation of Generative Stochastic Networks in TensorFlow


Languages

Language:Python 100.0%