Can a Linear ARX Neural Network be created but just changing the nonlinear function of the hidden layer of a NARX network to a linear function?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have created, trained and tested a NARX network using narxnet(). I am trying to run the exact "same" network but as a linear ARX network. Can I do so by changing the nonlinear function in the hidden layer? if so, how can I change it? Will changing to a linear function change any of the internal traning concepts?
I cannot find like a arxnet() command to keep my current data format and avoid reformating to use something like arx().
Thanks.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Pattern Recognition and Classification dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!