A MATLAB Central Contributor Question Sent On:Feb 02/03/16 11:26 PM
Hi Greg, I'm in a senior semester at university and our senior project is about neural network by matlab and my mission is elman back propagation neural network, but unfortunately, I don't know any thing about it. can you help me please?
1. Start with the command line help and doc documentation
lookfor elmannet
help elmannet
doc elmannet
2. I am satisfied when
a. the mean-square-error mse(target-output) is at least 100 times
smaller than the mean-target-variance mean(var(target',1))
b. the total number of weights net.numWeightElements is as small
as possible
3. Run the help and doc examples
a. Use defaults on 10 examples (Ntrials = 10, for i=1:Ntrials ...),
with different random initial weights
b. See if the number of hidden nodes can be reduced without
violating 2a
c. See if increasing the number of feedback delays makes a
significant difference
3. For references search
answers mathworks newsgroup
elman 22 26 51
elman greg 11 11 16
4. Post an attempt on one or more of the other time-series example datasets from
help nndatasets
doc nndatasets
Hope this helps.
Greg

댓글 수: 4

John D'Errico
John D'Errico 2016년 2월 8일
What is the question here?
Greg Heath
Greg Heath 2016년 2월 9일
편집: Greg Heath 2016년 2월 9일
@John
I interpreted the question to be
How do I design and use an ELMAN net?
OH! ...
Did you think I should have posted this in the NEWSGROUP instead?
Greg
Explorer
Explorer 2016년 2월 9일
If I were you, I would send via contact option in profile.
Greg Heath
Greg Heath 2016년 2월 11일
I make it a rule to only contact requesters via the NEWSGROUP or ANSWERS. However, the subject has to be the type that I usually consider on those groups.
Greg

댓글을 달려면 로그인하십시오.

 채택된 답변

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

질문:

2016년 2월 7일

답변:

2016년 2월 14일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by