Image-Classification

The purpose from this project is classifing Cifar10 data which is 10 classes using Supervised algorithms.

Models used in this project:

  1. KNN from Scracth
  2. Logistic Regression
  3. Support Vector Machine