photo

声铭 张


Last seen: 5 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

All
  • First Answer
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
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(:...

más de 2 años hace | 0

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta