/NumpyNets

PyTorch sequential style neural network implementation in Numpy.

Primary LanguagePython

Numpy Neural Networks

Numpy implementations of neural networks. Meant for readability, ideally to help others implement their own.

Setup

  1. Unzip mnist_csv.zip directly into repo.

  2. Pip install requirements.txt

python3 -m pip install -r requirements.txt
  1. Run example
python3 examples/<any>.py