Skip to content

Instantly share code, notes, and snippets.

@Tathagatd96
Created August 27, 2018 20:04
Show Gist options
  • Save Tathagatd96/fc97eb8703aab0969320023cceaaa218 to your computer and use it in GitHub Desktop.
Save Tathagatd96/fc97eb8703aab0969320023cceaaa218 to your computer and use it in GitHub Desktop.
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