photo

Zonghao


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
78,285
of 301,432

評判
0

コントリビューション
4 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,280

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,555

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0 件の回答 | 0

0

回答