Skip to content

bratorange/slunn

Repository files navigation

Sligthly underwhelming neural network

This was a finger practice of implementing neural networks with simple backpropagation and gradient descent in numpy. Please take this implementation with a grain of salt, as many parts may not be optimal.

Results

I managed to get MNIST under 1% error with five layers.

Getting started

$ git clone https://github.com/bratorange/slunn.git
$ cd slunn
# Download the MNIST dataset and extract it here as folder MNIST
$ python3 -m venv venv
$ source venv/bin/activate
$ python main.py

About

Slightly underwhelming neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages