Datasets to test Nonlinear SVM

前端 未结 4 2254
梦毁少年i
梦毁少年i 2021-02-15 12:11

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:50

    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.

提交回复
热议问题