• Principal Component Analysis ---- PRML读书笔记


        To summarize, principal component analysis involves evaluating the mean x and the covariance matrix S 

    of the data set and then finding the M eigenvectors of S corresponding to the M largest eigenvalues. If we

    plan to project our data onto the first M principal compents, then we only need to find the first M eigenvalues

    and eigenvectors.

        PCA can be defined as the orthogonal projection of the data onto a lower dimensional linear space, known as

    the principal subspace, such that the variance of the projected data is maximized. Equivalently, it can be defined 

    as the linear projection that minimizes the average projection cost, defined as the mean squared distance between

    the data points and their projections.

        Consider a data set of observations {xn} where n = 1,...,N, and xn is a Euclidean variable with dimensionality D.

    Our goal is to project the data onto a space having dimensionality M < D while maximizing the variance of the projected

    data. 

        The general solution to the minimization of J for arbitrary D and arbitrary M < D is obtained by choosing the {ui} to be

    eigenvectors of the covariance matrix given by Suiiui. where i=1,...,D, and as usual the eigenvectors {ui} are chosen to 

    be orthonormal.

  • 相关阅读:
    页面上有10个多选框,实现三个按钮(重置、反选、全选)功能
    鼠标点哪 哪出15*15的圆型div
    es写简单的留言板
    面试准备(3)事件循环
    面试准备(2)async+await的使用与原理
    面试准备(1)重排与重绘和验证码
    vue项目修改el-input样式
    echarts画雷达图详解
    决心
    国庆中秋
  • 原文地址:https://www.cnblogs.com/donggongdechen/p/9742726.html
Copyright © 2020-2023  润新知