1D-CNN not sequence input
Show older comments
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:
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning with Simulink in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!