photo

Ming-Jer Tsai


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
173,031
of 300,365

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Can I transfer train "visionTransformer" to handle image sizes other than 384x384X3?
In the related Matlab doc, only change of "head" is described.

1 year ago | 1 answer | 0

1

answer

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...

2 years 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...

2 years 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...

5 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...

5 years ago | 1 answer | 0

1

answer