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.

MultiLayer Feedforward BacK Propagation Neural Net code

Status
Not open for further replies.

utopian

Newbie level 3
Joined
Mar 13, 2007
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,306
matlab code backpropagation example

I'm working on Sleep EEG Detection. As a classifier, I'm using ANN.
Does any one has a Matlab code example showing the details of the whole process of training and classification.
I've determined everything concerning the training dataset, 1 hidden layer, supervised learning..but it's my forst time to write a code for ANN.

Thanks in advance
 

multilayer feedforward back propagation

you can use matlab ANN graphical tool,
just type nntool in matlab command window...
by using matlab help and nntool, you can do everything you want.

>>nntool
 

multilayer back propagation code explained

thanks for thee reply..

i know about nntoolm but i wanna write a Matlab code for this.
I checked the toolbox, it contains an example for charater recognition which is a bit helpful, but i'm still confused about data entry, training, testing, and tartgets definition.
that's why i need a matlab commented code to know the whole thing in practice
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top