2. Clustering (or partitioning)
2.1 Clustering applications
The aim of clustering is to group a series of records, be they vectors, images or more complex objects, into groups, or clusters. Generally speaking, the aim of this type of algorithm is to ensure that objects assigned to the same cluster are similar to one another. It's simply a matter of dividing the objects into groups that are as homogeneous as possible. However, we must be aware that this definition is fragile, and even insufficient:
clustering involves choosing a similarity criterion between objects. When considering real, low-dimensional vectors, this choice will be relatively easy: Euclidean distance, for example. If, on the other hand, clustering is to be carried out on high-dimensional objects (images,...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Control and systems engineering
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Clustering (or partitioning)
Bibliography
Software tools
For computations that do not involve deep learning and that deal with data volumes that do not require the use of distributed computing, the two reference software tools are scikit-learn and R
The Spark Mlib library adapts the main machine learning algorithms (excluding deep learning) to a distributed environment, enabling the processing of very large volumes of data.
Deep...
Events
Annual conferences :
International Conference on Learning Representations ( https://iclr.cc/ )
Conference on Neural Information Processing Systems ( https://nips.cc/ )
Conference on Computer Vision and...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference