CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 权重

搜索资源列表

  1. awmf

    0下载:
  2. 自适应加权中值滤波,可以调节窗口大小和中心像素的权重以及其他相关像素与中心像素的权重比例。-adaptive weighted median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:602
    • 提供者:陈思
  1. PSO-and-improved-PSO

    0下载:
  2. 这是一个包含基本PSO算法和改进PSO算法的程序,包括带压缩因子的PSO,权重改进的PSO,变学习因子PSO,混沌PSO等-This is one that contains the basic PSO algorithm and PSO algorithm to improve the procedures, including with a compression factor of the PSO, the weight of the improved PSO, variable lear
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:9703
    • 提供者:汤奇峰
  1. ABCSMC_sysbio.tar

    0下载:
  2. 基于近似贝叶斯计算思想,用于系统生物学里模块功能搜索,结构筛选,参数区间权重划分。强大之处在于,练习者只须用新的生物case编一个input文件即可。输出量为模型,参数的权重。欲改进者可考虑引进粒子滤波中的权重给定方法。-Approximate Bayesian Computation in Python with GPU support。
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1034798
    • 提供者:Wong SQ
  1. ReadVedio

    0下载:
  2. 实现视频的运动物体检测,可以更改背景所占权重来改变前景的检测效果-The moving object detection in video,Moving object detection in video, you can change the background to change the weight of the prospects of detection results
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1444
    • 提供者:陆翠
  1. TFIDF0.6

    0下载:
  2. 加大命名实体权重的TFIDF算法,其中命名实体包括人名,地名和机构名-the improved TFIDF algorithm is based on the Entity,which includes the person,location and organization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:14288
    • 提供者:xiawei
  1. WaveletFusion

    1下载:
  2. 基于小波变换的多传感器融合算法,先通过小波变换分离低频信号和高频噪声,计算高频噪声的方差,通过不同传感器信号噪声方差的大小决定不同传感器的置信程度(方差越小,权重越大),最后进行信号融合。-Wavelet-based multi-sensor fusion algorithm, the first separation of low-frequency signal by wavelet transform and high frequency noise, calculate the vari
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:2324
    • 提供者:赵磊
  1. Huffman

    0下载:
  2. 哈夫曼树的构造方法(1)每个节点都存在权重 以及左右子树 (2)树的所有节点在一个数组中 (3)整个数组构成一个棵哈夫曼树,最后一个节点就是树根,构造过程中数组中包含多个树 (4)有n个节点,那么构造的哈夫曼树应该有2*n-1个节点,序号2*n-1节点就是树根节点; (5)前n个节点都是叶子节点; (6)在构造哈夫曼树的时候总是寻找双亲为0的节点构造,因为双亲为0的节点才是树根节点-Huffman tree construction
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:131072
    • 提供者:chenzd
  1. ChineseSplitter

    0下载:
  2. ChineseSplitter中文分词系统集成了单字(一元切分)、双字(二元切分)、词义切分等分词方法。提供很好的权重计算办法。-ChineseSplitter Chinese word segmentation system integrates a word (a cut), double word (Binary Segmentation), meaning cut points decile word. Weights provide a good method of calculat
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2515486
    • 提供者:wmc
  1. NICK_IRC

    0下载:
  2. 实现了基于昵称评估的IRC僵尸网络检测程序,该程序利用被动测量的方法,采用Scoring Function、多正则式匹配、黑名单匹配三种方法对昵称进行评分,再综合TCP扫描权重,频道等信息绘制出出IRC僵尸网络拓扑。-IRC botnet NICK detection
  3. 所属分类:Network Security

    • 发布日期:2017-04-08
    • 文件大小:141742
    • 提供者:rain
  1. cengcifenxi

    0下载:
  2. 用层次分析法来确定权重 讲的很详细 对初学者很实用的-Analytic Hierarchy Process to determine the weight talk in great detail
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:573383
    • 提供者:蔡利君
  1. tfidf

    0下载:
  2. TF-IDF算法,用于统计词频,并找出关键字,以及计算出权重值。-TF-IDF algorithm, used for statistical word frequency, and find out the key, and calculates a weight value.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5230
    • 提供者:Weslyfan
  1. AHP

    0下载:
  2. AHP算法中的单层权重向量求解时的矩阵优化方法-Single layer of the AHP algorithm weight vector solving matrix optimization method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:89078
    • 提供者:李阳
  1. SAPSO

    0下载:
  2. 自适应的粒子群基本算法 里面没有适应度函数 可以自己编写好 然后进行调用.权重改进粒子群算法中的自适应权重法,平衡了PSO算法的全局探索能力和局部改良能力.-This is the basic matlab program of SAPSO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:756
    • 提供者:heyunxiang
  1. Relief

    0下载:
  2. 基于Relief算法的特征权重选择,有效地选择出了权重数据。-Relief algorithm based on the characteristics of the right to re-select to choose a weight data.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:709411
    • 提供者:your name
  1. tfidfsrc

    0下载:
  2. tfidf 找出文章的关键词权重,并计算 代码-The TFIDF keyword weight calculation code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1341141
    • 提供者:
  1. relief

    1下载:
  2. relief 特征选择 机器学习 数据挖掘 特征权重-Relief feature selection machine learning data mining feature weights
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:685
    • 提供者:aiaiyouchou
  1. IKAnalyzer2012_u3

    0下载:
  2. java 分词模块,不带权重, 学习之用, 来自网络- java fenci
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2142737
    • 提供者:akore
  1. bp

    0下载:
  2. bP网络,网络的训练算法是反向传播算法,即神经元的链接权重的训练是从最后一层-BP network, network training algorithm is BP back propagation algorithm, i.e., neurons in the link weight training is from the last layer
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1103
    • 提供者:Tom
  1. matlab-code

    0下载:
  2. 网络犯罪分析matlab代码 基于语义分析和文本分析附加权重,通过权重来计算犯罪嫌疑人的嫌疑程度的matlab代码-Cybercrime analysis matlab code Additional weight, the weight of matlab code to calculate the degree of suspicion of the suspect based on semantic analysis and text analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:7830
    • 提供者:kjl
  1. libsvm-weights-3.12

    1下载:
  2. matlab,c++,java三种方式编写的支持向量机权重程序代码。这是由台湾教授林智仁精心编写的。里面有详细的read-matlab, c++, java three support vector machine code. This is a well-written by Taiwanese Professor Chih- Jen Lin. with detail read inside New! Click the words above to edit and view
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:103034
    • 提供者:liuyanxiao
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com