to prove the robustness of neural network model what is the best model which can compare to it ? (especially in order to forecast)

1 次查看(过去 30 天)
to prove the robustness of neural network model what is the best model which can compare to it ?
can you propose a model?
THANKS

采纳的回答

Greg Heath
Greg Heath 2015-11-18
No.
I measure robustness by adding increasing levels of noise to the input.
Hope this helps.
Greg
  2 个评论
coqui
coqui 2015-12-3
can you explain more please.
I have five input series to predict only one series(predicted price).
For robustness checking, what I can do?
Greg Heath
Greg Heath 2015-12-5
Which timeseries function are you using? Timedelay, or Narx?
Either way, add noise at a fixed SNR to the input and plot output error vs SNR.
[I N ] = size(input0)
var0 = mean(var(input0'))
input = input0 + sqrt(var0/SNR)*randn(I,N);
Hope this helps.
Thank you for formally accepting my answer
Greg

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by