Skip to content
#

mnist-dataset

Here are 14 public repositories matching this topic...

This repository focuses on handwritten digit recognition using the MNIST dataset. It includes implementations of Logistic Regression, MLP, and LeNet-5 in PyTorch, organized into folders for reports, flowcharts, scripts, and notebooks, with detailed instructions for preprocessing and training.

  • Updated Jul 15, 2024
  • Jupyter Notebook

This notebook demonstrates a neural network implementation using NumPy, without TensorFlow or PyTorch. Trained on the MNIST dataset, it features an architecture with input layer (784 neurons), two hidden layers (132 and 40 neurons), and an output layer (10 neurons) with sigmoid activation.

  • Updated Mar 15, 2024
  • Jupyter Notebook

Built from scratch SVM, Kernel Perceptron and Neural Network implemented to recognize handwritten digits from the mnist dataset. Includes jupyter notebook of code, mnist handwritten digit data and a PDF of the code & results.

  • Updated Apr 26, 2021
  • Jupyter Notebook

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