登录
首页 » Python » python pca svm

python pca svm

于 2019-03-05 发布 文件大小:1816KB
0 185
下载积分: 1 下载次数: 14

代码说明:

  python实现人脸识别,通过pca进行降维然后使用SVM算法进行分类(Python realizes face recognition, dimensionality reduction through pca and classification by SVM algorithm)

文件列表:

Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\diffpic.png, 244605 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\evr.png, 58058 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\face.png, 104438 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\PCA\main.py, 5696 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\PCA\olivetti_py3.pkz, 1405402 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\pca1.png, 14277 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\pca2.png, 18696 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\pca3.png, 7450 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\pca4.png, 24140 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\pca5.png, 13487 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\readme.docx, 16015 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码\PCA, 0 , 2018-06-07
Python实现PCA压缩支持向量机算法(SVM)分类人脸图片源代码, 0 , 2018-06-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TC
    说明:  能够按照特定轨迹移动并且变换颜色的长方体(Able to move the color of the rectangular transform)
    2012-05-12 09:12:55下载
    积分:1
  • RBF表面重建
    利用径向基函数的方法进行隐式表面重建,matlab代码(Radial basis function method for implicit surface reconstruction)
    2020-10-29 16:59:58下载
    积分:1
  • 区域生长法
    本算法包括区域生长法和形态学后处理算法,功能实现了皮肤镜图像的病变区域分割,准确度很高,后处理算法对原图的影响很小;(This algorithm includes region growing method and morphological post-processing algorithm. It can segment the lesion area of dermoscopic image with high accuracy, and the post-processing algorithm has little influence on the original image.)
    2020-06-21 23:00:02下载
    积分:1
  • PS
    说明:  Matlab实现简单图形处理,包括灰度、亮度、对比度变化等功能(Implement Simple Graphics Processing with matlab. Equipped with the function of gray level,brighteness and contrast ratio transfotmation.)
    2019-01-11 21:18:33下载
    积分:1
  • CTMR融合示例
    医学图像 CT/MR 图像的融合算法 使用梯度频率对两图像进行增强并融合,代码运行良好,适合初学者学习(注意无配准功能)(Medical image CT/MR image fusion algorithm uses gradient frequency to enhance and fuse two images, the code runs well, suitable for beginners to learn (pay attention to no registration function))
    2021-04-17 21:48:52下载
    积分:1
  • 机载正侧视RD
    说明:  机载正侧视SAR雷达仿真和成像,使用matlab编写,直接运行可用(Simulation and imaging of airborne forward-looking SAR radar)
    2020-06-17 13:00:02下载
    积分:1
  • code
    可用于matlab 人脸检测,准确率较高。(It can be used in matlab face detection, with higher accuracy.)
    2017-11-27 17:26:18下载
    积分:1
  • 1
    说明:   奇怪的分式 上小学的时候,小明经常自己发明新算法。一次,老师出的题目是: 1/4 乘以 8/5 小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png) 老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼! 对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢? 显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。 但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同 请写出所有不同算式的个数(包括题中举例的)。 思路:循环遍历。 dfs c++(dfs c++)
    2016-03-21 22:17:14下载
    积分:1
  • 利用聚类技术实现纹理分割
    说明:  a)针对合成纹理图像(共有4 个合成纹理图像,见文件夹: Texture_mosaic_data)中每一个像素提取纹理特征向量; b)利用聚类技术(推荐用k‐均值聚类,可以从网上查找原码)对特征向 量空间中的点进行聚类,类别数可根据图像中的实际纹理类数确定。最后把类 属标签映射成图像形式显示(如下图,其中b、d、f、h 为相应的基准分割图像)。(A) for synthetic texture images (there are 4 synthetic texture images in total, see the folder: Texture feature vector is extracted from every pixel in texture; B) use clustering technology (K-means clustering is recommended, and the original code can be found on the Internet) to search the feature direction The number of categories can be determined according to the actual number of texture classes in the image. Last class The generic label is mapped to an image (as shown in the figure below, where B, D, F, h are the corresponding reference segmentation images).)
    2020-12-06 17:59:22下载
    积分:1
  • sotseleftgon
    人体脑信号波形检测与分析,包含自相关,功率谱分析的方法(Human brain signal detection and analysis, including autocorrelation, the method of power spectrum analysis)
    2017-05-25 07:02:49下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载