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

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

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)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2020a

Asked:

ys
on 15 Apr 2022

Commented:

on 19 Apr 2022

Community Treasure Hunt

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

Start Hunting!