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

搜索资源列表

  1. antenna-selection-algorithms

    0下载:
  2. 天线选择技术能够的效地减小射频链路的成本和系统的复杂度, 同时又能保持MI M0系统的主要优点。本文首先对已有的经典的天线选择算法分别进行了介绍, 对其优缺点进行分析, 而后基于范数方法的思想, 提出一种新的天线选择算法。 该算法具有计算简单的特点, 通过仿真表明, 在接收天线 数目较大的时候, 其性能较范数算法有明显提高。-The effectiveness of antenna selection technology can reduce the cost of radio link
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:209772
    • 提供者:hspeak
  1. rbf3344

    0下载:
  2. RBF神经网络网络优化训练问题的原代码-Source link has yet to be found. Please, try to download it from local website.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:745
    • 提供者:王震
  1. diana

    0下载:
  2. DIANA算法程序说明 编程语言:C++ 运行环境:Visual C++ 6.0 采用控制台应用程序,样本数据在程序中给出,直接点击编译、链接、运行,就能得出所要求的结果。 -DIANA algorithm program the programming language: C++ Runtime Environment: Visual C++ 6.0 console application using the sample data given in the program,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:246008
    • 提供者:
  1. pso_binary

    0下载:
  2. 离散粒子群算法,在VC++使用时,需改变设置 project->setting->link: 在category里选择output,在stack的Reserve里输入0x10000000(也就是10M) 原因: 局部变量申请得太多,默认stack只有1M,声明的局部变量超过这个限制就会overflow-binary pso algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:20563
    • 提供者:小黑
  1. produce-MFC

    0下载:
  2. 产生式系统,这是人工智能里面一个重要的推理环节,通过给出的特征就电脑判断是什么动物-Produce type system, this is the artificial intelligence inside a important reasoning link, by giving feature of computer judgment is what animal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2187081
    • 提供者:付伟
  1. RobNavigation

    0下载:
  2. 首先用链接图建立机器人运动空间模型,在此基础上利用蚂蚁算法进行全局搜索得到全局导航路径,然后用粒子群算法局部调节全局导航路径上的路径点,得到更优路径。-First, the link graph to establish the space model of the robot, using ant algorithm based on global search to get the global navigation path and local regulation on the glob
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2065810
    • 提供者:范锦荣
  1. disjoint_copy

    0下载:
  2. 网络映射程序,规则为主链路和后备链路不相交。-Network mapping procedures, rules-based link and reserve link disjoint.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:817945
    • 提供者:东东
  1. link-list-as-a-queue-

    0下载:
  2. // Author: Mohammed Ali Akbani // E-mail: duke@samwonline.com // Level : beginner // Please do not repost it in you name, and vote for me.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:905
    • 提供者:ahmadfatemi
  1. bellman-ford

    0下载:
  2. 链路状态法,即bellman-ford算法-Link state law, that the bellman-ford algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:972376
    • 提供者:康健
  1. EC2

    0下载:
  2. 在典型的控制系统中加入迟延环节后,同过simlink仿真后,在小范围内PID和FC控制都有明显的震荡!尤其FC控制较明显,(2)在大范围内PID控制无变化!而FC控制却有很大的震荡。-Typical control system delay link with over simlink simulation, on a small scale the PID and FC control has a significant shock! Especially FC control more ap
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:7261
    • 提供者:刘下
  1. dragonstar

    0下载:
  2. 龙星计划2013年有关深度学习的一份PPT,作者的简介链接为http://research.microsoft.com/en-us/people/deng/,-Lone Star program in 2013 to learn about the depth of a PPT, the author' s profile link to http://research.microsoft.com/en-us/people/deng/,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12810282
    • 提供者:BeSky
  1. GA-BP

    0下载:
  2. GA—BP运用GA对BP神经网络进行训练,取得的最优解作为初始链接权值和阈值,以对BP神经网络局部搜索能力强、全局搜索能力差的缺点进行改进,来达到提高BP神经网络的性能的目的。-GA GA-BP using BP neural network is trained to obtain the optimal solution as the initial link weights and thresholds of BP neural network of local search abilit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:62475
    • 提供者:dingtong
  1. kmeans_demo

    0下载:
  2. 大牛Andrew Ng的kmeans算法,数据集下载链接在说明文档中给出。-Andrew Ng' s kmeans algorithm, the download link of the data sets are given in the README.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:106308
    • 提供者:Scofield
  1. link42cmu

    0下载:
  2. 卡耐基梅隆大学的link句法分析器,自然语言处理的利器-Carnegie Mellon University s weapon cmu link parser, natural language processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1783259
    • 提供者:hw
  1. Two-rigid-Link-Dynamics

    0下载:
  2. 刚性两杆机构的动力学程序,为机器人动力学建模以及控制打下基础,与很多方法不同的是,这里采用龙格库塔法,显著提高运算精度-Rigid body dynamics program two shots for robot dynamics modeling and control of the foundation, with a lot of different methods is used here Runge-Kutta method, significantly improving oper
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1194
    • 提供者:王铃
  1. AIsimilar

    0下载:
  2. 根据朋友之间共同邻居的多少,也就是他们的相似度预测社交网络中的朋友关系。-Predict friend link in social network according to their similarity.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5699
    • 提供者:lian
  1. The-latestLTE_Link_Level_Uplink

    1下载:
  2. 最新的LTE上行链路链路级仿真平台,里面有操作步骤,很方便使用,对于LTE上行链路通信过程的研究十分有用。-The latest LTE uplink link level simulation platform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:986894
    • 提供者:chenjing
  1. ID3AlgorithmforWeatherJudge

    1下载:
  2. 讲ID3算法应用于天气决策。给定一组数据集,构建ID3判定树,对某一天气状况进行判断。使用Python脚本编写,C语言版本可参考百度文库(http://wenku.baidu.com/link?url=B3ltO-rUB7K927wLNaGaSInD0hoXRzjVtxFhwcvCdKqewIOu4BZ3SzpC9kRER4qOdBW2_19j-TdYd0H13LJhXZWApI1udXK3wIKBYwso37e),未验证。-Speak ID3 algorithm is applied to w
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:19681
    • 提供者:wangkai
  1. shuzishibie

    0下载:
  2. BP神经网络识别系统中的数字识别环节C++代码,将输入的数字或字母的信息特点与已有值比较匹配-Features information on BP neural network recognition system link C++ digital identification code, enter the number or letter of the existing value comparison match
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2271
    • 提供者:Aimee Chen
  1. FEANN

    0下载:
  2. 函数扩张型人工神经网络用于系统辨识,神经网络采用单神经元,使用bp算法。-functional link ANN is used to idengtifingsystem,which network adapts single airtificial nenual.And bp algothim is used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:66062
    • 提供者:张世先
« 1 23 »
搜珍网 www.dssz.com