How to add more data to an already trained SVM?

asked 2016-04-14 14:44:22 -0600

sirflippy gravatar image

I'm experimenting with the SVM shown as an example in the opencv docs.

edit retag flag offensive close merge delete

Comments

2
  • no, you can't "update" an SVM, you'll have to keep your original training data around, append your new data, and retrain the whole thing

  • what was your original decision, to use an SVM here ? with an ANN_MLP, it would be possible, just to add new data.

berak gravatar imageberak ( 2016-04-14 14:52:01 -0600 )edit