I want brief description of NARNET neural network

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 Comments

https://www.ma.utexas.edu/users/pmueller/pap/MMRM05.pdf
https://www.researchgate.net/post/Is_NAR_a_nonlinear_autoregressive_recurrent_Neural_network_and_is_it_the_same_as_RNN
I think it would be VERY helpful if you ran the examples in the command window documentation
help narnet
doc narnet
and compare the net diagrams of the openloop net
view(nets)
and the closeloop net
view(netc)
Hope this helps.
Greg
Thank so much Greg
But i need theory about NARNET that can help me to write on my project documentation
I want to know what is diffeternt between NARNET and Elman recurrent network
it is similar

Sign in to comment.

 Accepted Answer

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 Comment

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

Sign in to comment.

More Answers (1)

Could you find any book or research paper related to NARNET neural network? I also need to write about it

1 Comment

  1. Books: Try your favorite library
2. Research Papers: a. Search the net
b. Try your favorite library
Hope this helps.
Greg

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!