Skip to content

hongzhi2015/keras_odds_and_ends

 
 

Repository files navigation

keras odds and ends

Stacked what where autoencoders in tensorflow and keras.

mnist_swwae-tf.py, tensorflow compatible version of mnist_swwae.py from https://github.com/fchollet/keras/blob/master/examples/mnist_swwae.py

mnist_swwae-pure-tf.py, same as above but uses pure tensorflow, no keras.

mnist_swwae-pure-tf-paper.py, uses pure tensorflow but implements L2M error terms not computed in the above better matching derivation in paper [1].

[1] Stacked What-Where Auto-encoders Junbo Zhao, Michael Mathieu, Ross Goroshin, Yann LeCun https://arxiv.org/abs/1506.02351

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%