Comparison of Multilayer Perceptron (MLP) and Convolutional Neural Network (CNN) models for classifying images from the EMNIST dataset.
This repository contains a Jupyter Notebook that compares the performance of a Multi-Layer Perceptron (MLP) and a Convolutional Neural Network (CNN) on the EMNIST dataset for handwritten character classification.
- MLP (Multi-Layer Perceptron): A feed-forward neural network.
- CNN (Convolutional Neural Network): A deep learning model typically used for image data.
The notebook uses the EMNIST dataset, which is an extension of the MNIST dataset and contains more classes for both digits and letters. The dataset can be downloaded from here.
To run the notebook, you need the following libraries:
numpypandastensorflowkerasmatplotlibseaborn