Tagged in

Autoencoder

Machine Learning World
Machine Learning World
The best about Machine Learning, Computer Vision, Deep Learning, Natural language processing and other.
More information
Followers
5.5K
Elsewhere
More, on Medium

RBM based Autoencoders with tensorflow

Recently I try to implement RBM based autoencoder in tensorflow similar to RBMs described in Semantic Hashing paper by Ruslan Salakhutdinov and Geoffrey Hinton. It seems that with weights that were pre-trained with RBM autoencoders should converge faster. So…