Skip to content

dirkh24/MNIST_Classifications

Repository files navigation

MNIST_Classifications

Classification examples for the MNIST and MNIST Fashion (https://github.com/zalandoresearch/fashion-mnist) dataset

MNIST_MLP.ipynb

Ipython notebook with a Multilayer Perzeptron (MLP) neuronal network for the multiclass classification of the MNIST dataset. The model is inspired from the keras page: https://keras.io/getting-started/sequential-model-guide/#compilation

MNIST_CNN.ipynb

Ipython notebook with a convolutional neuronal network (CNN) for the multiclass classification of the MNIST dataset. The model is the VGG-like convnet from https://keras.io/getting-started/sequential-model-guide/#compilation

MNIST_Fashion_MLP.ipynb

Ipython notebook with a Multilayer Perzeptron (MLP) neuronal network for the multiclass classification of the MNIST Fashion dataset. The model is inspired from the keras page: https://keras.io/getting-started/sequential-model-guide/#compilation

MNIST_Fashion_CNN.ipynb

Ipython notebook with a convolutional neuronal network (CNN) for the multiclass classification of the MNIST Fashion dataset. The model is the VGG-like convnet from https://keras.io/getting-started/sequential-model-guide/#compilation

About

Classification examples for the MNIST Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published