The notMNIST dataset contains 28x28px images of letters A to J in different fonts. This repository aims to serve as a sample for image classification in pytorch. It includes
- Custom Dataset and dataloaders
- Training and testing the model
- Creating a multiclass image classification model
The dataset contains over 18500 images for training and 469 images for testing. All images are grayscale 28x28px images.
A convolutional neural network achieves an accuracy of 92.37% on this dataset.