Following the iris classification problem in Tensorflow tutorials, I am trying to build a DNN classifier model for recognizing characters written in my handwriting. Came across doubts regarding the test data.
I assume that in normal machine learning test data is given as unlabelled. Why in tensorflow, test data should also be labelled? Is there any method to input unlabelled test data using DNN classifier or any other classifier in tensorflow?