This repository contains a custom implementation of a neural network from scratch for the SOP assignment. The neural network is designed to classify handwritten digits from the MNIST dataset.
- Run
python -m venv venv - Run
.\venv\Scripts\Activate.ps1 - Run
pip install -r requirements.txt
To run use the following commands.
- Run
.\venv\Scripts\Activate.ps1 - Run
python run-test.py