Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 472 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 472 Bytes

Pixel_Quest_CIFAR-10_TensorFlow

In this project, we explore image classification with models of increasing complexity. We start with the classic K-Nearest Neighbors (KNN) algorithm and gradually advance to more sophisticated models, including a neural network with a single hidden layer, a Convolutional Neural Network (CNN), and finally, the power of transfer learning using Xception. We utilize CIFAR-10 dataset here which has 60,000 images, belonging to 10 classes.