Dog-Cat Identifier
Using the CIFAR-10 dataset and TensorFlow, I developed a convolutional neural network that was able to correctly distinguish between images of dogs and cats ~75% of the time. To achieve this result, I filtered the dataset to include only dogs and cats, and then trained three convolutional layers, two max pooling layers, and three dense layers.credit to brown cs 1470, fall 2021