How can a 2D convolution transpose (deconvolution) layer be defined using Neural Network Toolbox?
5 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!