/Image-Recognition

Using Python to analyze the Cifar10 data with accuracy 71%

Primary LanguageJupyter Notebook

Image-Recognition

  1. Built several CNN models to predict Image-Recognition
  2. Data processing to transform training and testing dataset.

Code and Resourced Used

Data Preprocessing

  1. Divided train and test data set by 255 to fit the CNN model
  2. Zoom in, rotate, flip, and changed the shear range with the train data set, then fit the testing dataset.