Filter löschen
Filter löschen

CNN and Image Sizes

7 Ansichten (letzte 30 Tage)
Jovan
Jovan am 12 Aug. 2023
Kommentiert: Josh am 9 Mai 2024
I have a 129x23x2 input and 129x1x2 output for couple of thousand samples in the training set. How do a I create an convolutional autoencoder in matlab to fit the output size? Can somebody explain how do we structure windows of the convolution layers?
  2 Kommentare
Josh
Josh am 5 Nov. 2023
Bearbeitet: Josh am 9 Mai 2024
I might need clarification regarding the structure of your images as usually images are represented as a mxn or mxnx3 matrix...depending on the nature of the image
your description outlines a 3D output matrix; however, it only has two layers and is 129x1 dimensions?
For changing the size of output (image size), I would recommend using the imresize() function. This function can be used to either scale an image by a factor or resize images to a desired height (rows) and width (columns). As far as image convolution methods, MATLAB allows for you to specificy which method/kernel to use in the resizing of the image. Again, I may be misinterpreting your question and need more clarificaton about what you mean by "structure windows of the convolution layers".
Josh
Josh am 9 Mai 2024
any updates?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Get Started with Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by