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 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!