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.

 Réponse acceptée

Greg Heath
Greg Heath le 7 Mar 2017
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 commentaires

shaifali gupta
shaifali gupta le 8 Mar 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 le 10 Mar 2017
In general, f is arbitrary. However, most of the time f is linear.
Hope this helps.
Greg

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by