project-photograph-object-detection-cifar10-

The data used in the project was developed by Canadian Institute for Advanced Research(CIFAR)

The photos are in color with red,green and blue channels, but are small measuring 32 ⇥ 32 pixel squares

These pictures(Data) need not to undergo Preprocessing(except normalizing the pixel values).we can see some distortion in the images that have been forced to the square aspect ratio.

I've applied Adam and Stochastic Gradient descent optimizers for CNN model.

Thank you.