Section 01
[Introduction] Building an MNIST Handwritten Digit Recognition Model from Scratch: A Practical Comparison of Multilayer Perceptrons and Optimization Algorithms
This project implements handwritten digit recognition based on the MNIST dataset, using a Multilayer Perceptron (MLP) neural network as the core, and systematically compares the performance of optimization algorithms such as SGD, Adam, RMSprop, and Adagrad. The project aims to help developers understand the practical impact of algorithm selection on model training, covering the complete machine learning workflow from data preprocessing, model construction, training optimization to performance evaluation.
Original Author: Hibabg21 | Source Platform: GitHub | Original Link: https://github.com/Hibabg21/projet_mnist_benguara | Publication Date: 2026-05-24