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
In this project, a basic neuron is implemented using Verilog language. It has a MAC(multiply-and-accumulate) unit to compute the dot product of the inputs and weight vectors and passes the result to an activation function.