An open API service indexing awesome lists of open source software.

https://github.com/zsxkib/multi-layer-neural-network

multi-layer neural network built from scratch
https://github.com/zsxkib/multi-layer-neural-network

Last synced: 6 months ago
JSON representation

multi-layer neural network built from scratch

Awesome Lists containing this project

README

          

# Multi-Layer Neural Network (2019)
### a basic multi-layer neural network built completely from scratch using numpy.

## xor
to train and test the neural net on the xor data, just run ```python xor.py``` in the xor directory.

## mnist
to train and test the neural net on the mnist handwritten digits data, just run ```python mnist.py``` in the mnist directory.