Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/d12aef74d87ac6e32b483abd6ededaad to your computer and use it in GitHub Desktop.
Save Tathagatd96/d12aef74d87ac6e32b483abd6ededaad to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
from tensorflow.contrib.layers import fully_connected
mnist=input_data.read_data_sets("/MNIST_data/",one_hot=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment