how can i input data to CNN in sequence input layer

Some one please help
How can i input multidimension data to CNN sequence input layer ?
Should it be cell array ?

답변 (1개)

Pratyush Roy
Pratyush Roy 2022년 1월 17일

0 개 추천

Hi Neethu,
You are correct to mention that we can pass multidimensional data as cell array to sequenceInputLayer.
As mentioned in this documentation page, the input features is the cell array XTrain which contains 12-dimensional features of varying length. Similarly for other instances we can pass the data in a similar format.
Hope this helps!

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

NN
2022년 1월 12일

답변:

2022년 1월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by