搜索资源列表

  1. shihanshu

    0下载:
  2. VB可视化程序,简单的一些代码, 模式识别中势函数的图形表示与分类-VB visualization procedures, some simple code, pattern recognition in the potential function of the graphical representation and classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:JustSea
  1. KNN

    0下载:
  2. KNN算法--一种文本分类算法-KNN algorithm- a text classification algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. C4.5

    0下载:
  2. C4.5算法有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。此外,C4.5只适合于能够驻留于内存的数据集,当训练集大得无法在内存容纳时程序无法运行。-C4.5 algorithm has the following advantages: the classification rules easier to understand, accurate a
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:xinyuanwo
  1. KNN

    0下载:
  2. matlab 源码 KNN classification -matlab source KNN classification
  3. 所属分类:中间件编程

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:chen ye
  1. Classification

    0下载:
  2. 该算法为数字字符特征提取。是字符识别的前提。开发环境为vc++。-The algorithm for the digital characters in feature extraction. Is a prerequisite for character recognition. Development environment for vc++.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:乐言
  1. patternclassification

    0下载:
  2. 模式识别ppt。R. O. Duda的那本Pattern Classification 模式识别红宝书配套ppt-Pattern Recognition ppt. RO Duda was the Little Red Book Pattern Classification Pattern Recognition matching ppt
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:6167552
    • 提供者:fancyiyang
  1. GHalftone_Class

    0下载:
  2. 灰度共生矩阵,半调图像 首先算出图像的增强的一维相关性,并用生经网络进行分类,可以分为6的大类 然后针对第三大类Cluster4和Diffuse8,可以利用图像的纹理特征参数(逆差矩)进行分类-Gray Level Co-occurrence matrix, first calculated image halftone images enhanced the relevance of one-dimensional, and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:郭世雄
  1. SpPCA

    0下载:
  2. 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-pattern PCA use in the Yale face database for face recogni
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:章格
  1. knn

    0下载:
  2. knn 方法为k均值聚类用于数据点的分类-KNN method for k-means clustering for the classification of data points
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:27648
    • 提供者:
  1. K-MEANS

    0下载:
  2. 基于MATLAB的k-means算法 较好的解决了图像分类聚类的问题-MATLAB based on the k-means algorithm better solved the problem of image classification clustering
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刘小强
  1. SVM

    0下载:
  2. 这里实现了四种SVM工具箱的分类与回归算法 1、工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合 2、工具箱:OSU_SVM3.00 Classification_OSU_SVM.m - 多类分类 3、工具箱:stprtool\svm Classification_stprtool.m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:232448
    • 提供者:fgqqd
  1. IrisFisher

    0下载:
  2. 利用经典的iris数据进行核fisher分类-The use of classic iris data classification nuclear fisher
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:华仔
  1. lsvmk

    0下载:
  2. 分类和拟合,支持向量新算法。最小二乘,但只能用于二维数据-Classification and fitting a new support vector algorithm. Least squares, but only for two-dimensional data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:fenglingli
  1. Matlab_PCA

    0下载:
  2. 做模式分类时(例如指纹识别,人脸识别),一个需要处理的难题是维数非常大,人脸往往是百万维的,目前计算机的能力还不足以快速地计算这么高维的数据。pca是一中降维的方法,用它可以把高维数据映射到一个维数较低的空间上考虑。-To do pattern classification (for example, fingerprint identification, face recognition), a need to deal with t
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:李志焕
  1. svm

    0下载:
  2. libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:295936
    • 提供者:baolij
  1. Knn

    0下载:
  2. K最近邻分类的代码,附有输入输出和程序使用说明。-K nearest neighbor classification code, with input and output and procedures for use.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-12
    • 文件大小:518144
    • 提供者:胡芬芬
  1. VehicleCheck

    0下载:
  2. 车辆识别 vehicle detection and classification.-Vehicle Identification vehicle detection and classification.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:84992
    • 提供者:dtianmin
  1. classfication_toolbox

    0下载:
  2. 这个文本分类工具箱给出了有监督和无监督的文本分类算法清单。 这些算法为实验和合成数据提供了设计分类方法。-The text classification toolbox has given supervision and unsupervised text classification algorithm list. These algorithms for the experimental and synthetic data c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:644096
    • 提供者:庄子
  1. the_online_clustering

    0下载:
  2. 此文章为基于在线聚类的雷达辐射源分类,它发展了新算法来在线更新分类。内附详细流程图,及功能介绍。可供用matlab做聚类和在线更新的所有人参考。-This article is based on online clustering of Radar Emitter classification, it has developed a new algorithm to update the classification of online
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:971776
    • 提供者:Allen
  1. MDL

    0下载:
  2. 此书介绍了基于MDL准则的雷达辐射源分类方法,适用于做MDL方法和发射源分类方法的人参考使用。-The book introduced the MDL-based criteria for Radar Emitter classification methods, applied to make MDL methods and emission source classification of people use and refere
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:353280
    • 提供者:Allen
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org