1D-CNN not sequence input
Ältere Kommentare anzeigen
I am trying to learn a 1D-CNN model. I only have sequence input examples, but I want to learn CNN with no sequence input. My data is a one-dimensional vector. When I input a one-dimensional vector as 100x1 as a cell, I failed to train the network because matlab outputs errors. However, I have succeeded in training when I input a one-dimensional vector as 1x100 as a cell. To input it as 1x100, I need to set numFeature as 1. I want to set numFeature to 100. How can I do this with a vector not a sequence of 2d matrix?
related exampled is below:
1 Kommentar
ababa
am 5 Apr. 2024
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning with Simulink finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!