Image recognition project for Computational Intelligence classes in Python with Keras.
Dataset is from Cats and Dogs Breeds Classification Oxford Dataset: https://www.kaggle.com/zippyz/cats-and-dogs-breeds-classification-oxford-dataset
This project contains a simple VGG16 - like architecture to recognize images of cats and dogs.
The model was learnt and built from scratch. It has 82% accuracy, with 60 epochs.