Skip to content

clinicalml/dgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Generative Model

This contains the Torch Implementation of a Deep Generative Model trained using Stochastic Backpropagation. The model is trained on the GPU with binarized MNIST.

Requirements

Torch installed with cunn

Some miscellaneous lua packages installed from: https://raw.githubusercontent.com/rahulk90/helper-files/master/install_torch_deps.sh

Learning the Model

Run th train.lua

Uses display (https://github.com/szym/display) to show samples and reconstruction to a browser display

References

Auto-Encoding Variational Bayes http://arxiv.org/abs/1312.6114

Stochastic Backpropagation and Approximate Inference in Deep Generative Models http://arxiv.org/abs/1401.4082

See also: https://github.com/y0ast/VAE-Torch

About

Deep Generative Model (Torch)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages