E
Electronics_hobbyist
Guest
On Tuesday, February 26, 2019 at 4:39:38 PM UTC+2, gnuarm.del...@gmail.com wrote:
Thanx a lot, for the help.
On Tuesday, February 26, 2019 at 2:57:16 AM UTC-6, Electronics_hobbyist wrote:
Sample code on VHDL, about Neural Networks, that is working. So I can start from somewhere to build something. From theory to practice there is a huge gap without help..
VHDL and Neural Networks are two totally different things. There is no need to combine them into one topic for study. If you have a working algorithm in another language, you don't really need to consider the Neural Networks so much. You just need to port that algorithm to VHDL like you would any algorithm. So I don't think you need or will find a book on this exact topic.
The things you will need to pay attention to are how you will adjust the algorithm to suit the inherent parallelism available in hardware and how you will debug the implementation, both in simulation and in the hardware.
Have you given this any thought? If you have questions you can ask here.
Rick C.
Thanx a lot, for the help.