Classification examples for the MNIST and MNIST Fashion (https://github.com/zalandoresearch/fashion-mnist) dataset
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
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
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
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