CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - svm代码

搜索资源列表

  1. Hllesvmrbf

    1下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:郭锋
  1. FaceRecEvaluator

    0下载:
  2. 人脸识别算法matlab代码,可以实现,如PCA,ICA,SVM,LDA等-Matlab code for face recognition algorithms can be achieved, such as PCA, ICA, the SVM, LDA
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8.25mb
    • 提供者:林娅静
  1. generalBT

    0下载:
  2. SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 libsvm相关的matlab代码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. libsvm-related matlab code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:4.22kb
    • 提供者:susan
  1. lle

    1下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:899byte
    • 提供者:韩静书
  1. hlle

    1下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1.76kb
    • 提供者:韩静书
  1. SVMmatlab_coding

    0下载:
  2. 支持向量机代码 用于分类 识别算法开发语言 matlab-svm coding
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:brain
  1. Nonlinear-SVM-classifier-design

    0下载:
  2. 模式识别领域非线性SVM分类器设计原理,代码及过程-Pattern recognition domain nonlinear SVM classifier.experimental design principle, the code and process
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:272.16kb
    • 提供者:周丽梅
  1. SVM

    1下载:
  2. SVM的C语言实现代码,可以直接移植到自己的工程中。-SVM' s C language code can be directly transplanted into their own works.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:259.42kb
    • 提供者:kangue
  1. svmclassiferanddata

    0下载:
  2. SVM实现的matlab语言代码的应用版本,可以直接使用。-The SVM implementation matlab version of the application of the language code can be used directly.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-26
    • 文件大小:5.3mb
    • 提供者:kangue
  1. svm-coder

    0下载:
  2. 适合svm的初学者,通过本代码的练习,可以使初学者对c-svm进行分类有一个感性认识。-Svm suitable for beginners, through this code of practice, you can make beginners c-svm classification has a perceptual knowledge.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-19
    • 文件大小:8.24kb
    • 提供者:黄河
  1. PCAPSVM

    0下载:
  2. 使用pca+svm进行人脸识别的代码,很详细-detailed code for face recognition using pca+svm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:6.6mb
    • 提供者:song
  1. PCAPSVM

    0下载:
  2. 基于pac的svm的MATLAB代码,可进行人脸识别,正确率较高-Pac of svm based MATLAB code, can be face recognition, high accuracy
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:10.57mb
    • 提供者:李林
  1. Face-recognition

    0下载:
  2. 基于SVM的人脸识别,识别率很高的,MATLAB代码,已验证完毕-SVM-based face recognition, recognition rate high, MATLAB code, has completed verification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-15
    • 文件大小:21.8mb
    • 提供者:二小姐
  1. RecognitionUsingLibsvm

    0下载:
  2. 手写字体识别有着广泛的应用,本代码是基于SVM的手写字体识别-Handwriting recognition has been widely used, the code is based on handwriting recognition SVM
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:fwj
  1. SVM

    0下载:
  2. 用简单的代码实现了SVM,其中包括了线性、非线性以及多种kernel。(SVM is implemented with simple code, including linear, nonlinear, and a variety of kernel.)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-18
    • 文件大小:8kb
    • 提供者:极地渔翁
  1. 14.SVM(代码)

    0下载:
  2. 用SVM在python平台实现手写数字的识别(using the algorithm of SVM to recognition of handwritten numerals on python)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-05
    • 文件大小:183kb
    • 提供者:THTing
  1. face-Adaboost

    1下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2kb
    • 提供者:L.Xun
  1. NumberPlateRecognition

    0下载:
  2. 基于SVM和神经网络的车牌识别,采用C++代码实现(Car Plate Recognition)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-21
    • 文件大小:5.54mb
    • 提供者:鱼丸君
搜珍网 www.dssz.com