Laplace matrix/Mapping/Clustering

Source: Internet
Author: User

Original address

Laplace matrix is a very ingenious thing, it is a kind of matrix of description graph, it is widely used in the field of machine learning such as dimensionality reduction, classification and clustering. what is a laplace matrix Laplace Matrix

First of all, what is the Laplace matrix, the English name Laplacian matrix, the specific form of the first from the diagram, assuming that there is an image as shown below,
  
Each of its points have corresponding edge connection, we use an indicator (this place can be arbitrarily selected, such as Euclidean distance, geodesic distance, or Gaussian similarity, etc.) to measure the similarity of two points, expressed as W=∑wij, no edge connection of its similarity is naturally zero, W is a symmetric matrix The sum of the similarity of a point to all points is expressed as D=dig (d);d =rowsum (W); D is a diagonal array; our Laplace matrix is l=d−w.

properties of Laplace matrices

Properties:
(1) L is a semi-positive definite matrix.
(2) L the minimum special value is 0, the corresponding special direction is a full 1-column vector.
(3) The LF=ΛDF has m non-negative real eigenvalues, 0

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.