Skip to content

Handwritten digits image classification with the MNIST dataset using MultiLayer Perceptron.

Notifications You must be signed in to change notification settings

EmanuelMaziero/MultiLayer-Perceptron-from-Scratch

Repository files navigation

Emanuel Maziero

Telecommunications Engineering, last semester.

Connect with me!

Perfil DIO Gmail LinkedIn

MultiLayer Perceptron from Scratch in MATLAB for image classification

Simple MLP from scratch in MATLAB for the image classification task using the MNIST handwritten digits dataset.

Skills

Generic badge Generic badge Generic badge Generic badge

How to Use

  1. Download the "mnist_train.csv" and "mnist_test.csv" files;
  2. Ensure that all .m files are in the same folder;
  3. Move the .csv files to the folder where the .m files are located;
  4. Run MNIST_train.m and check if the files b_1, b_2, b_out, w_1, w_2, and w_out were created (figures will be generated from running this script);
  5. Run MNIST_val.m, which will use the files created in step 4.

About

Handwritten digits image classification with the MNIST dataset using MultiLayer Perceptron.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages