필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Deep Learning -Sequence Input Regression Output does not train correctly

조회 수: 1 (최근 30일)
ferda sonmez
ferda sonmez 2019년 5월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
My deeplearning network design (Which was the recommended design in mathworks for sequence input and regression output) provides the following results. The training time takes seconds. Prior to this I was using the same data on a multi level deeplearning network desing based on matrix calculations, that time the training was taking days. Where I am doing wrong?
deep_network_V2.png
|========================================================================================|
| Epoch | Iteration | Time Elapsed | Mini-batch | Mini-batch | Base Learning |
| | | (hh:mm:ss) | RMSE | Loss | Rate |
|========================================================================================|
| 1 | 1 | 00:00:01 | 0.59 | 0.2 | 0.0100 |
| 50 | 50 | 00:00:04 | NaN | NaN | 0.0100 |
| 100 | 100 | 00:00:07 | NaN | NaN | 0.0100 |
| 150 | 150 | 00:00:10 | NaN | NaN | 0.0100 |
| 200 | 200 | 00:00:13 | NaN | NaN | 0.0100 |
| 250 | 250 | 00:00:16 | NaN | NaN | 0.0100 |
| 300 | 300 | 00:00:19 | NaN | NaN | 0.0100 |
| 350 | 350 | 00:00:23 | NaN | NaN | 0.0100 |
| 400 | 400 | 00:00:26 | NaN | NaN | 0.0100 |
|========================================================================================|
>> Train_Network_From_Designer

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by