zboulkenafet / Face-Anti-Spoofing-using-Speeded-Up-Robust-Features-and-Fisher-Vector-Encoding

23 stars 8 forks source link

Why the Softmax Classifier #2

Open Paul0629 opened 6 years ago

Paul0629 commented 6 years ago

In this SURF+FV algorithem, you choose Softmax Classifier instead of SVM. Can you tell me the reason. In your matlab code, you use 'Softmax' function, but I can only find 'softmax' function in matlab. Is there anything wrong with it? @zboulkenafet

jacob081 commented 5 years ago

In this SURF+FV algorithem, you choose Softmax Classifier instead of SVM. Can you tell me the reason. In your matlab code, you use 'Softmax' function, but I can only find 'softmax' function in matlab. Is there anything wrong with it? @zboulkenafet

I also think of there is someting wrong with the softmax classifier code here. How do you solve it?@Paul0629