3

I'm working on Adversarial Machine Learning, and have read multiple papers on this topic, some of them are mentioned as follows:

However, I am not able to find any literature on data poisoning for SVMs using Manifold regularization. Is there anyone who has knowledge about that?

boomselector
  • 125
  • 7
  • 2
    I found the following Youtube video: [Poisoning Attacks against Support Vector Machines](https://www.youtube.com/watch?v=8dBasP-rhlY). Is it close to what you are looking for? – CoffeeBaconAddict Mar 08 '20 at 06:46

1 Answers1

0

I think, one could generate a data set, with a random variable in each component of the data vector, add this data to the training data set, and then shuffle the combined data set.

Jerry B
  • 9
  • 1