Created
January 17, 2018 17:36
-
-
Save ericjang/976f9b1f81730f4d484c9e6e428ec232 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import matplotlib.pyplot as plt | |
import tensorflow as tf | |
tfd = tf.contrib.distributions | |
tfb = tfd.bijectors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment