Multi-Class Image Classification Deep Learning Template v1 using TensorFlow

As I work on practicing and solving machine learning (ML) problems, I repeatedly find myself repeating a set of steps and activities.

Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a set of project templates that I use to experiment with modeling ML problems using Python and TensorFlow.

Version 1 of the TensorFlow multi-class image classification template contains structures and features like the TensorFlow templates used for tabular data. The image classification template was designed to take a deep learning modeling exercise from beginning to end.

You will find the Python templates on the Machine Learning Project Templates page.