I am new to Neural Networks and went through the MNIST example for beginners.
I am currently trying to use this example on another dataset from Kaggle that does not
prediction=tf.argmax(y,1) print prediction.eval(feed_dict={x: mnist.test.images}).
For more details, check out https://github.com/tensorflow/tensorflow/issues/97