MISO System. LSTM
이전 댓글 표시
Hello. I have a MIMO (multiple input-single output) system. Each of the two inputs has 100 random values. The only output has 100 values.
I put the entries as an array of cells:
sim_in = {v , p}';
and I pick up the output:
sim_out = {h1.Data}';
When training the network I get the error "Invalid training data. Predictors and responses must have the same number of observations." What would be the solution? Thank you.
채택된 답변
추가 답변 (1개)
Jesus Mª Juarez Ferreras
2024년 5월 8일
편집: Jesus Mª Juarez Ferreras
2024년 5월 8일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!