Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 345 Bytes

File metadata and controls

8 lines (6 loc) · 345 Bytes

RegularNNvsConvolutionalNN-Cifar10

Regular Neural Network and Convolutional Neural Network were applied on Cifar - 10 database, and checked the final results.

Dataset

Download dataset using given PDF file. Unzip the file, upload on Google Colab and Using this code, you'll know the results.

Result

CNN is overall better than Regular NN.