Training a neural network for different operating points
古いコメントを表示
Hello,
i want to train a neural network to predict the temperature of an electrical machine in different operating points.
I have input data in the form of:
4x1 Cell, each cell with 101x3 elements
So the first cell contains the data for the first operating point, the second for the second...
And Target Data:
4x1 Cell, each cell with 101x1 elements
Where the first cell contains data for the first operating point, the second...
My question is now, which input layer i should use, so that the data is treated correctly ?
採用された回答
その他の回答 (1 件)
Taylor
2024 年 8 月 12 日
0 投票
You'll want to use a sequenceInputLayer. I would recommend following this example, seems similar to the task you've described.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!