How to achieve the stable training for time delay neural network ?
Ältere Kommentare anzeigen
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?
Antworten (1)
Rajat Tewari
am 5 Okt. 2020
0 Stimmen
Hi Abdelwahab,
To train a time delayed Neural Network, you can refer to the following resources:
Hope it helps.
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!