Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #IMPORTING required Libraries
  2. import numpy as np
  3. import tensorflow as tf
  4. from tensorflow.examples.tutorials.mnist import input_data
  5. #Reading MNIST DataSet
  6. mnist = input_data.read_data_sets("MNIST_data/", one_hot=True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement