Classification of Dog Breeds with Neural Networks
Overview We’ll examine data from the Stanford Dogs dataset to attempt building a neural network that can classify dogs by breed. For this purpose, we’ll use Keras with Tensorflow as a backend, all running on Google Colab. After training our network and (hopefully achieving some accuracy) we’ll apply our predictor to some of the dogs in my life. With 120 difference breeds represented in the data set, we should temper our expectations of how accurate our system will be.