This repository contains two main parts:
- An integer implementation of training/inference of a neural network using python.
- A SystemVerilog implementation of the integer neural network targeted for an FPGA.
Basic requirements to run the implementation are:
- NumPy
- Scikit-learn
- Matplotlib