Effacer les filtres
Effacer les filtres

How would you train a CNN to accurately predict the output of say the swt2 or fft2 function on an image?

2 vues (au cours des 30 derniers jours)
Does anyone have any documentation, theories, code, methods or achitecture to train a CNN to accurately predict the output of say the swt2 or fft2 or any wavelet transform for a given image?
I'd be looking to train the CNN with a dataset of images as the X and the pre-processed images (swt2(ImageX)) as the Y value to predict an unknown image's wavelet transform output with high accuracy,
I'm just looking to gain an understanding of neural network's for less cookie-cutter problems but I'm struggling to find much documentation,
any responses are appreciated,
thanks.

Réponse acceptée

yanqi liu
yanqi liu le 7 Fév 2022
yes,sir,may be make the input as vector,and use convolution2dLayer to get one dimension data,then define cnn model,such as
imageInputLayer([vector_length 1 1])
convolution2dLayer([100 1],3,'Stride',1)
if possible, may be upload your data and preprocess method.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by