Skip to content

Instantly share code, notes, and snippets.

@yoel-zeldes
Last active May 6, 2018 05:22
Show Gist options
  • Save yoel-zeldes/2567854218191ee99f03915e89c74539 to your computer and use it in GitHub Desktop.
Save yoel-zeldes/2567854218191ee99f03915e89c74539 to your computer and use it in GitHub Desktop.
import tensorflow as tf
import numpy as np
import matplotlib.pyplot as plt
np.random.seed(41)
tf.set_random_seed(41)
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment