Giter Club home page Giter Club logo

Comments (2)

17314796423 avatar 17314796423 commented on July 20, 2024

我好像悟了,精髓好像就是这个argmin X^T@L@X代表了遍历每个边,计算边两端点标签的差值平方和,其中X就是你要找的最优分类标签,如果这个X找的足够好,那么遍历的所有边两端点几乎都是一个簇内的,也就是差值平方和为0,只有极少数的边是跨簇的,跨簇的边两端点差值平方和就是对X^T@L@X的主要贡献了,会让X^T@L@X大于0,优化问题就是要让这个大于0的X^T@L@X也尽可能的小,那最小也只能是非0轴的最短的那根轴了,也就是第二小特征值,此时的特征向量就是我们想找的最优簇标签,所以同一个簇的值(也就是标签,也就是特征向量里的元素)都是几乎一样的,不同簇的值是差异很大的
image

from book7_visualizations-for-machine-learning.

17314796423 avatar 17314796423 commented on July 20, 2024

image
多个(4个)簇的eigen vector就像这样子

from book7_visualizations-for-machine-learning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.