Community Profile

photo

声铭 张


Last seen: 5ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Answer
  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
frame blocking in matlab
function gmmfeatures(voice,N,deltaN,fs,Q) N=256; %number of frames M=156; %number of overlapping frame a(1:256,1:82)=0;a(:...

2年弱 前 | 0

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2年弱 前

質問


how can I automaticlly optimize hyperparameter for lasso regression. I could not set the function input as variable.
for i = 0:0.1:1 [B,FitInfo] = lasso(XTrain,yTrain,"Alpha",i);%alpha could not be variable like i. it's ok to use constant l...

2年弱 前 | 1 件の回答 | 0

1

回答