How to achieve the stable training for time delay neural network ?

1 visualización (últimos 30 días)
Abdelwahab Afifi
Abdelwahab Afifi el 20 de Jul. de 2020
Respondida: Rajat Tewari el 5 de Oct. de 2020
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?

Respuestas (1)

Rajat Tewari
Rajat Tewari el 5 de Oct. de 2020
Hi Abdelwahab,
To train a time delayed Neural Network, you can refer to the following resources:
  1. timedelaynet
  2. Design Time Series Time-Delay Neural Networks
Hope it helps.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by