How to achieve the stable training for time delay neural network ?
1 回表示 (過去 30 日間)
古いコメントを表示
I have build Time delay neural network
The training performance is changed every time I train it. I tried to set the initial weights and bias to specific range using setwb function
net = setwb(net,rand(10,1));
But the performance is still not stable. How can I perform stable training, hence I can compare between the different trained models?
0 件のコメント
回答 (1 件)
Rajat Tewari
2020 年 10 月 5 日
Hi Abdelwahab,
To train a time delayed Neural Network, you can refer to the following resources:
Hope it helps.
0 件のコメント
参考
カテゴリ
Help Center および File 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!