Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 403 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 403 Bytes

ArtificalNeuralNetwork

Artificial Neural Network using Verilog to take a written digit and convert it to its numerical value utilizing an FPGA. This is my final project for the course ECE 428 Programmable ASIC Design at SIUC.

In addition to the project itself, I wrote a python script to perform the same calculations with the hex values used in the Verilog project to verify the project's accuracy.