Gravitational Clustering
Armen Aghajanyan

TL;DR
This paper introduces Gravitational Clustering, a novel supervised learning method that automatically determines clusters, handles small datasets effectively, and is resilient to overfitting, unlike traditional clustering algorithms.
Contribution
The paper presents a new clustering-based supervised learning approach that does not require pre-specifying the number of clusters and works well with limited data.
Findings
Effective with small datasets
Automatically determines number of clusters
Resilient to overfitting
Abstract
The downfall of many supervised learning algorithms, such as neural networks, is the inherent need for a large amount of training data. Although there is a lot of buzz about big data, there is still the problem of doing classification from a small dataset. Other methods such as support vector machines, although capable of dealing with few samples, are inherently binary classifiers, and are in need of learning strategies such as One vs All in the case of multi-classification. In the presence of a large number of classes this can become problematic. In this paper we present, a novel approach to supervised learning through the method of clustering. Unlike traditional methods such as K-Means, Gravitational Clustering does not require the initial number of clusters, and automatically builds the clusters, individual samples can be arbitrarily weighted and it requires only few samples while…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Time Series Analysis and Forecasting · Advanced Clustering Algorithms Research
