I don't know what to do with the input layer of deep learning
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Demet
2022-4-19
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!