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

搜索资源列表

  1. Myknn

    0下载:
  2. knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-Knn, or k-nearest neighbor algrithom, is a simple and classical classifier algrithom.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15342
    • 提供者:张蕊
  1. a-star-algorithm-implementation

    0下载:
  2. A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:18017
    • 提供者:lichunyu
  1. ICP

    0下载:
  2. a general ICP laser location algrithom with the laser data attached
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5262783
    • 提供者:zhangmeng
  1. MIMO-sphere-detection

    0下载:
  2. 一种高效的应用于MIMO检测的球形算法。适用于N-by-N QAM 调制。-an effective MIMO system deteciton algrithom ,which is applied to N-by-N transeiver with QAM modulatuion.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2314
    • 提供者:王宇
  1. LEACH

    0下载:
  2. 本程序是经典的无线传感器网络的Leach协议。-The programe is classic la location algrithom.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2473
    • 提供者:197823
  1. CPP_GA

    0下载:
  2. 基于C++平台的遗传算法,互相学习,希望能给你有所帮助~-genetic algrithom based on CPP ,learning from each other
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:591655
    • 提供者:zofulan
  1. MyCompressPrj

    0下载:
  2. 一个LZSS 算法,采用 动态加载方式实现-A lzss algrithom, with LoadLibray .
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:55004
    • 提供者:yewenyu
  1. bmh

    0下载:
  2. bm算法实现,及简单说明 bm算法实现,及简单说明-BM algrithom
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:10026
    • 提供者:tiankaiying
  1. TEEN

    0下载:
  2. 该算法是TEEN分簇路由算法,代码实现环境是matlab,代码中含有注释-This is TEEN algrithom, and it can be run on MATLAB, you can read the explation in the code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2465
    • 提供者:zfy
  1. matlab-Kmeans

    0下载:
  2. 利用matlab实现kmeans聚类算法的简单实现代码-matlab kmens algrithom
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3951
    • 提供者:李宁
  1. genetic-algrithom-BP-

    0下载:
  2. BP神经网络和遗传算法的结合,根据输入和输出的value,不断对参数进行修正,确定拟合关系-BP neural network and genetic algorithm combination of value, according to the input and output, continuous parameter correction to determine the fitting relationship
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6499
    • 提供者:Ding
  1. libjpeg_turbo

    0下载:
  2. JPEG快速压缩算法,比普通算法快6倍-Fast Jpeg Compression Algrithom,6x faster than others.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4448258
    • 提供者:WangZhengning
  1. tsp_ga

    0下载:
  2. matlab GA算法 解决 TSP问题(matlab GA TSP Genetic Algrithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:小翁
  1. Basin_Hopping_algrithom

    0下载:
  2. A new structure searching algrithom(if you want to find some structure, such as protein structure, cluster structure,material structure, it's very usefully for your research!)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:量子幽灵
  1. 基于Kalman滤波的神经网络快速学习算法及应用

    0下载:
  2. 一篇关于kalman滤波器论文,非常值得学习(a paper about kalman algrithom)
  3. 所属分类:数据结构

    • 发布日期:2017-12-15
    • 文件大小:238592
    • 提供者:量子幽灵
  1. sample1

    0下载:
  2. 粒子群优化算法的一个应用,参考《智能算法30个案例》(anexample of the application of the pso algrithom)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:6144
    • 提供者:石岩1323
  1. adaboost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这 Adaboost Adaboost 些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。(adboost cluster algrithom)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:2314240
    • 提供者:zhjun1994
  1. apriori

    0下载:
  2. Apriori算法是一种挖掘关联规则的频繁项集算法,其核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集。而且算法已经被广泛的应用到商业、网络安全等各个领域。(Apriori algrithom use for clustering)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:393216
    • 提供者:zhjun1994
  1. kmeans

    0下载:
  2. 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。(kmeans algrithom use for clustering)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:13312
    • 提供者:zhjun1994
  1. text_classification.tar

    0下载:
  2. 用python实现的问题分类算法,包括贝叶斯,svm,决策树,xgboost,对入门文本分类的同学有一定的帮助(text classification algrithom,include svm,dt,xgboost,bayes,that important to learner about text classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:2140160
    • 提供者:mengwp_2012
« 12 »
搜珍网 www.dssz.com