Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdulsamie10/regularnnvsconvolutionalnn-cifar10

Regular Neural Network and Convolutional Neural Network were applied on Cifar - 10 database, and checked the final results.
https://github.com/abdulsamie10/regularnnvsconvolutionalnn-cifar10

cifar-10 cifar-10-dataset cifar10 cifar10-classification cnn-keras keras-neural-networks keras-tensorflow python3 rnn-keras

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.