搜索资源列表

  1. similarity

    0下载:
  2. 这是一个识别两句话之间的相似度的程序,输入是两句中文文字,输出是得分(满分100)-This is a recognition of the similarity between two sentences of the procedure, the input of two Chinese characters, the output is a score (out of 100)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:914432
    • 提供者:黄家
  1. AMeasurementofColorSimilarityBasedonHSVColorSystem

    0下载:
  2. 该文给出了基于HSV 颜色空间的两幅彩色图像之间颜色相似度计算公式,它既保留了传统方法计算相似度的好处,同时克服了其缺陷。-In this paper, based on the HSV color space of the two color image color similarity between the formula, it retains the traditional method of calculating the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:310272
    • 提供者:jacky1
  1. improvedregion3

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:zhourl
  1. WordSimilarity

    0下载:
  2. 词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet。-Vocabulary comparison procedures. Able to compare two lexical similarity procedures, based on wordnet.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:983040
    • 提供者:刘翔
  1. sr

    0下载:
  2. 随机共振相似度的Matlab计算程序,计算看出输入-输出的相似度S随着噪音的标准差的增大而不断得到改善,直到增大至一饱和值为止。-Stochastic resonance Matlab similarity calculation process, the calculation to see input- output of the similarity S as the standard deviation of the noise
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:王清华
  1. 123

    0下载:
  2. 领域本体的概念相似度计算,对研究语义web的很有帮助-The concept of domain ontology similarity calculation, the study of the useful semantic web
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:78848
    • 提供者:gun
  1. LD

    0下载:
  2. 吃算法是对字符串比较相似度的实现,效率高,正确率高。很有研究价值。-To eat the string comparison algorithm is a similarity realize high efficiency, high accuracy rate. Great research value.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:hangang1000
  1. wordnet20

    0下载:
  2. 这是个语义网络WordNet,能进行两个词的相似度的比较。-This is a semantic network of WordNet, to a two-word similarity comparison.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:11767808
    • 提供者:hangang1000
  1. imagematching

    0下载:
  2. 数字图像匹配matlab源码,就是指图像之间的比较、得到不同图像之间的相似度。基于数字图像,编写对两副数字图像进行匹配的算法及演示程序。-Digital image matching matlab source, refers to a comparison between images, the similarity between different images. Based on digital images, the prep
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:196608
    • 提供者:宁浩
  1. FCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。有关FCM的介绍及程序实现。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest simila
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:77824
    • 提供者:张娜
  1. text_tfidf

    0下载:
  2. 文本相似度计算(tfidf),可用文本分类以及文本信息处理-Text Similarity Computing (tfidf), available for text classification and text information processing
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:杨明
  1. ssim_index

    1下载:
  2. 该程序SSIM(结构相似度)是基于matlab平台,用于图像的客观质量评价,是FR中精典算法-The program SSIM (structural similarity) is based on matlab platform for an objective image quality evaluation, is in the classical algorithm FR
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:jian
  1. pic

    0下载:
  2. 实现BMP图像的直方图均衡化,并集成了两幅图片的相似度匹配,能输出匹配度-Achieve BMP image histogram equalization, and integrated picture of the similarity of the two match, output match degree
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:48128
    • 提供者:叶峰峰
  1. image_similarity

    0下载:
  2. 图像相似度检测,下面是直方图相交的代码,同种图片的识别率达90%以上,性能非常稳定。 程序的例子是8位(256色)位图,其他位图类似。 -Image similarity detection, the following is the histogram intersection of the code, the same kinds of picture identification rate of 90, performan
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:zhaochuan
  1. textFCM

    0下载:
  2. 应用FCM(模糊c均值聚类)算法到文本聚类 采用两种方法计算文本相似度 采用ShootSeg分词 采用sogou互联网词库简化特征值计算-err
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-18
    • 文件大小:57344
    • 提供者:苏宁
  1. 20091119

    0下载:
  2. 这是一个用高斯模型来进行相似度计算 然后,采用模板匹配的算法实现人脸的检测和定位的。-This is a Gaussian model used for similarity computation and then, using a template matching algorithm of face detection and positioning.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:谭少侠
  1. cbir

    0下载:
  2. 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the im
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:12361728
    • 提供者:周文
  1. javacluster

    0下载:
  2. JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。-JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such a
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:优优
  1. tuxiangshibie

    0下载:
  2. 图形匹配,自动输出相似度。。。非常好的算法-Shape matching, automatic output similarity. . . Very good algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:258048
    • 提供者:lidf
  1. main

    0下载:
  2. 计算文本之间相似度的程序,用于文本的聚类。是在已知各个文本的文本特征向量基础上进行计算的,利用余弦值计算-Calculation of similarity between the text of the procedures for text clustering. Are known at all the text of the text feature vector calculated based on the use of c
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:effi
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org