Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[moved] verilog code of a neural network

Status
Not open for further replies.

krishvamsi

Junior Member level 2
Joined
Aug 21, 2018
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
160
i have a trained neural network with 4 input neurons, 7 hidden neurons and 3 output neurons , 49 weights and 10 biases . Now i have to implement it on an FPGA . How do i start verilog code for this ?
 

Re: verilog code of a neural network

first question is whether you know verilog at all.
 

Re: verilog code of a neural network

so what is stopping you? whatever neural network you picked almost already implies an architecture. implement your blocks and be done with it.
 

Re: verilog code of a neural network

i'm very confused . There are so many MAC operations involved . how to make them run in parallel . can u just tell me step by step ? input has 4 neurons.
 

Re: verilog code of a neural network

how to make them run in parallel .

This could be similar to an electronic circuit simulator. Many branches, interacting with one another. In reality the branches run simultaneously. However your simulation needs to examine them one by one. Then it sums them up to reach a tentative solution. The algorithm checks whether the tentative solution cooperates with conditions in every branch. If not then it goes through several iterations, until it converges on a solution.
 

Re: verilog code of a neural network

Above all, question posted in wrong forum.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top