CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 相似度 匹配

搜索资源列表

  1. Edit Distance算法

    0下载:
  2. 对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2734
    • 提供者:蓝色梦幻
  1. naiveBayesClassify

    0下载:
  2. 机器学习算法,朴素贝叶斯分类器,常用作文本分类,或者用在本体匹配算法中用作相似度的计算-Machine learning algorithm, naive bayes classifier, commonly used ZuoWenBen classification, or use in ontology matching algorithm used in the calculation of similarity degree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:7031
    • 提供者:兰明明
  1. An-Algorithm-for-Face-Recognition-

    0下载:
  2. 高独特性特征的选择以及合适匹配策略的选用是人脸识别技术的关键。讨论了基于仿射不变的几何特 征SIFT算子进行人脸识别的方法。SIFT算子的计算复杂度较高,并且不同的人脸表情和图像模糊会加大特征匹 配的难度。为克服上述缺点,提出了一种新的算法,将选择6个人脸上感兴趣子区域进行描述,并根据各自的独特 性赋予不同的权值,最后在匹配过程中使用相似度的平方来减小偏差数据造成的影响。实验结果表明,该方法能 有效减轻表情变化对于身份识别率急剧下降的影响,并可显著减少计算复杂度和特征匹配时间。-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:287117
    • 提供者:陈方芳
  1. Mode_similarity

    1下载:
  2. 按照模式相似性测度算法计算待测样品与样品库中的样品相似度,包括模块匹配法、基于PCA的模块匹配法、基于类中心的欧氏距离法和马氏距离法-Similarity measure in accordance with the mode algorithm to calculate the sample similarity in the sample and sample libraries , including the module matching method based on PCA modu
  3. 所属分类:matlab例程

    • 发布日期:2017-05-09
    • 文件大小:2290
    • 提供者:醉月
  1. ModelMatch

    0下载:
  2. 利用Wordnet实现过程模型相似度匹配的算法-compute the similarity of business processes using wordnet
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:77628
    • 提供者:高俊涛
  1. tidu

    0下载:
  2. 针对mean shift 跟踪方法中存在的光照变化不稳定问题, 提出了基于梯度特征与彩色 特征相融合的mean shift 跟踪方法。首先分别提取目标的梯度特征和彩色特征,利用多尺度的相似度 计算方法进行特征的匹配,然后通过最大化相似度对目标进行跟踪。通过物体和人体等运动目标的跟 踪,验证了改进的跟踪算法在光照变化情况下的鲁棒性优于原有的算法,显著降低了跟踪位置误差。-The instability of the light changes in the mean shift tra
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:449845
    • 提供者:张娜
  1. region-match

    0下载:
  2. 图像的区域匹配,输入:两幅图像分割之后的邻接矩阵,还有两幅图像分割区域的每个块之间的相似度,就可以得出区域一对一匹配的关系-region match input:Adjacency matrix of picture A,B and Affinity matrix represent the Affinity of the every regions between pictures output:one-to-one match between regions of two pictu
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:13366
    • 提供者:Edward
  1. Pcasmlar

    0下载:
  2. 基于 matlab 用主元分析对半导体数据进行处理,进行相似度的匹配-Matlab using principal component analysis based on semiconductor data processing, the similarity matching
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:925
    • 提供者:刘宁
  1. DNA

    1下载:
  2. 基因序列比较 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 A C G T - A 5 -1 -2 -1 -3 C -1 5 -3 -2 -4 G -2 -3 5 -2 -2 T -1 -2 -2 5
  3. 所属分类:Bio-Recognize

    • 发布日期:2015-01-11
    • 文件大小:2048
    • 提供者:DAI
  1. pHash-0.9.4-sourcecode

    0下载:
  2. 开源的图像相似度感知hash算法,支持jpg等主流图像的相似度匹配。-the sourcecode algrithm is about picture of perceptual hash, supporting jpg format, and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:524817
    • 提供者:王易之
  1. simhash_sourcecode

    0下载:
  2. 文本文件,网页内容相似度匹配hash算法源代码,用于生成文件指纹,并根据文件指纹生成文件相似度。有windows和linux2个系统的源代码。-the sourcecode is about fies and web pages similarity match algrithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5974016
    • 提供者:王易之
  1. DTW

    0下载:
  2. Dynamic Time Warping(DTW)诞生有一定的历史了(日本学者Itakura提出),它出现的目的也比较单纯,是一种衡量两个长度不同的时间序列的相似度的方法。应用也比较广,主要是在模板匹配中,比如说用在孤立词语音识别(识别两段语音是否表示同一个单词),手势识别,数据挖掘和信息检索等中。(The birth of Dynamic Time Warping (DTW) has a certain history (Itakura, a Japanese scholar), and it
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:cxj01
  1. kaggle-quora-question-pairs

    0下载:
  2. kaggle quora 问题相似度匹配比赛 top1% 代码(kaggle quora question pair competition top1% solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2716672
    • 提供者:SunnyMarkLiu
  1. RKRGST

    0下载:
  2. 用于字符串文本的匹配算法,融入了kr算法,hash函数映射的方法,缩短了计算时间成本。多用于抄袭相似度比对等领域(The matching algorithm for string texts incorporates the kr algorithm and the hash function mapping method, which reduces the computation time cost.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:4096
    • 提供者:onionion
  1. er

    0下载:
  2. 对亚马逊和谷歌的数据进行匹配进行解析,用余弦相似度并设置阈值,求出两条数据是否匹配(Data matching between Amazon and Google is analyzed.)
  3. 所属分类:大数据

    • 发布日期:2018-05-03
    • 文件大小:995328
    • 提供者:鸡腿腿
  1. python_s

    1下载:
  2. 计算两个文本间的相似度,并且返回相速度值,用于确定两个文本将的距离(Compute the similarity between two short txts)
  3. 所属分类:数据挖掘

    • 发布日期:2020-04-24
    • 文件大小:68608
    • 提供者:Primtee
  1. 模糊熵源码

    1下载:
  2. 计算给定时间序列数据的模糊熵。基于向量形状的相似度定义,加上自匹配的排除,使得模糊相对一致性更强,对数据长度的依赖性更小。
  3. 所属分类:matlab例程

搜珍网 www.dssz.com