CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - svm 分类识别

搜索资源列表

  1. 文字识别程序

    0下载:
  2. 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:338537
    • 提供者:远超
  1. svmbp

    0下载:
  2. 程序利用svm分类结合bp算法完成图像中的分类和预测问题,这是模式识别中的一个比较新颖的方法。-svm procedures for the use classification algorithm combining bp image classification and prediction, This is the pattern recognition of a relatively new method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:bodiz2002
  1. hog_svm

    1下载:
  2. 这文件夹包含了,hog特征提取,多类SVM分类器,数据库,图像识别(This folder contains the hog feature extraction, multi class SVM classifier, database, image recognition)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-16
    • 文件大小:56462336
    • 提供者:HQ_Xie
  1. hogsvm

    0下载:
  2. 结合HOG特征算子和SVM分类器的目标识别代码,这是一个节点性的贡献(Target recognition code combining HOG feature operator and SVM classifier)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-11
    • 文件大小:4003
    • 提供者:请吻我
  1. code.tar

    0下载:
  2. 利用hog 特征提取 然后用SVM 分类识别(Hog feature extraction, and then using SVM classification recognition)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:7354368
    • 提供者:不乐
  1. SVM算法二分类

    3下载:
  2. 将支持向量机(SVM)用于模式识别,解决二分类问题,程序中包含训练集和测试集。(The support vector machine (SVM) is used for pattern recognition to solve the dichotomy problem, which includes training set and test set.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:egpt
  1. SVM神经网络的数据分类预测

    0下载:
  2. SVM神经网络的数据分类预测-葡萄酒种类识别(SVM for predicting the kind of wine)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:38912
    • 提供者:zdenise
  1. 37724113code

    0下载:
  2. 模式识别上面的第二次作业,主要是用SVM分类器来进行男女生的分类。(Pattern recognition above second operation, is mainly used SVM classifier to classify the male and female students.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:21504
    • 提供者:加油星鹏
  1. svm_images

    0下载:
  2. 识别图像,利用HOG特征,svm分类方法,区别率较高(Recognition of images, the use of HOG features, SVM classification method, the distinction rate is higher)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-05
    • 文件大小:1377280
    • 提供者:WQ520
  1. 基于主分量的人脸重构

    1下载:
  2. 本实验是基于主成分分析法(PCA)在人脸识别中的应用,采用SVM分类器在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真。
  3. 所属分类:matlab例程

  1. 基于支持向量机的图像分类

    2下载:
  2. classifier.mat文件太大未上传。可运行一次main3生成 getFeatures.m 获取灰度共生矩阵相关特征 main-main6 训练 + 识别 predict.m 单独的分类程序 temp.m 单独的分类演示程序(classifier.mat file is too large to upload. Can run a main3 to generate getFeatures.m Get the grayscale co-occurrence matrix rel
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:2670592
    • 提供者:adewalike
  1. FingerTip

    0下载:
  2. 基于深度相机的手势识别,利用深度信息设置包围盒分割手,然后使用SVM分类器对训练数据集进行训练。在静态手势测试时,我们先计算测试图像的HOG特征,然后经SVM分类得到测试结果(Based on the gesture recognition of the depth camera, the depth information is used to set the bounding box to divide the hand, and then the training data set is
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:4458496
    • 提供者:程序员飞宇
  1. SVM

    0下载:
  2. SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。(It is a common discriminant method. In machine learning, it is a supervised learning model, usually used for pattern recognition, classification and regression an
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:33792
    • 提供者:三火123456
  1. SVM_GUI_3.1

    0下载:
  2. 支持向量机实现分类识别,带有图形用户界面,有测试数据以及具体使用说明。(Support vector machine realizes classification and recognition, with graphical user interface, test data and specific instructions.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:72704
    • 提供者:qwer-
  1. SVM

    0下载:
  2. SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。(SVM (Support Vector Machine) refers to support vector machines, which is a common method of discrimination. In the field of machine learning, it is a supervised l
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-04
    • 文件大小:158720
    • 提供者:束负禾火
  1. fenlei

    1下载:
  2. 利用hog提取特征输入到svm分类器中,适用于新手(Using hog extraction feature input to svm classifier, suitable for novices)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:12761088
    • 提供者:turrity
  1. PCA+SVM

    0下载:
  2. 采用经典的ORL人脸数据集,利用PCA进行进行降维,然后用SVM进行数据集的分类和训练。上传文件内包含libSVM3.2安装包(The classical ORL face dataset is used for dimension reduction by PCA, and then SVM is used to classify and train the dataset.)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-08
    • 文件大小:3870720
    • 提供者:欧阳温度
  1. SVM

    4下载:
  2. 语音情感识别分类,在中科大录制的语音情感数据库CASIA中来实现的(Speech emotion recognition and classification is implemented in CASIA, a speech emotion database recorded by China University of science and technology.)
  3. 所属分类:其他

    • 发布日期:2018-06-13
    • 文件大小:1024
    • 提供者:chestnut_
  1. fapiao

    1下载:
  2. 主要实现的是发票的文字区域的检测,采用的SVM训练器进行分类,同时对区域进行划分并且识别出主要文字。(The main task is to detect the text area of invoice. The SVM trainer is used to classify the text area and recognize the main text.)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-04
    • 文件大小:8558592
    • 提供者:LEO cheng
  1. carplate

    1下载:
  2. 首先对车牌识别系统的现状和已有的技术进行深入的研究,然后开发出一个基于 Python 的车牌识别系统,文中先对车辆图像进行高斯去噪、灰度化和边缘检测等预处理方法,然后用颜色特征和形态特征相结合的方法来确定车牌位置,用彩色分割法来完成车牌分割,最后,运用 SVM 分类训练器完成字符识别并使用Python 软件环境进行车牌识别的仿真实验。(License plate recognition based on SVM)
  3. 所属分类:图形图象

    • 发布日期:2020-09-01
    • 文件大小:11497472
    • 提供者:vaaazd
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com