A simple Neural Network built completely from scratch using Python, NumPy, Pandas, and Matplotlib to classify handwritten digits from the MNIST dataset. This project implements a feedforward neural ...
This repository contains from-scratch implementations of fundamental statistical machine learning algorithms. The implementations are evaluated primarily on the MNIST digit classification dataset and ...