Datasets to test Nonlinear SVM

前端 未结 4 713
旧巷少年郎
旧巷少年郎 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:40

    If you program in Python, you can use a few functions in the package of sklearn.datasets.samples_generator to manully generate nested moon-shape data set, concentric circle data set etc. Here is a page of plots of these data sets.

    And if you don't want to generate data set manually, you can refer to this website, where in the seciton of "shape sets", you can download these data set and test on them directly.

提交回复
热议问题