课程介绍:Data science is a "concept to unify statistics, data analysis, machine learning and their related methods" in order to "understand and analyze actual phenomena" with data1. With the development of the technologies of data collection and storage, big data emerges from various fields. It brings great opportunities for researchers. Many algorithms have been proposed , and most of them involve intensive matrix optimization techniques. This course covers ten important topics of “Data Science” (one topic per week). It is intended to teach mathematical models, matrix optimization models, algorithms and applications related to ten basic problems from practical problems and real-world data. This course is designed for doctoral, postgraduate and upper-level undergraduate students in all majors.

The ten topics and the corresponding material are as follows:

Robust PCA

Non-negative Matrix Factorization

Matrix Completion

Sparse Coding

Sparse Sensing

Subspace Clustering

Precision Matrix Estimation

Nonlinear Manifold Learning

Manifold Alignment

Tensor Factorization

课程地址:Data Science and Matrix Optimization

最新文章

  1. C#拾遗-边边角角
  2. SSH框架使用中存在的诡异异常
  3. 一次性下载CVPR2016的所有文章
  4. WEB工程数据库相关安装脚本写作
  5. VMWARE安装MAC时无法移动鼠标?
  6. ssh 免密码登录(设置后仍需输密码的原因及解决方法)
  7. 二维数组过滤,根据多个条件获取二维数组中指定的arr
  8. day03运算符 逻辑运算符
  9. iTerm通过堡垒机自动登录服务器
  10. ASP.net 控件实现数据级联
  11. 重读redux源码(一)
  12. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed. 解决
  13. 深入理解Linux内核-系统调用
  14. PHP安全相关的配置(2)
  15. PostgreSQL调整内存与IO的参数说明
  16. <a>标签实现链接和锚点的区别
  17. POJ 1061 青蛙的约会(扩展欧几里得算法)
  18. java-mybaits-00502-案例-映射分析-一对一、一对多、多对多
  19. git 撤销 merging
  20. 20190118-利用Python实现Pig Latin游戏

热门文章

  1. 【Spring】JdbcTemplate的使用,查询,增、删、改
  2. 使用Python代码制作GIF动态图
  3. Java实现 蓝桥杯 算法训练 求和求平均值
  4. Java实现 LeetCode 540 有序数组中的单一元素(位运算入门)
  5. Java实现旅行商问题
  6. java实现第七届蓝桥杯寒假作业
  7. Python——day3
  8. 分布式ID总结
  9. 【JUC系列】01、之大话并发
  10. [转] Socket通信实例