I don't know what to do with the input layer of deep learning
1 view (last 30 days)
Show older comments
There are 175 numeric matrices with 50 vertical and 432 horizontal. I would like to classify this by cnn, but what should the input layer be?
1 Comment
Demet
on 19 Apr 2022
Hello,
It depends on your problem. What does the 50 vertical and 432 horizontal matrices you mentioned mean? If your matrix is an image you should use a two-dimensional CNN but probably it is not. I'm just assuming to give you an idea that the matrix is a time-series data (for example, an estimate of temperature) probably 432 represents the time axis of this data, and 50 is the factors affecting this temperature (pressure, altitude, etc), in this case, the input matrix would be the vertical matrix containing 50 elements.
Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!