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!