Created
June 8, 2020 03:24
-
-
Save eustin/86b923c6ca8c419dd71dc16b09a14bdf to your computer and use it in GitHub Desktop.
This file contains hidden or 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 random | |
random.seed(1) | |
import numpy as np | |
np.random.seed(1) | |
import itertools | |
import matplotlib.pyplot as plt | |
plt.style.use('ggplot') | |
import tensorflow as tf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment