How to achieve the stable training for time delay neural network ?
2 次查看(过去 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!