photo

영훈 정


Last seen: 22 days 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
174,611
of 299,737

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
90.91%

收到投票数
0

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


mask rcnn does not detect mask
I'm practicing mrcnn. I entered img, box, labeling, and mask well to proceed with the training. The trained network recogniz...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to draw an SVM regression plot
As shown in the figure, I would like to draw a plot that includes the lines of the margin, support vector, and seperating hyperp...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Is it correct that the Regression Learner Toolbox uses the best parameters for each model?
Is it correct that the Regression Learner Toolbox uses the best parameters for each model? For example, in the case of trees, t...

2 years 前 | 1 个回答 | 0

1

个回答

提问


I want to know the process of changing the array to table. Too many table variables because there are too many arrays.
I need to combine several arrays and put them in one table. And I have to put the name var1 var2 var3 on each of them. There is...

2 years 前 | 2 个回答 | 0

2

个回答

提问


I want to collect the smallest arrays on the 3rd axis and get a 2d image.
i have a 3X3X3 double data a=[1 1 1;10 10 10;10 10 10]; b=[20 20 20;2 2 2;20 20 20]; c=[30 30 30;30 30 30;3 3 3]; d=cat(3,a,...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to compare the accuracy of linear regression when normalized in different ways?
I looked up various models for regression. Using Matlab, there were several models such as SVM, linear, and Gaussian. I found ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how can i use struct to "for" when i use predictFcn
i want to predict by use "for" i have 15 number of sturct how can i use "for"..? for modelname = [Tree Linear Interaction...

2 years 前 | 2 个回答 | 0

2

个回答

提问


how can make 3bar plot xylabel for string?
i want to make a string label z = [1 4 7; 2 5 8; 3 6 9;]; bar3(z) xlabel=['a' 'b' 'c'] ylabel=['A' 'B' 'C']

2 years 前 | 1 个回答 | 0

1

个回答

提问


how can i use fitrgp() function for gpuarray?
var1= gpuArray(data1); var2= gpuArray(data2); response=data3; regression_data=table(var1, var2, response); gprMdl = fitrgp(r...

2 years 前 | 2 个回答 | 0

2

个回答

提问


how can i standize my data? sigma 1 integral 1
hello i think kernel function have to get sigma 1 and integral value (all range)1 so i think that i have to standize my data f...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Perform Instance Segmentation Using Mask R-CNN
thank you to click i just following 'Perform Instance Segmentation Using Mask R-CNN' example URL : "https://kr.mathworks.com/h...

2 years 前 | 1 个回答 | 0

1

个回答