I am using narnet. I want to know what kind of neural network it is. Is it a feed-forward kind of neural network. Can anyone please share the analytic equation of this network.

 Akzeptierte Antwort

Greg Heath
Greg Heath am 7 Mär. 2017

1 Stimme

No, it is a feedback network whos only input signals are delayed previous outputs.
There is no external applied input.
x(n) = f( x(n-1), x(n-2),..., x(n-m)) for n > m
Thank you for formally accepting my answer
Greg

2 Kommentare

shaifali gupta
shaifali gupta am 8 Mär. 2017
This is fairly general. What is this function f? I want to understand the relation between inputs and outputs expressed in terms of weights between input/hidden layer and hidden/output layer along with activations.
Greg Heath
Greg Heath am 10 Mär. 2017
In general, f is arbitrary. However, most of the time f is linear.
Hope this helps.
Greg

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by