CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 最近点

搜索资源列表

  1. 遗传算法_VC源码

    1下载:
  2. 最近研究遗传算法,得到这点程序,均很好运行,共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。没有加密,解压即可-recent research on genetic algorithms, to be this procedure which is a good run for everyone to share. While more would like to be better in the GA process, we look a lot dedication.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:88345
    • 提供者:绿原
  1. CURE

    0下载:
  2. 数据挖掘算法之一,基于代表点的CURE聚类算法,该算法先把每个数据点看成一类,然后合并距离最近的类,直至类个数为所要求的个数为止。-CURE cluster algorithm based on representive point,one of data mining algorithms,classifies each data as a category firstly, then unifies categories with the nearest distance into one
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:45461
    • 提供者:黄镇
  1. ICP

    1下载:
  2. ICP迭代最近点算法的使用,使用matlab实现了ICP迭代最近点算法的方针,还包括了四元函数法和线性约束等基本方法的代码实现。-Iterative closest point ICP algorithm for the use of matlab to achieve the iterative closest point ICP algorithm approach, including the quaternary function method and the linear constr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2213659
    • 提供者:沈宙
  1. Automatically-find-its-way-demo

    0下载:
  2. 首先生成8个方向的节点,tmp(tmpe)用于记录生成的节点对应的节点号 ** ** 新生成的节点的指针(d1 -表示离开起始点的 距离)指向生成他的父节点 ** **, 按该点到目的地的大小nude(i).d2 排序后加入opened列表, ** ** (opened 总是指向离 目的地最近的点)然后再从opened表中取出一个节点,生成新的节点** ** ** 按8个方向生成新的节点,如果要生成的节点 已经存在(在tmp(tmpe) 中)就比较以下 ** **
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:34533
    • 提供者:赵金柯
  1. pfzjd

    0下载:
  2. 借助最优化和支持向量机中的平分最近点法来解决问题-With optimization and support vector machine bisects the nearest point to solve the problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:666
    • 提供者:
  1. apcluster

    0下载:
  2. AP聚类算法:Affinity Propagation (AP) 聚类是最近在Science杂志上提出的一种新的聚类算法。-Affinity Propagation (AP) 聚类是最近在Science杂志上提出的一种新的聚类算法。它根据N个数据点之间的相似度进行聚类,这些相似度可以是对称的,即两个数据点互相之间的相似度一样(如欧氏距离) 也可以是不对称的,即两个数据点互相之间的相似度不等。这些相似度组成N×N的相似度矩阵S(其中N为有N个数据点)。AP算法不需要事先指定聚类数目,相反它将所有的
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:4279
    • 提供者:limin
  1. GA

    0下载:
  2. 遗传算法简单实现C语言实现,计算三点之间最近点的模型-Genetic algorithm implemented by C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:825394
    • 提供者:曹魏
  1. Cluster_K-means

    1下载:
  2. k中心算法的基本过程是:首先为每个簇随意选择一个代表对象,剩余的对象根据其与每个代表对象的距离(此处距离不一定是欧氏距离,也可能是曼哈顿距离)分配给最近的代表对象所代表的簇;然后反复用非代表对象来代替代表对象,以优化聚类质量。聚类质量用一个代价函数来表示。当一个中心点被某个非中心点替代时,除了未被替换的中心点外,其余各点被重新分配。-The basic process k center algorithm is: First free to choose a delegate object fo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2896358
    • 提供者:闫鑫
  1. KNN

    0下载:
  2. 实现一个knn 分类器。 使用欧氏距离作为度量距离 使用’my_order.m’函数脚本获得某个点最近的K 个邻居 使用’my_classify.m’函数脚本获得点的类型。 给定参数k,就可以调用这两个函数完成knn 分类器功能。 -Achieve a knn classifier. Using Euclidean distance as a measure of distance using the my_order.m function scr ipt to ge
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:12841
    • 提供者:Tony Shao
  1. keras-master

    0下载:
  2. 最近一直在用keras,说点个人感受。 1、keras根植于python及theano,人气比较旺。 2、提供较为上层的框架,搞个深度学习的原型非常方便。 3、更新很快,我记得几个月前还没有multi-task的能力,最近再查就提供了graph的对象。 4、最重要的,文档很全。这点超过其它类似的基于theano的框架(Lasagne, Opendeep, Blocks)-Keras is a high-level neural networks library, written
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:383248
    • 提供者:sdzcxx
  1. kmeans

    0下载:
  2. 可以直接拿来用 python2.7 在数据挖掘中,K-Means算法是一种 cluster analysis 的算法,其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。(In the data mining, K-Means algorithm is a cluster analysis algorithm, which is mainly to calculate the data aggregation algorithm, mainly through the con
  3. 所属分类:人工智能/神经网络/深度学习

  1. A星算法

    0下载:
  2. 算法可绕过障碍点,实现起始点与目标点的最近距离(The algorithm can bypass the obstacle point and realize the closest distance between the starting point and the target point.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:47104
    • 提供者:caoya104
搜珍网 www.dssz.com