Matlab Toolbox for Dimensionality Reduction
 
降维方法包括:
  1. Principal Component Analysis (PCA)

  2. • Probabilistic PCA

  3. • Factor Analysis (FA)

  4. • Sammon mapping

  5. • Linear Discriminant Analysis (LDA)

  6. • Multidimensional scaling (MDS)

  7. • Isomap

  8. • Landmark Isomap

  9. • Local Linear Embedding (LLE)

  10. • Laplacian Eigenmaps

  11. • Hessian LLE

  12. • Local Tangent Space Alignment (LTSA)

  13. • Conformal Eigenmaps (extension of LLE)

  14. • Maximum Variance Unfolding (extension of LLE)

  15. • Landmark MVU (LandmarkMVU)

  16. • Fast Maximum Variance Unfolding (FastMVU)

  17. • Kernel PCA

  18. • Generalized Discriminant Analysis (GDA)

  19. • Diffusion maps

  20. • Neighborhood Preserving Embedding (NPE)

  21. • Locality Preserving Projection (LPP)

  22. • Linear Local Tangent Space Alignment (LLTSA)

  23. • Stochastic Proximity Embedding (SPE)

  24. • Multilayer autoencoders (training by RBM + backpropagation or by an evolutionary algorithm)

  25. • Local Linear Coordination (LLC)

  26. • Manifold charting

  27. • Coordinated Factor Analysis (CFA)

  28. • Gaussian Process Latent Variable Model (GPLVM)

  29. • Stochastic Neighbor Embedding (SNE)

  30. • Symmetric SNE (SymSNE)

  31. • new: t-Distributed Stochastic Neighbor Embedding (t-SNE)

  32. • new: Neighborhood Components Analysis (NCA)

  33. • new: Maximally Collapsing Metric Learning (MCML)

     

最新文章

  1. ExtJS自制表格Grid分页条
  2. angularJS ngClass如何使用
  3. Android开发学习之路-抢红包助手开发全攻略
  4. 在Android中实现service动态更新UI界面
  5. [转]使用xcode4 workspace 多个project协同工作
  6. Corotational 模型代码
  7. GC与显式内存管理
  8. Xcode GDB 命令list
  9. [BZOJ1002] [FJOI2007] 轮状病毒 (数学)
  10. beta版本复审
  11. 爬虫须知的HTTP协议
  12. STM32学习笔记:【001】常见数据查阅
  13. linux git clone 指定分支
  14. 深入浅出WPF文摘
  15. Python3 安装 PyQt5 -pycharm 环境搭建
  16. 虚拟机virtualBox安装linux系统 xshell远程连接linux
  17. XML 特殊字符处理
  18. 常用的sass编译库
  19. 华为笔试——C++消重输出
  20. Java基础学习-常见API

热门文章

  1. Mysql操作日志
  2. 使用Navicat Premium连接mysql数据库
  3. python之socket运用之传输大文件
  4. Python打杂之路
  5. 论坛遇到附件上传失败问题总结(discuz)
  6. python创建独立虚拟工作环境方法
  7. 慢工出细活,Facebook点赞按钮设计中的门道
  8. break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的
  9. 13.11.20 jquery 核心 siblings() 获得同类(不包含自己)循环所有,
  10. 关闭文件流--fclose,