tensorflow - DNNClassifier predict sample -


based on tensorflow tutorial, see it's easy use dnnclassifier make basic class prediction given sample data. there way sample data given class?

specifically given example, can give class 2 , 4 points of data it'd associate flower of class.

the classifier exports keys other accuracy. using "scores" give score each example in each class, can loop on find max.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -