Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHow to simulate the FPGA neural network in Altera
I want to simulate the some kind of schematics that work by principle of neural networks. I have Altera Quadrus 11. But when trying create some verilog or vhdl code I see that compilation and simul...
Altera_Forum
Honored Contributor
11 years agoAlso I think you need to revise your model. Based on Figure 2 of the paper I attached, the large accumulator is the summation of b1 through bN, AND 2K - N...
R = 2K - N - sum (sgn(b1)+sgn(b2)+sgn(b3)+....sgn(bN)); where sgn is the sign of the number (1 if >0, 0 if = 0, -1 if < 0) You neglected the -N term.......