搜索资源列表

  1. naive_bayes_numeric

    0下载:
  2. 利用matlab实现的朴素贝叶斯分类器的源代码,可以用来分类或识别,自己编写的,请多指教-Using matlab Naive Bayesian classifier to achieve the source code can be used to classification or recognition, I have written, and like him Zhijiao
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:satanwings
  1. judger

    0下载:
  2. 最小错误率和最小风险贝叶斯分类器,附带示例数据-Minimum error rate and minimum risk Bayes classifier, with sample data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:胡振
  1. Matlab2

    0下载:
  2. 朴素贝叶斯分类器,使用MATLAB语言编写,对文档进行自动分类-Naive Bayes classifier
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:95232
    • 提供者:weiyc
  1. pca_knn

    0下载:
  2. 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:zhangpei
  1. PCA_SVM

    0下载:
  2. 此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。-This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:zhangpei
  1. Bayes

    0下载:
  2. 传统贝叶斯分类器,最小错误率贝叶斯分类器、最小风险贝叶斯分类器-Traditional Bayesian classifier, the minimum error rate classifier, minimum risk Bayes classifier
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:shijun
  1. jiyutezhengronghehemohuhepanbian

    0下载:
  2. 提出了基于特征融合和模糊核判别分析(FKDA)的面部表情识别方法。首先,从每幅人脸图像中手工定 位34个基准点,作为面部表情图像的几何特征,同时采用Gabor小波变换方法对每幅表情图像进行变换,并提取基 准点处的Gabor小波系数值作为表情图像的Gabor特征;其次,利用典型相关分析技术对几何特征和Gabor特征进 行特征融合,作为表情识别的输人特征;然后,利用模糊核判别分析方法进一步提取表情的鉴别特征;最后,采用最 近
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:375808
    • 提供者:MJ
  1. simulinkModels

    0下载:
  2. this is simulink model i use for testing modulation classifier algorithms
  3. 所属分类:编程文档

    • 发布日期:2024-05-13
    • 文件大小:403456
    • 提供者:canbruce luwang
  1. bayes

    0下载:
  2. Naive Bayes Classifier for an arff file (Weka file format)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:59392
    • 提供者:andra
  1. SVM

    0下载:
  2. 线性支撑矢量机分类器 对模式识别问题中的线性可分问题进行分类-Linear support vector machine classifier pattern recognition problems in the linear separable classification
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:梅江
  1. matlab

    0下载:
  2. 模式识别中的线性分类器的设计,包括感知机,最小二乘法和支撑矢量机的算法的MATLAB代码。-Pattern Recognition linear classifier design, including perception, least squares and support vector machine algorithm MATLAB code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:张妮娜
  1. liblinear-1.51.tar

    0下载:
  2. The library of linear classifier
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:203776
    • 提供者:王大雷
  1. Classifier

    0下载:
  2. 本程序完成的功能是模式识别中的两类线性分类器-Test Report on Two-category Classifier
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:孙奀宁
  1. bayes

    0下载:
  2. 贝叶斯分类器的设计与实现,非常好的应用程序,能够在其上面实现人脸识别-Bayesian classifier design and implementation of a very good application, face recognition can be achieved in the above
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:盛器才
  1. bayes

    0下载:
  2. 实现朴素贝叶斯文本分类器,用java实验,还包括readme和训练集-Naive Bayes text classifier to achieve with java experiments, including readme and the training set
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:3046400
    • 提供者:wangdong
  1. SVMClassifier

    0下载:
  2. a demo of implementing SVM Classifier
  3. 所属分类:matlab例程

  1. Classifier_min_dist_f

    0下载:
  2. 最小距离分类器,matlab环境下,可直接调用-Minimum distance classifier, matlab environment, can be directly invoked
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:vicky
  1. Classifier_min_Local_Mean_f

    0下载:
  2. 局部最小距离分类器,性能高于knn分类器,matlab环境下,可直接调用-Local minimum distance classifier, classifier performance than knn, matlab environment, can be called directly
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:vicky
  1. kvoting

    0下载:
  2. kvoting classifier useful in pattern recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:amaal
  1. Fuzzy_Classifier_matlab_code

    0下载:
  2. 模糊分类论文pdf文件以及Matlab code源码,对学习很有帮助。-A Simple Fuzzy Classifier based on Inconsistency Analysis of Labeled Data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:293888
    • 提供者:Vlog
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org