Backpropagation ANN Code - for beginner
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I would like to use Matlab ANN Toolbox to train a backpropagation network. I have my algorithm works in C#; but I would still like to do a simulation in Matlab to find the best number of neurons for the hidden layer. I am using a 3-layers network; with 200 inputs, 10 hidden neurons and two output neurons.
However, I have very limited experience with ANN Toolbox; so could someone help me getting start?
I tried the nnstart but it only has 1 output in the network; so that didn't help me much.
I have my test data stored in text file. Which I can readily load into ANN.
Thanks
댓글 수: 0
답변 (2개)
Greg Heath
2012년 11월 10일
Three examples of my sample code obtained from Answers using the two search words: heath ntrial
A1. 25 Oct 2012 Neural Network Output Problem Asked by Younes Jafari
A2. 21 Aug 2012 How can I forecast an integer related to other 5 numbers?Asked by Mehdi Abbassi
A3 1 Apr 2012 Neural Network help Asked by Amjad
============================================================================= Six examples of my sample code obtained from the Newsgroup using the two search words: heath ntrial
N1. 27 Oct 2012 Neural Network training problem Greg Heath 4 725
N2. 8 Apr 2012 FULL ADDER using neural network Greg Heath full adder, neural networks 6 951
N3. 5 Mar 2012 simple neural network question Greg Heath neural network, nn 1 531
N4. 1 Feb 2012 Validation set and Parameters in Backpropagation ANN N validation set, resilient backp...resilient backpropagation, classification 10 1161
N5. 4 Jan 2012 Elliptical Basis Function NN Design Greg Heath elliptic 0 455
N6. 3 Jan 2012 error in neural network Greg Heath index exceeds m...index exceeds matrix dimensions 5 1164
Hope this helps.
Thank you for formally accepting my answer.
Greg
댓글 수: 0
Jacky
2012년 11월 12일
댓글 수: 1
Greg Heath
2012년 11월 13일
Start with the examples and demos in the documentation.
Don't be afraid to ask questions.
Then choose the simplest of my examples.
Don't be afraid to ask questions.
Good Luck.
P.S. Don't be afraid to ask questions.
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!