Pet Classification
Implemented code for a machine learning pipeline that determines whether a 64Ă—64 image is a cat or dog. Several approaches were used to distinguish between images, such as: closest average, nearest neighbor, linear regression.
Dog average
Cat average
Training Accuracy: 97.8
Test Accuracy: 97.25