Skip to content

Schenk0/MLP

Repository files navigation

Neural Network Implementation for SOP

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.

Setup

  • Run python -m venv venv
  • Run .\venv\Scripts\Activate.ps1
  • Run pip install -r requirements.txt

Run

To run use the following commands.

  • Run .\venv\Scripts\Activate.ps1
  • Run python run-test.py

About

MPL code for SOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages