Help! Symsum formular in matlab

1 view (last 30 days)
Kien Tang
Kien Tang on 1 Sep 2020
Commented: Kien Tang on 2 Sep 2020
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

Accepted Answer

David Hill
David Hill on 1 Sep 2020
w=(lamda'.*y)*(x');

More Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!