搜索结果
找到约 288 项符合
pca 的查询结果
按分类筛选
- 全部分类
- matlab例程 (75)
- 人工智能/神经网络 (39)
- 单片机开发 (34)
- 其他 (22)
- 单片机编程 (14)
- 生物技术 (10)
- 数值算法/人工智能 (10)
- 文章/文档 (8)
- 微处理器开发 (7)
- 源码 (7)
- 文件格式 (6)
- 数学计算 (6)
- 其他书籍 (5)
- 技术资料 (4)
- VIP专区 (4)
- 学术论文 (3)
- Linux/Unix编程 (3)
- 系统设计方案 (3)
- 汇编语言 (3)
- 软件设计/软件工程 (3)
- 模拟电子 (2)
- 压缩解压 (2)
- 图形图像 (2)
- 笔记 (2)
- 论文 (2)
- 通信网络 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 数据库系统 (1)
- 嵌入式/单片机编程 (1)
- 软件工程 (1)
- *行业应用 (1)
- 技术管理 (1)
- Java编程 (1)
- 编辑器/阅读器 (1)
- 行业应用文档 (1)
- Matlab (1)
数学计算 使用C++语言实现主成分变换算法pca
使用C++语言实现主成分变换算法pca,包含求特征值特征向量
数学计算 PCA算法程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般
PCA算法程序设计步骤:
1、去均值
2、计算协方差矩阵及其特征值和特征向量
3、计算协方差矩阵的特征值大于阈值的个数
4、降序排列特征值
5、去掉较小的特征值
6、去掉较大的特征值(一般没有这一步)
7、合并选择的特征值
8、选择相应的特征值和特征向量
9、计算白化矩阵
10、提取主分量 ...
其他 PCA算法程序 - Dinga s Blog主分量分析方法
PCA算法程序 - Dinga s Blog主分量分析方法
嵌入式/单片机编程 PCA的理论的介绍。了解PCA很有帮助。
PCA的理论的介绍。了解PCA很有帮助。
人工智能/神经网络 基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognitio
基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face
% recognition algorithm, and then plots resulting accuracy.
matlab例程 特征向量 主要在MATLAB下实现.用于图像的PCA之前的准备工作
特征向量 主要在MATLAB下实现.用于图像的PCA之前的准备工作,最后实现图像的主观检索。
matlab例程 pca 算法的matlab实现 与大家一起分享
pca 算法的matlab实现
与大家一起分享
单片机开发 Face recognition based on PCA. A complete system and related introduction! Maybe it can help you!
Face recognition based on PCA. A complete system and related introduction! Maybe it can help you!
人工智能/神经网络 pca人脸识别This package implements basic Principal Component Analysis in Matlab and tests is with grays
pca人脸识别This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames
matlab例程 PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with gr
PCA人脸识别
This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user to preprocess the images as wanted,
not changing the filenames