A scale of https://github.com/euske/nn1.
- Requirements:
- spike
- RISCV toolchain
- GNU Make
- CMake
To run, simply call make mnist_sim. Make sure to have sourced ee290 environment variables to avoid any dependency issues, but the code should theoretically work on any environment containing the requirements I've listed above.
"networks" folder contains the list of different neural networks you can train, which is then exported as a static library.
Place any new applications within the main folder.