Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 668 Bytes

File metadata and controls

40 lines (20 loc) · 668 Bytes

Object Recognition in CIFAR 10 Dataset

Travis Build: Build Status

LICENSE:

Recognition of objects in images

Features

The following features have been used:

  • Raw pixels
  • Histogram of Oriented Gradients

Raw pixels

Histogram of Oriented Gradients (HOG)

Preprocessing

Data Augmentation

Models

Linear classifier

Support Vector Machine (SVM)

Multi layer perceptron (fully connected)

Convolution neural network (CNN)

Transfer learning

Inception V3

References