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

 Akzeptierte Antwort

David Hill
David Hill am 1 Sep. 2020

0 Stimmen

w=(lamda'.*y)*(x');

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by