Click here to Skip to main content
15,912,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Spiking Neural Networks have multiple weight connections between two neurons.So how to use that in matlab for error back propogation method.
for ex w=ones(25,25,4) implies 25 rows and columns and 4 suggests the layer it belongs to
Posted
Updated 5-Apr-11 20:19pm

1 solution

Did you try this: Google search result on "Matlab for error back propogation method"[^]
Please try first. See if you can find something useful there.

Further, for specific questions related to MATLAB, I would suggest you to look first at MATLAB forum and documentation here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900