How can a 2D convolution transpose (deconvolution) layer be defined using Neural Network Toolbox?

5 visualizaciones (últimos 30 días)
Dear Matlab community,
It is easy to define Neural Network layers in Matlab for 2D convolutional layers by using the command
convlayer = convolution2dLayer(filterSize,numFilters)
Actually, I want to create a layer that does the opposite: A convolutional transpose or also called deconvolutional layer that maps from the latent space to the image space. A NN consisting of such a layer can be used to generate images. I'm quite new to that topic and I was not very successful using third party libraries like MatConvNet yet. Is it possible to write such a deconvolutional layer that can also interact with the other functions provided by the Neural Network Toolbox, and if yes how could this be done?
Thank you very much in advance! Sebastian

Respuestas (1)

Adan Garcia
Adan Garcia el 12 de En. de 2018
Editada: KSSV el 12 de Abr. de 2021

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by