フィルターのクリア

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