Low-rank approximations

Give matrix and a positive integer , we wish to find an matrix of rank at most ,so as to minimize the Frobenius norm of the matrix difference ,defined to be

Thus, the Frobenius norm of measures the discrepancy between and ; our goal is to find a matrix that minimizes this discrepancy, while constraining to have rank at most . If is the rank of , clearly and the Frobenius norm of the discrepancy is zero in this case. When is far smaller than , we refer to as a low-rank approximation.


SVD

  1. Given , constuct its SVD int the form of .
  2. Derive from the matrix formed by replacing by zeros the smallest sigular values on the diagnal of .
  3. Compute and output as the rank- approximation to .

http://nlp.stanford.edu/IR-book/html/htmledition/low-rank-approximations-1.html

最新文章

  1. img标签使用默认图片的一种方式
  2. CodeForces 559C Gerald and Giant Chess
  3. hdu 2044 一只小蜜蜂
  4. u-boot启动流程分析(2)_板级(board)部分
  5. FileOutputSream
  6. win7中CIFS挂载和解挂
  7. Jmeter java协议测试jar和依赖jar的路径研究
  8. 把某个asp.net 控件 替换成 自定义的控件
  9. python多进程断点续传分片下载器
  10. ubuntu下安装myeclipse
  11. c#.net的网站出现“正在中止线程””异常的原因和解决方法
  12. 读书笔记系列01-《收获、不止Oracle》
  13. centos7 nginx安装/启动/进程状态/杀掉进程
  14. Chapter 4 Invitations——14
  15. 1(3)IO流------字符流
  16. 转 JVM找出占用CPU最高的线程
  17. Sublime Text 3激活
  18. JQuery中的工具类(五)
  19. Geany的"跳转到标记定义“功能如何使用
  20. quartz整合spring框架service层对象注入为null解决方案

热门文章

  1. reportng优化
  2. 一文了解安卓APP逆向分析与保护机制
  3. [LeetCode] Falling Squares 下落的方块
  4. [LeetCode] Repeated String Match 重复字符串匹配
  5. Linux 在添加一个新账号后却没有权限怎么办
  6. [NOI 2015]荷马史诗
  7. [SCOI2009]windy数
  8. [AH/HNOI2017]影魔
  9. 区间(interval)
  10. ●CodeForces 429D Trick_Function