Skip to content

A simple deep neural net class written to work with Numpy and Cupy

Notifications You must be signed in to change notification settings

volf52/deep-neural-net

Repository files navigation

Simple instructions


  1. Clone the repo.
  2. If you are using poetry for python env and package management, just cd into the local repo and run poetry install.
  3. Ensure the data is present in the relevant subdirectories of data dir in uncompressed form.
  4. Run python mlpcode/test.py to check if everything is installed correctly.