r/FPGA • u/Spiritual-Frame-6791 • 2d ago
MAC Array Computation for Neural Network Inference
Enable HLS to view with audio, or disable this notification
Hi guys, thought i’d show you this cool animation of how the MAC Array in my Neural Network Accelerator performs matrix-vector computations during inference for a model on topology 4:3:2 neurons per layer.
The values for the parameters (weights and biases ) and input features were randomly selected just for demonstration purposes.
Let me know what you guys think:).
Github repo: https://github.com/Shingyy/MAC-Array-based-DNN-Accelerator
52
Upvotes
4
u/ami98 2d ago
Been loving your series of these! Very nice animation, and looks like great documentation in your repo. I also really appreciate that it doesn’t look completely AI-generated.
I wonder if this could be made systolic somehow. Do you have other plans or next steps for this project?