Clear Filters
Clear Filters

I don't know what to do with the input layer of deep learning

1 view (last 30 days)
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
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.

Sign in to comment.

Answers (0)

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!