luzai / LN-robust-svm

Try to reproduce Support Vector Machines Under Adversarial Label Noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LN-robust SVM

Try to reproduce support vector machines under adversarial label noise.

About Adversarial label flip attack

  • run python data.py can produce the following results.

  • Follow Adversarial label flip attack algorithm,

the training result on untainted toy data is

, the training result on tainted toy data is .

with mu=0.5 and LN-svm, we learned

About

Try to reproduce Support Vector Machines Under Adversarial Label Noise


Languages

Language:Python 100.0%