Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 437 Bytes

Masked Autoregressive Flow - Tensorflow

This repository's aim is to adapt G. Papamakarios' maf classes to from Theano to Tensorflow in order to use them in a future.

The classes to be adapted are:

  • MADE: Masked Autoregressive for Distribution Estimation.
  • MAF: Masked Autoregressive Flow.

Aside from this, also training functions and their conditional counterparts will be implemented.