Skip to content
/ GSN Public

Implementation of Generative Stochastic Networks in TensorFlow

Notifications You must be signed in to change notification settings

peteykun/GSN

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages