photo

Zonghao


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
134,611
of 301,454

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,287

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,632

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to train a neural network with a matrix as input
For now, I have got my feature matrix( x_train), which is 25 * 1000, each column is one train data and each train data has a dim...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Why linprog give answer not satify the constrains?
The optimazation problem is: min 10x1 + 0x2 + 20x3 + 11x4 + 12x5 + 7x6 + 9x7 + 20x8 + 0x9 + 14x10 + 16x11 + 18x12 s.t. x1 + x...

7 years 前 | 2 个回答 | 0

2

个回答

提问


how to get real value after IFFT without using abs() and real()
%Ir_c is the double type of input image Ir_c_f = fft2(Ir_c); Ir_c_f_c = fftshift(Ir_c_f); Ir_c_f_c(1: 118, 1: 256) = 0; Ir_c...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to optimize maximum like-hood function?
I try to use maximum like-hood approach to calculate some parameters. But I do not know the specific expression of the posibilit...

7 years 前 | 0 个回答 | 0

0

个回答