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.

Need Backpropagation matlab code

Status
Not open for further replies.

hem

Newbie level 1
Joined
Dec 27, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
backpropagation matlab code

Hello all:
As am working with neural network in matlab for first time. I am finding difficult time to write matlab code for backpropagation of given sets of input-output data;

%%training data set

p=[0.8 0.83 0.87 0.91 0.95 1.08 1.13];%input v
t=[0.7798 0.62; 0.8073 0.6568; 0.86238 0.7011; 0.8807 0.75; 0.93577 0.8275; 1.1009 1.2869; 1.17431 1.54023];%output p and q

using BPANN and error within 3%.
NB::
a. 1-12-2(i.e input node, hidden nodes and output nodes)-here 12 nodes in hidden layer will make error within 3% as per literature paper
b. p is input voltage data and t is target active n reactive power data
c. use sigmoidal function for hidden layer and linear function for output layer

so can anyone help me to generate matlab code for the above problem please. Your generous help in this urgent requirement of mine will be highly honored. Waiting for your help please
do send me the detail code in my email id b.hemlal@gmail.com or hemlal2008@rediffmail.com
with best regards
Hemlal
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top