Table of Contents

第一部分 多变元分析(Multivariate Analysis)

课程初始化

每周四: 6:30-9:30

教师

网站 http://www.cad.zju.edu.cn/home/zhx/csmath/doku.php?id=2011

参考书

更多参考书

课程小报告

引言: 数据驱动

大纲

当今计算机科学最大的现状和挑战

计算机是高效运行的机器

完全过程化合成VS完全数据化

贝叶斯推理

但是,当前它通常被当做一个黑盒来使用

确定性 VS 机率性

数据驱动模型

81.jpg

数据驱动相关技术

82.jpg 机器学习 != 人工智能

学习问题的主要分类

更多

为什么学习数据驱动有用?

对计算机科学和技术有用吗?

怎样才是一个成功的学习算法?

一些实际应用

总结

作业

参考文献

Edit by Xinyuan Luo(骆歆远 11021019), wisp@zju.edu.cn

引言: 点估计

主成分分析(Component Analysis)

(Felix:11021004 正在用力扩充此部分内容)

Please refer to courseware slides for rich text formula display. Page numbers are appended after references, e.g. [pp.7] denotes page 7 of the current courseware.

引言

From Wikipedia: “Principal components analysis (PCA) finds a set of synthetic variables that summarise the original set. It rotates the axes of variation to give a new set of ordered orthogonal axes that summarize decreasing proportions of the variation.”

原理

给定一个数据集Y, 需要找到一个变换X和一个特征向量W,以期通过W中的变元来描述Y。由于W中的变元是正交的,因此可以滤除Y中原来的变元之间的依赖关系[pp.23]。

如何计算

我们使用奇异值分解(Singular Value Decomposition, SVD)来计算主成分,即:X=UDV'. 其中U和V是正交(Orthogonal)矩阵,D是对角(Diagonal)矩阵,使用V'代表V的转置(Transpose)[pp.30].

在实际应用中,需要考虑到样本X的一些特殊情况,例如:

因为统计量是实数,因此可以使用V的转置矩阵(Transpose)来代替V的共轭矩阵(Conjugate transpose)

例子

My Abstract of this paper

  • What affect an image (scene)
    • Lighting geometry
    • Illuminant colour
  • Image normalization: for image comparison
  • To normalization both factors
    • Existing process
      • Physics, physical characteristics and dependency
      • Canceling dependent variables
      • Expensive for computing
  • Comprehensive normalization
    • Feasibility
      • Always converge
      • Unique convergence (same normalized result)
  • Process
    • Iteratively perform row(lighting geometry) and column(illuminant colour) normalization until termination condition is met

PCA的问题

距离和相似性(Distance and Similarity)

[PAPER] ISOMAP - Isometric feature mapping

图模型(Graphical Models)

HOMEWORK

本节编撰作者(请大家在这里报到):

浙江大学2008-2010版权所有,如需转载或引用,请与 作者联系