Ming-Jer Tsai
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
63 951
of 295 673
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20 262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 257
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
Feeds
Question
Can I transfer train "visionTransformer" to handle image sizes other than 384x384X3?
In the related Matlab doc, only change of "head" is described.
4 månader ago | 1 answer | 0
1
answerQuestion
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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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...
mer än ett år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 4 år ago | 1 answer | 0