Forum Discussion
Altera_Forum
Honored Contributor
16 years ago[vhdl] artificial neural network
Hello, I'm interested in neural networks currently :) I've written some basic ANN implementation in java with ADELINE neurons. (Actually, this is only the background of the problem) I'd lik...
Altera_Forum
Honored Contributor
11 years agoIf you have the web version, with its associated modelsim version, installed (current version is 15.0) You should be able to do the simulation. You shouldn't need to specify a device as you will not compile your project. Also, I tell this just in case you are not aware of this, VHDL and Verilog are hardware descriptive languages so sequential execution are possible but it is not really meant for that. So to summarize your question and the answers:
Can I describe a neuronetwork in a HDL? Yes you can. Can I simulate a neuronetwork in Modelsim? Yes you can. How do I do this? Search for literature on neuronetworks and their design. (You have multiple options here.) As for the simulation, Altera has some guides.