Created
February 23, 2018 09:00
-
-
Save amirhfarzaneh/2ee1901a08f453eac0b57b225f4793ae 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
from __future__ import absolute_import | |
from __future__ import division | |
from __future__ import print_function | |
# Imports | |
import numpy as np | |
import tensorflow as tf | |
import matplotlib.pyplot as plt | |
tf.logging.set_verbosity(tf.logging.INFO) | |
%matplotlib inline | |
np.random.seed(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment