How long is the output of regression Lstm
조회 수: 1 (최근 30일)
이전 댓글 표시
I have seen some sequence to sequence regression examples using lstm layer ending to regression layer. Its output is set to sequence ( lstm layer) . What i dont understand is what factor sets the lenghth of output sequence.
I have a data set of various sequencies with various lenght. And their label is as long as their length.
What will be the output of the regression layer at training? A sequence how long??
How long will be at when testing a new sequence?
When i feed a sequence of 10 columns at training, i want to get 10 elements, when i feed 20 cols, i want to get 20 elements. As this is my ground truth data also. Also at testing i want the same. How do you set this?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!