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

资源列表

« 1 2 ... .43 .44 .45 .46 .47 2348.49 .50 .51 .52 .53 ... 2855 »
  1. pellet-2.3.0一种基于Tableau算法的描述逻辑推理机

    1下载:
  2. Pellet是一种基于Tableau算法的描述逻辑推理机,由美国马里兰大学(College Park分校)的MindSwap实验室开发。此为最近的更新-Pellet is an OWL 2 reasoner. Pellet provides standard and cutting-edge reasoning services for OWL ontologies. For applications that need to represent and reason about
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-16
    • 文件大小:24.26mb
    • 提供者:王冬冬
  1. NPE.邻域保持嵌入算法

    1下载:
  2. 邻域保持嵌入算法。注释有对应的参考文献和使用说明!,Embedding Algorithm maintain neighborhood. Notes there is the corresponding references and the use of note!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-27
    • 文件大小:2.53kb
    • 提供者:小哈
  1. 混沌时间序列预测的MATLAB源代码

    9下载:
  2. 混沌时间序列预测的MATLAB源代码,希望对大家有用,Prediction of chaotic time series of MATLAB source code, in the hope that useful
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-24
    • 文件大小:17.27kb
    • 提供者:liyan
  1. 根据鸢尾花多组数据先训练网络再对样本进行测试

    4下载:
  2. 基于BP神经网络,根据鸢尾花多组数据先训练网络再对样本进行测试,给出分类结果,Based on BP neural network, in accordance with multiple sets of data iris network before training again for testing classification results are given
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:3.69kb
    • 提供者:wawa
  1. 多层感知器神经网络,BP神经网络

    2下载:
  2. 多层感知器神经网络,BP神经网络的Visual C++ 2008源代码程序,一个外国人写的,很好用。需要一定的编程基础才能看懂.-MLP neural network, BP neural network Visual C++ 2008 source code program, a foreigner, is useful. Need to understand some basics of programming.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:28.17kb
    • 提供者:LiuKe
  1. 车牌识别OCX修改后

    3下载:
  2. 车牌识别OCX修改后车牌识别OCX修改后车牌识别OCX修改后车牌识别OCX修改后,OCX LPR License Plate Recognition OCX revised revised revised OCX LPR License Plate Recognition OCX revised
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-30
    • 文件大小:221.13kb
    • 提供者:shirao
  1. 电脑鼠走迷宫源代码

    1下载:
  2. 电脑鼠走迷宫,修改了速度调节,平滑转弯,深度修正路线,Computer Mouse Maze, modify the speed regulation, smooth turning, the depth correction line
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:75.12kb
    • 提供者:shuiyinshui
  1. 关于高斯混合模型(GMM)的matlab源代码

    8下载:
  2. 关于高斯混合模型(GMM)的matlab源代码:,On the Gaussian mixture model (GMM) of the matlab source code:
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-08-31
    • 文件大小:11.91kb
    • 提供者:刘立
  1. 基于遗传算法的投影寻踪模型Matlab源码

    1下载:
  2. 基于遗传算法的投影寻踪模型Matlab源码,Projection pursuit based on genetic algorithm model of Matlab source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:3.89kb
    • 提供者:天道酬勤
  1. 用GA(遗传算法)推算下期开奖号码

    2下载:
  2. 根据双色球历史开奖记录,用GA(遗传算法)推算下期开奖号码.主要是用于学习遗传算法,推算下期开奖号码只是一个乐趣.并不能真正的正确.,Loans lottery in accordance with historical records, using GA (genetic algorithm) the projection period under the lottery numbers. Mainly for learning genetic algorithm, the next phas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-01-21
    • 文件大小:649.01kb
    • 提供者:张衡
  1. EM算法

    0下载:
  2. 介绍EM算法相关信息,详细介绍了EM算法的过程
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-08-23
    • 文件大小:5.85kb
    • 提供者:sousyun
  1. 约瑟夫环C++源代码

    0下载:
  2. 编号为1,2... n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向的下一个开始重新从1报数,如此下去,直至所有的人全部出列为止,设计一个程序求出出列顺序-The number of n, n individuals sitting around a circle in a clockwise direction, the per
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:671byte
    • 提供者:陈磊
« 1 2 ... .43 .44 .45 .46 .47 2348.49 .50 .51 .52 .53 ... 2855 »
搜珍网 www.dssz.com