This project implements a three-layer neural network from scratch in NumPy to classify handwritten digits and facial images using ASCII-based datasets. It also includes functionality to evaluate the performance of the network on varying amounts of training data.
-
Clone the repository or download the project folder.
-
Navigate to the project directory:
cd FaceAndDigitClassification -
(Optional but recommended) Create a virtual environment:
-
Install pytorch