Datasets to test Nonlinear SVM

前端 未结 4 731
旧巷少年郎
旧巷少年郎 2021-02-15 12:18

I\'m implementing a nonlinear SVM and I want to test my implementation on a simple not linearly separable data. Google didn\'t help me find what I want. Can you please advise me

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-15 12:28

    You can start with simple datasets like Iris or two-moons both of which are linearly non-separable. Once you are satisfied, you can move on to bigger datasets from the UCI ML repository, classification datasets.

    Be sure to compare and benchmark against standard SVM solvers like libSVM and SVM-light.

提交回复
热议问题