photo

Sangmin Lee


Last seen: 14 days ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

9 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
16,287
of 297,457

REPUTATION
2

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
2

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
92,922
of 158,938

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


'importTensorFlowLayers' does not support 'tf.keras.layers.Normalization'
Hi, I am using the latest relase version of Matlab, and I think 'importTensorFlowLayer's does not support 'tf.keras.layers.Norm...

3 years ago | 2 answers | 1

2

answers

Question


How to get rid of small difference (or error) when I multiply 0.1?
Let's say I have an array. The difference between numbers is 1. If I use a function 'diff' with 'unique', then I know whether...

3 years ago | 2 answers | 0

2

answers

Question


In some specific case, preallocation is slower than doing nothing.
Hi, Please see the below screenshot. I think in this specific case, preallocation does not help. for k=1:5 clearvars ...

4 years ago | 1 answer | 0

1

answer

Question


Higher order derivatives for dlarray
Hi, I was able to get first order derivative using 'dlgradient' function. Unfortunately, I checked 'dlgradient' does not sup...

4 years ago | 1 answer | 1

1

answer

Question


Speed of custom training loop
Hi, I test several code using 'Train Network Using Custom Training Loop'. I found it is severely slower than the method using...

4 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago

Question


Question for 'Layer Input sizes' in custom neural network layers
According to the 'checkLayer' document, there is a description about 'validInputSize' and I am confused about the below descript...

4 years ago | 2 answers | 0

2

answers

Question


Cannot connect to mongoDB (version 4.2.6, authentification error)
Hi, I am having a difficulty in using database toolbox, espectcially for mongoDB. Now, I am uinsg mongodb version: 4.2.6. ...

5 years ago | 1 answer | 0

1

answer

Question


How to check whether a specific variable is empty or not in table type
Hi, please see the follwing figure. As you can see, in this 'table' type variable, some rows does not have 'ls_max_tone...

5 years ago | 1 answer | 0

1

answer

Question


Legend error (does not display 'line' in legend box)
If I simply plot using the below code x=0:0.1:10; >> figure; plot(x,sin(x)) >> legend('on') >> hold on >> scatter(x, cos(x)...

5 years ago | 1 answer | 0

1

answer