Convolutional Autoencoder with neural network / deep learning toolbox?
Show older comments
With the neural network toolbox I see how we can stack autoencoders, and how we can create convolutional neural networks, but is there a way within the toolbox to combine the two into a convolutional autoencoder? It seems all the parts are there, but I can't figure out how to put them together.
2 Comments
Bassem BEN CHEIKH
on 9 Apr 2020
Hi, did you find how? I'm looking for the same thing. Thank you
Artem Lensky
on 30 May 2021
I am also looking for an answer to this question. It is quite trivial to implement AE with convolutional layers in pytorch, here is one example https://github.com/udacity/deep-learning-v2-pytorch/blob/master/autoencoder/convolutional-autoencoder/Convolutional_Autoencoder_Solution.ipynb
Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!