統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,957
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to get diagonal element in a custom layer in NN tool box?
function Uout = forward(layer, Uin) W = Uin(:,:,1) * layer.C; W = Uin(:,:,1) + repmat(layer.alpha .* diag(W*Uin(:,:,1)...
約3年 前 | 1 件の回答 | 0
1
回答質問
Cannot multiply 2 variables with cvx package
As I'm writing a test code for solving an applied problem with cvx, I got an error: Disciplined convex programming error: ...
4年以上 前 | 0 件の回答 | 0
0
回答質問
Cannot give the value to part of the matrix in parallel computing
As I'm trying to wrtie a code for matrix multiplying with the 'parfor', I've got an error that 'cannot verify the type of varia...
4年以上 前 | 1 件の回答 | 0