필터 지우기
필터 지우기

I want brief description of NARNET neural network

조회 수: 7 (최근 30일)
abduall hassn
abduall hassn 2015년 12월 25일
댓글: Greg Heath 2020년 7월 29일
i implemented from read mate code that available in matlab. But i want to know how work and and equations of it. Plz if there is any book or research paper related to NARNET neural network provide me.
Thank u alot in advance
  댓글 수: 4
abduall hassn
abduall hassn 2015년 12월 28일
Thank so much Greg
But i need theory about NARNET that can help me to write on my project documentation
abduall hassn
abduall hassn 2015년 12월 28일
I want to know what is diffeternt between NARNET and Elman recurrent network
it is similar

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

채택된 답변

Greg Heath
Greg Heath 2015년 12월 29일
NO! NARNET and ELMANNET are NOT similar!!
1. Carefully compare the descriptions in BOTH the help and doc command line documentations
2. Just look at the diagrams in the help and doc documentation examples!
a. Elmannet has an external input; Narnet does not
b. Elmannet has a hidden node feedback connection; Narnet does not.
c. Narnet has an output feedback connection; Elmannet does not.
3. Elmannet is obsolete. MATLAB recommends using NARXNET instead.
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 1
abduall hassn
abduall hassn 2016년 1월 29일
Thank Greg sir
i want to know what is different between feedbackDelays and weights
furthermore, the NARNET model has hiddenlayer, feedbackDelays
where the weights of NARNET

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

추가 답변 (1개)

Bruna VG
Bruna VG 2020년 7월 27일
Could you find any book or research paper related to NARNET neural network? I also need to write about it
  댓글 수: 1
Greg Heath
Greg Heath 2020년 7월 29일
  1. Books: Try your favorite library
2. Research Papers: a. Search the net
b. Try your favorite library
Hope this helps.
Greg

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

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by