How NARNET is differ from NARXNET in respect of prediction advantages
Show older comments
sir
i have gone through NARNET MODEL. i want to know what are the drawback of NARNET. So that NARXnet is done. what is extended here as compared to NARNET.
Answers (1)
Hi,
NARNET predicts future values of a time series using only its past values. It's simple and works well if the series is not influenced by outside factors. It might not perform well if there are outside influences because it can't use that extra information.
NARXNET, on the other hand, can include outside influences in its predictions, making it better for situations where external factors matter. This makes NARXNET more powerful, but it also requires more data and is a bit more complex to set up.
Choose NARXNET if outside factors are important for your predictions.
You can also go through following related MATLAB Answer:
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!