Neural Network Implementation From Scratch

This project is a simple implementation of a neural network from scratch.

Usage

This project only has one dependency: numpy. If you haven't installed it yet, you can do so with the following command:

$ pip install numpy

After installing the dependency, you can run the project with no arguments:

$ python network.py