How to take matrices as input to neural network?

조회 수: 7 (최근 30일)
Pritam Ghoshal
Pritam Ghoshal 2021년 6월 15일
답변: Gagan Agarwal 2024년 5월 27일
I have 5000 matrices of size 20x20. How to take these as input to my neural network? Is making a column vector of size 400x1 the only way? Is there some way I can have 20 input features of size 1x20?
  댓글 수: 7
Pritam Ghoshal
Pritam Ghoshal 2021년 6월 15일
For each 20x20 matrix my output will be a 20x1 vector. I have 5000 such matrices.
KSSV
KSSV 2021년 6월 15일
Yes...you can try for each feature of matrix 1x20 on output ....so each row corresponds to one number of target.

댓글을 달려면 로그인하십시오.

답변 (1개)

Gagan Agarwal
Gagan Agarwal 2024년 5월 27일
Hi Pritam
Yes it is possible and you can try for each feature of matrix to 1x20 on output and that too through various netwroks depending on the nature of your data and what you're trying to achieve.
For instance if:
  • spatial relationships are crucial, consider CNNs.
  • sequential relationships matter, look at RNNs or their variants.
  • you're interested in treating each row/column as a separate entity without focusing on spatial or sequential relationships, the multiple input models or separate input channels approach could work.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by