필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
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.

채택된 답변

yanqi liu
yanqi liu 2022년 2월 7일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by