Skip to content

Instantly share code, notes, and snippets.

@amirhfarzaneh
Created February 23, 2018 09:00
Show Gist options
  • Save amirhfarzaneh/2ee1901a08f453eac0b57b225f4793ae to your computer and use it in GitHub Desktop.
Save amirhfarzaneh/2ee1901a08f453eac0b57b225f4793ae to your computer and use it in GitHub Desktop.
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