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

 採用された回答

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?
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 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2015 年 11 月 18 日

コメント済み:

2015 年 12 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by