photo

Zhenwei Yu


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to write code for projected gradient descent?
clc; clear; a=0.01; x=[0;0;0] b=1 for i=1:1000 if b<10^-6 break end r=x-a*f(x) b=proj(r-x) ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


How to write a symbolic function array?
function f=g5(x) syms q b x q=[6 7 1;7 11 2;1 2 22] b=[-1;2;3] x=transpose(sym('x',[1 3])) f=1/2*transpose(x)*q*x+transpose...

3年以上 前 | 0 件の回答 | 0

0

回答