How to convert 2D layer to 1D and from 1D to 2D?

조회 수: 15 (최근 30일)
Grzegorz Klosowski
Grzegorz Klosowski 2022년 9월 4일
답변: Mandar 2022년 12월 13일
Helo,
I want to create an autoencoder architecture with 2D input and output (matrix) but inside I need 1D (fullyConnectedLayer) as a latent layer. How to do it? In Layer Library of Deep Network Designer I cannot see the useful "bricks".
Regards,
Greg

답변 (2개)

David Willingham
David Willingham 2022년 9월 6일
Can you describe a little more about your application? I.e. what is your input, is it a matrix of signals or an image?
  댓글 수: 2
Grzegorz Klosowski
Grzegorz Klosowski 2022년 9월 6일
Input and output are 48x48 matrix. It is a single-channel image that consists of real numbers.
Grzegorz Klosowski
Grzegorz Klosowski 2022년 9월 6일
편집: Grzegorz Klosowski 2022년 9월 6일
And even this matrix. The same at the input and output. And in the middle it should be a 1D layer. I need to compress this image this way. Using the autoencoder precisely. In the latent layer, I want to have a vector consisting of, say, 256 neurons. How to change a dimension from 2D to 1D and from 1D to 2D inside a neural network (or an autoencoder)?

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


Mandar
Mandar 2022년 12월 13일
I understand that you want make an autoencoder network with specific hidden layer (latent layer) size.
You may refer the following documentation which shows how to create an autoencoder networks with specific hidden layer size, learning latent features and further stacking the latent layers to make a stacked autoencoder network with multiple hidden layers to learn effective latent features.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by