Skip to content

Very large scale classification based on K-Means clustering & Multi-Kernel SVM(SimpleMKL), Soft Computing article, June 2019, https://dl.acm.org/doi/abs/10.1007/s00500-018-3041-0

Notifications You must be signed in to change notification settings

salidotir/Classification-using-KMeans-and-SimpleMKL

Repository files navigation

Classification-using-KMeans-and-SimpleMKL

Very large scale classification based on K-Means clustering & Multi-Kernel SVM(SimpleMKL)

Here, we are going to implement the method proposed in this article, "Very large scale classification based on K-Means clustering & Multi-Kernel SVM(SimpleMKL)" at ACM Digital Library.

Modules:

The code has below modules:

  • KMeans Clustering
    • Select nearest & furthest points of each cluster
  • Duplicate Removal
    • Remove all duplicate data
  • Outlier Detection
  • Human Labeling
    • Do labeling for the new representative dataset
  • SimpleMKL
    • Multi Kernel SVM
    • Method proposed in this article, "Simplemkl".

Datasets:

The method is run on two diffrent types of datasets, large scale & very large scale satasets.

The large scale datasets are:

The very large scale datasets are:

Results:

Results can be seen at the end of presentation file uploaded in this repository.

About

Very large scale classification based on K-Means clustering & Multi-Kernel SVM(SimpleMKL), Soft Computing article, June 2019, https://dl.acm.org/doi/abs/10.1007/s00500-018-3041-0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published