Skip to content

ANLGBOY/MADE-with-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Masked Autoencoder for Distribution Estimation(MADE) for MNIST

PyTorch implementation of MADE for MNIST

Description

This is implementation of Masked Autoencoder for Distribution Estimation(MADE). To facilitate sampling numbers, I used one-hot encoding of numbers as additional input. The shape of input is batch size * 794 (not 784). This implementation includes direct connection between input and output and connectivity-agnostic training. But i didn't implement order-agonostic training.

Results

The following results were obtained with the default setting. (command: python made.py)

Reconstruction Sampling

References

The implementation is based on:
[1] https://arxiv.org/abs/1502.03509

About

MADE:Masked-Autoencoder-for-Distribution-Estimation-using-PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages