KhadijehValipour / MNIST-FASHION_MNIST-CIFAR10-CIFAR100

Using CNN and MLP, we compare the accuracy values in MNIST, FASHION_MNIST, CIFAR10 and CIFAR100 datasets in both cases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN VS MLP

Alt text

ACCURACY

Dataset MLP CNN
MNIST 0.97 0.9951
FASHION_MNIST 0.87 0.93
CIFAR10 0.32 0.76
CIFAR100 0.25 0.44

About

Using CNN and MLP, we compare the accuracy values in MNIST, FASHION_MNIST, CIFAR10 and CIFAR100 datasets in both cases.


Languages

Language:Jupyter Notebook 100.0%