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

搜索资源列表

  1. lsvm

    0下载:
  2. 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2125
    • 提供者:韩乐
  1. prtools_ac

    0下载:
  2. matlab的模式识别toolbox,将它解压缩,拷贝到matlab目录下的toolbox下,声明:请不要将这个工具箱应用到商业用途上,仅作学术参考。-pattern recognition tool box. Please unzip, copy it under the directory of matlab toolbox. Announcement: Don t apply it to commercial usage, just for research reference.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:696953
    • 提供者:王建财
  1. gaussian

    0下载:
  2. 该程序是用matlab编写的,有关模式识别的程序,经验证:效果良好。-that the procedure was used in the preparation of Matlab, the pattern recognition procedures, experience certificate : good results.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:李立
  1. crosscTrain

    0下载:
  2. 该程序用matlab编写的,采用crosstrain方法进行模式识别的方法。-the procedures used in the preparation of Matlab, crosstrain using the method of pattern recognition methods.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1296
    • 提供者:李立
  1. K_average

    1下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2701
    • 提供者:也风
  1. PerceptionApproach

    1下载:
  2. 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写。-the classic pattern recognition algorithm, perception algorithm, the model used for classification, prepared using Matlab.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1234
    • 提供者:也风
  1. n_pca

    0下载:
  2. 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。-pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1495
    • 提供者:吴东
  1. Eyes Location by Hierarchical SVM Classifiers

    0下载:
  2. 模式识别中人连识别眼镜定位,用的是matlab支持向量机开发的-human pattern recognition to identify even glasses positioning, using the Matlab SVM Development
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:452064
    • 提供者:网小强
  1. 基于统计模型的人脸识别pca程序

    0下载:
  2. 统计模式的人脸识别程序,准确度高,MATLAB编写。-statistical model of face recognition procedures, high accuracy, MATLAB prepared.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2401
    • 提供者:周刚
  1. hmmbox_4_1

    1下载:
  2. hmm算法的经典matlab程序,可用于模式识别等人工智能方面-classic Matlab program can be used for pattern recognition, such as artificial intelligence
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:164798
    • 提供者:dy
  1. ASM3

    0下载:
  2. cootes提出的ASM算法的matlab实现。在cootes用于课堂使用的源代码的基础上改写。改正了原来代码中的一些错误,加入了方便使用的样本训练标注保存环节。供图像分析处理,模式识别,人工智能研究者使用。-the ASM Algorithm Implementation of Matlab. Cootes used in the classroom use of the source code on the basis rewritten. To correct the original s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25777
    • 提供者:冯雪涛
  1. DataClusteringand-PatternRecognition

    0下载:
  2. 用matlab编程、用于数据聚类和模式识别的源代码-using Matlab programming for data clustering pattern recognition and the source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:981111
    • 提供者:刘数位
  1. bp_S200502106

    0下载:
  2. 模式识别-神经网络bp算法用于模式分类,采用了matlab自带的接口函数-pattern recognition-bp neural network algorithm for pattern classification, using the Matlab's own interface function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1300
    • 提供者:郑军
  1. cor_recover

    0下载:
  2. matlab文件,对学模式识别或图像处理,都可以-Matlab paper for school or image processing pattern recognition, can s
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1311
    • 提供者:songwei
  1. S200502106_SVM_for_classfication

    1下载:
  2. SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6029
    • 提供者:郑军
  1. Perceptron

    0下载:
  2. 模式识别,算法用于模式分类,采用了matlab自带的接口函数-pattern recognition algorithm for pattern classification, using the Matlab's own interface function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4148
    • 提供者:天天
  1. wav_featu

    0下载:
  2. 模式识别中,以小波分析为基础的信号能量特征提取方法,matlab源代码-pattern recognition to wavelet analysis of the signal energy feature extraction method, the source code Matlab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2907
    • 提供者:陈丹
  1. patternreg

    1下载:
  2. 模式识别中的Parzen窗法ISODATA算法H-K(Ho-Kashyap)算法的实现,用matlab和VC编写-pattern recognition of Parzen window ISODATA method algorithm H-K (Ho-Kashya p) algorithm implementation using Matlab and VC prepared
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:80481
    • 提供者:杜检来
  1. GA_matlab

    1下载:
  2. 遗传算法(GeneticAlgorithm,GA)是一种基于进化论优胜劣汰、适者生存的物种遗传思想的搜索算法。20世纪50年代初,由于一些生物学家尝试用计算机模拟生物系统,从而产生了GA的基本思想。美国密执根大学的霍勒德(J.H.Holland)于20世纪70年代初提出并创立了遗传算法。遗传算法作为一种解决复杂问题的崭新的有效优化方法,近年来得到了广泛的实际应用,同时也渗透到人工智能、机器学习、模式识别、图像处理、软件技术等计算机学科领域。(exmple:quest the maximum va
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-06
    • 文件大小:3072
    • 提供者:wentgo
  1. k均值聚类

    1下载:
  2. 通过比较自编MATLAB 的k-means 算法程序和SPSS 中自带的k-means聚类工具,对两个数据集聚类,并分析了聚类结果。(By comparing the k-means algorithm program of self-compiled MATLAB with the K-means clustering tool of SPSS, two data sets are clustered and the clustering results are analyzed.)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-28
    • 文件大小:362496
    • 提供者:yty1018
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com