Clustering algorithm related

Source: Internet
Author: User

bisecting Kmeans

The main idea of the bisecting Kmeans algorithm is: First, all the points as a cluster, then divide the cluster into two, then select the cluster that can minimize the clustering cost function (that is, the sum of squared error) is divided into two clusters to proceed, until the number of clusters equals the number of users given by K.

Gaussian Mixture Model

The so-called mixed Gaussian model refers to estimating the probability density distribution of a sample, and the estimated model is the sum of several Gaussian models (specifically, several to be established before the model is trained). Each Gaussian model represents a class (a cluster). When the data in the sample is projected on several Gaussian models, the probabilities on each class are obtained respectively. Then we can select the class with the most probability as the result of the verdict.

latent Dirichlet Allocation

The idea of the LDA thematic model is to abstract the content of a document into multiple topics, each with its own words, and each document is given in the form of a probability distribution.

Clustering algorithm related

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.