cats, a common machine learning task is to ``classify'' data, that is, to make a judgment about what class it belongs to. An especially difficult classification problem involves images. A special kind of technique for this problem is known as a convolutional neural network, which is able to identify specific features that show up in related images. This project involves running a keras program that tries to determine whether a picture is a cat or a dog. Your task would be to explain how the program works, and what special features of a convolutional neural network make it possible to sort the images.
The notes: