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

搜索资源列表

  1. GCE(linux)

    0下载:
  2. 社会网络的重叠社区发现算法GCE的源程序,其在高密度网络中社区发现性能更加优良。-Source program of community detection algorith GCE.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-27
    • 文件大小:22921
    • 提供者:Spring
  1. emial-spam

    0下载:
  2. 基于感知器算法的垃圾邮件识别,先通过训练集训练出分类器,然后通过测试集验证-Perceptron based spam detection algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:江玮玮
  1. change-detection

    0下载:
  2. 对数据做变化检测,分析哪些部分变化比较大,并绘图-The data do change detection, which analyzes some of these changes is relatively large, and drawing
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:dsllight
  1. log

    0下载:
  2. 提出基于拉普拉斯高斯(Laplacian of Gaussian,LoG)算子边缘检测的全局二值化方法对其进行处理,该方法通过提取图像边缘部份的像素灰度获得图像二值化的阈值。处理结果表明,与传统的几种方法相比,该方法能够快速选取良好的二值化阈值,较好地区分目标和背景,在相当大模板宽度内图像二值化的结果都令人满意。-Is put forward based on the Laplacian of Gaussian (LoG) Laplacian of Gaussian, operator edge
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2246
    • 提供者:庄勇
  1. IJETAE_0313_100

    0下载:
  2. Intrusion Detection System Using Data Mining Technique: Support Vector Machine
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:480685
    • 提供者:salem
  1. document

    0下载:
  2. Analysis of NSL-KDD Dataset for Fuzzy Based Intrusion Detection System
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:568346
    • 提供者:salem
  1. 1

    0下载:
  2. 检测中文文章的相似度,首先对中文文章分词处理,然后提取特征,计算特征向量夹角。检验是否相似-Similarity detection Chinese article, the first article of the Chinese word processing and feature extraction, feature vector angle calculation. Test whether similar
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:369409
    • 提供者:ww
  1. 2

    0下载:
  2. 每一位作家都有自己的写作风格,词语的使用方面会有很大的不同,根据文章中的虚词的使用情况,计算两篇文章的余弦值。检测两篇文章的相似度。-Every writer has their own style of writing aspect, the use of the words will be very different, according to the article in the function words usage, calculate the cosine of the two
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:76480
    • 提供者:ww
  1. QRS-wave-group-detect

    0下载:
  2. 用连续小波对信号进行多尺度变换,选择合适的小波系数,采用模极大值检测RQS波群。-Using continuous wavelet multi-scale transform of signal, the appropriate wavelet coefficients, using modulus maxima detection RQS wave group.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:13028
    • 提供者:张清丽
  1. Overview-of-Community-Detection

    0下载:
  2. 读研期间进行的社区网络划分相关的研究,看到当时长时间的调研后,完成的综述,供大家参考-Overview of Community Detection
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:14589
    • 提供者:侯天
  1. GA-Net

    0下载:
  2. 很经典的社区网络问题解决方案,基于传统的遗传算法GA为优化策略。-GA-Net: A Genetic Algorithm for Community Detection in Social Networks
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:529128
    • 提供者:侯天
  1. vad

    0下载:
  2. 双门限端点检测。因为低噪声导致假过零率的产生,进行了算法改进。可以直接调用函数运行,亲测-Dual threshold endpoint detection. Because of the low noise cause false over-produce zero rate, the algorithm was improved. It can directly call the function run, pro-test
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1775
    • 提供者:chenwenqiang
  1. community-detection

    0下载:
  2. 社交网络人际关系社团划分,用R语言中的igraph包进行社团划分-community detection
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:3245
    • 提供者:陆宏凯
  1. emailSpam.tar

    0下载:
  2. 垃圾邮件识别的简单代码,使用python编写,含有测试用例-Simple code spam detection using python write, containing test cases
  3. 所属分类:Data Mining

    • 发布日期:2017-05-06
    • 文件大小:566631
    • 提供者:ted
  1. LocalOutlierFactor

    0下载:
  2. Local Outlier Factor algorithm for detection of anomaly samples.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1728
    • 提供者:mohammad
  1. density-peaks-clustering

    3下载:
  2. 这是密度峰聚类的简易代码,比原作者给出的代码要简洁迅速。并提供RI指数检测。用matlab编程的代码- 这是密度峰聚类的简易代码,比原作者给出的代码要简洁迅速。并提供RI指数检测。用matlab编程的代码 This is a simple density peak clustering code, compared to the original author of the code to be concise and rapid. And provides RI index de
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:3744
    • 提供者:summer
  1. Change-Detection-Code

    4下载:
  2. 遥感影像变化检测经典算法(IR-MAD、MAD、CVA、PCA),另外进行了算法的Demo和精度等计算评价(OA、Kappa、AUC、ROC)-Remote sensing image change detection classical algorithm (IR-MAD, MAD, CVA, PCA), were additionally algorithms and calculation accuracy Demo Assessment (OA, Kappa, AUC, ROC)
  3. 所属分类:Data Mining

    • 发布日期:2017-05-26
    • 文件大小:8352697
    • 提供者:王维
  1. IWO_Kohonen

    0下载:
  2. 基于杂草算法Kohonen网络入侵检测 -Weeds algorithm based on Kohonen network intrusion detection
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:93365
    • 提供者:zhouzhou_yu
  1. outlier

    2下载:
  2. 离群点检测的算法,适应于MATLAB,包含关于距离和LOF的聚类算法-Outlier detection algorithm, adapted to MATLAB, including distance and LOF clustering algorithm
  3. 所属分类:数据挖掘

    • 发布日期:2017-05-13
    • 文件大小:129819
    • 提供者:十里潇潇
  1. 1197430107AAaircraft detection

    0下载:
  2. 总结并介绍了几种飞机检测的方法及程序代码matlab版本,给研究飞机检测的同学提供帮助!!(Summarized and introduced several aircraft detection methods and program code matlab version, to provide help for students studying aircraft detection! !)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-02
    • 文件大小:2158592
    • 提供者:阔海天空
« 12 »
搜珍网 www.dssz.com