Convolutional Autoencoder with neural network / deep learning toolbox?
5 views (last 30 days)
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
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)
See Also
Categories
Find more on Image Data Workflows 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!