how can i input data to CNN in sequence input layer

1 visualizzazione (ultimi 30 giorni)
NN
NN il 12 Gen 2022
Risposto: Pratyush Roy il 17 Gen 2022
Some one please help
How can i input multidimension data to CNN sequence input layer ?
Should it be cell array ?

Risposte (1)

Pratyush Roy
Pratyush Roy il 17 Gen 2022
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!

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by