/tensorflowCNNfromTrainingToTesting

This is a very Simple example of showing how to build image dataset from your own collection of images, how to train multiple class classifier using tensorflow CNN and how to predict the class of an object in an unseen image. This code is designed so that a newbie user become able to train a tensorflow CNN model using his limited CPU resources. By loading small batches of images in the HDF5 data format is the key for doing so.

Primary LanguagePython