Community Profile

photo

Ming-Jer Tsai


Last seen: 10 months ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to combine image inputs of samples from class1 and feature inputs from samples of class 2 in a DL network?
I tried to implement the DL algorithm presented in the paper, Poojan Oza, and Vishal M. Patel, “One-Class Convolutional Neural N...

12 months ago | 1 answer | 0

1

answer

Question


How to concatenate features from one fullyConnectedLayer in a DNN with inputs being images from one class and features from the second class for classifier training?training?
%temp2.m imageInputSize = [28,28,1]; filterSize = 3; numFilters = 8; numClasses = 10; numFeatures = 50; layers = [ im...

12 months ago | 1 answer | 0

1

answer

Question


What are the noise type and noise-level range where the DnCNN as implemented in Matlab works well?
DnCNN, a tool in Matlab, does not work well for added noises of large magnitude. What is the limit where it works well? Is the...

3 years ago | 1 answer | 0

1

answer

Question


after training a denoising network from dnCNNLayers, how to use it in denoisingNetwork and denoiseImage?
I name my denoising network as dncnn_xfer, which is trained starting from dnCNNLayers. Since denoiseNetwork('dncnn') only acce...

3 years ago | 1 answer | 0

1

answer