Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 705 Bytes

readme.md

File metadata and controls

14 lines (13 loc) · 705 Bytes

An implementation for MADE: Masked Autoencoder for distribution estimation

  1. Data: Download and preprocessing
  1. Implement: Implement in MADE_pytorch.ipynb. All libs in this implementation are in the top line of codes.
  2. Ref: https://arxiv.org/abs/1502.03509 https://github.com/karpathy/pytorch-made http://bjlkeng.github.io/posts/autoregressive-autoencoders/ ... (See more at the end of the report)