Created
August 27, 2018 20:04
-
-
Save Tathagatd96/fc97eb8703aab0969320023cceaaa218 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 tensorflow as tf | |
import numpy as np | |
import matplotlib.pyplot as plt | |
from tensorflow.examples.tutorials.mnist import input_data | |
mnist=input_data.read_data_sets("MNIST_data") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment