Skip to content
#

mnist-dataset

Here are 716 public repositories matching this topic...

This project involves the implementation of efficient and effective RBF SVC on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.

  • Updated Dec 24, 2017
  • Jupyter Notebook
OCR_Mnist_Digits

Demonstration of simple handwritten digit recognition using a neural network in Python. Based on a book by Tariq Rashid. The neural network is able to decipher greyscale 28 x 28 pictures of numerical digits 0-9 with a very high success rate. It uses MNIST data for training and testing but can also be used with other similar data.

  • Updated Aug 26, 2020
  • Python

Implemented PCA algorithm from scratch on MNIST Dataset. Visualizing the reconstructed images made and comparing them with the original image. Visualizing the residual images by subtracting the reconstructed image from the original image (for different values of Principal components). Finding the reconstruction error (pixel-wise root-mean-square…

  • Updated Aug 12, 2022
  • Python

Improve this page

Add a description, image, and links to the mnist-dataset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mnist-dataset topic, visit your repo's landing page and select "manage topics."

Learn more