You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Artificial Neural Network (ANN) implemented in RISC-V assembly to classify handwritten digits from the MNIST dataset. Runs on the Venus RISC-V simulator, featuring vector dot product, matrix multiplication, activation functions, and argmax operations.