Help! Symsum formular in matlab

조회 수: 1 (최근 30일)
Kien Tang
Kien Tang 2020년 9월 1일
댓글: Kien Tang 2020년 9월 2일
Hi i am new to matlab and i am currently having some trouble with this fomular, i want to implement this fomular into matlab but dont know how
m = 200
with w is a 1xm matrix
lamda is a mx1 matrix
y is a 1xm maxtrix
x is a 8500xm matrix
PS: this fomular is from calculating the Weight in dual form SVM with y is the train label and X is the train data with 8500 sample and 200 features each sample

채택된 답변

David Hill
David Hill 2020년 9월 1일
w=(lamda'.*y)*(x');
  댓글 수: 1
Kien Tang
Kien Tang 2020년 9월 2일
thank you so much for the help

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by