Artificial Neural Network
De la WikiLabs
Versiunea din 14 martie 2013 08:21, autor: Lpetrica (discuție | contribuții) (Pagină nouă: == Objective == Create a PLB peripheral for accelerating artifial neural network (ANN) computation. Test attained acceleration when compared to a processor-only ANN implementation. ...)
Objective
Create a PLB peripheral for accelerating artifial neural network (ANN) computation. Test attained acceleration when compared to a processor-only ANN implementation.
References
http://en.wikipedia.org/wiki/Artificial_neural_network http://en.wikipedia.org/wiki/Artificial_neuron
Requirements
- Implement a circuit for computing an artificial neuron output in Verilog (integrated within a user_logic.v peripheral template)
- Implement a test-bench for the Verilog code
- Analyze FPGA resource utilization of your circuit for different number of neuron inputs (e.g, 8-16-32-128 integers)
- Create an XPS system which uses the ANN peripheral and determine what is the maximum size of input arrays on the Nexys-2 Board
- Implement the system and export it to SDK
- Create a C code project for processor-only ANN (5-10 neurons), and test speed.
- Create a C code project for accelerated ANN of the same structure as above, and test speed.