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

搜索资源列表

  1. GA_for_TSP

    0下载:
  2. 用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择. 背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W·2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronauti
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25.31kb
    • 提供者:王杰
  1. ANewC4.5alg

    0下载:
  2. 经典的数据挖掘分类算法,由ID3算法演变而来。本算法主要用于处理连续属性值,基本过程如下: 1.根据属性的值对数据集排序 2.用不同的阈值将数据集动态的分类 3.迭代根据阈值进行划分 4.得到所有可能的阈值、增益以及增益比-classical classification of data mining algorithms, evolved from the ID3 algorithm. This is mainly used to deal with continuous at
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:145.13kb
    • 提供者:kpeng
  1. C4.5算法源程序

    0下载:
  2. C4.5算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-C4.5 decision tree algorithms to generate information gain the greatest attribute as a classification attributes, generate decision tree, and came to decision-making rules.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.21kb
    • 提供者:亚亚
  1. xam

    0下载:
  2. 人工神经网络,采用最常用的BP算法,使得读者对神经网络有更多了解。-Artificial neural network, using the most commonly used BP algorithm, the readers gain a better understanding of neural networks.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:释然123
  1. ImageEntropy1

    0下载:
  2. 这个例子主要用于计算一个图象的信息熵,当我们测量这个图象的紧密程度时约简在不确定增益.-This example of a main image used to calculate the information entropy, when we measured the extent of the image of the close of uncertainty when the gain reduction.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7.37kb
    • 提供者:陈雪娇
  1. fuzzycontrol

    0下载:
  2. 自己写的一个用于实时网络工具箱(TRUETIME)下的模糊控制程序,事件驱动,用于模糊调整PID控制器的增益-A fuzzy control program used in truetime toolbox on matlab platform, event-driven is employed, the gain values of the PID controller is tuned online.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.26kb
    • 提供者:陈正禧
  1. 1

    0下载:
  2. We present a genetic algorithm which is distributed in two novel ways: along genotype and temporal axes. Our algo- rithm fi rst distributes, for every member of the population, a subset of the genotype to each network node, rather than a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:428.46kb
    • 提供者:sunwei
  1. fuzzy_CRUOSE_CONTROL

    0下载:
  2. 利用模糊控制做巡航速度控制利用e, dot_e,當作兩個輸入,取交集在對輸出值u做砍頭的動作,再用重心法求解,再用Runge-Kutta做疊代更改增益值將會得到不一樣的結果。-Using fuzzy control to do cruise speed control using e, dot_e, as the two inputs, the output value of taking the intersection of the decapitation of the movement
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:POPE0910
  1. fuzzy_control_inverted_pendulum

    0下载:
  2. 利用fuzzy做倒單擺!!利用e, dot_e,當作兩個輸入,取交集在對輸出值u做砍頭的動作,現做出控制器看輸出有無正確,再用重心法求解,再用Runge-Kutta做疊代更改增益值將會得到不一樣的結果。-Inverted pendulum using fuzzy do!! Use of e, dot_e, as the two inputs, the output value of taking the intersection of the decapitation of the moveme
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:POPE0910
  1. Kohonen

    0下载:
  2. Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:84.72kb
    • 提供者:李芳
  1. uncharted_drakes_fortune

    0下载:
  2. uncharted data to gain attributes and trophies
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:77.54kb
    • 提供者:pudn17
  1. humanfacetest

    0下载:
  2. 一个适合初学的人脸检测系统,仔细分析里面的代码,必大有收获。-Suitable for beginners of a face detection system, careful analysis of the inside of the code, will have much to gain.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:wuyiguo
  1. simpleAprioristudy

    0下载:
  2. 一个适合初学的较简单的关联规则系统,仔细分析里面的代码,必大有收获。-A beginner' s relatively simple for the association rule system, careful analysis of the inside of the code, will have much to gain.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:wuyiguo
  1. ID3

    1下载:
  2. ID3是利用了增益比不纯度,这种树的层数与属性变量的个数相同。-ID3 is the use of the gain ratio is not purity, layers and attributes of this tree the same number of variables.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1.48kb
    • 提供者:lichengliang
  1. RELAY-HANDOFF-ALGORITHMS-IN

    0下载:
  2. 在协作分集系统中使用能量增益的绝对值和测量值来分析越区切换的算法。-Analysis of relay handoff algorithms in cooperative diversity systems using absolute and relative measurements of energy gain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:367.44kb
    • 提供者:龙辉
  1. A-Gain-adjusted-Fuzzy-PI-PD-Adaptive-Controller-b

    0下载:
  2. a gain-adjusted fuzzy PI/PD (GFPIPD) adaptive controller is proposed. The proposed controller first constructs fuzzy rules for fuzzy PD/PI controller with the fixed weighting. Then the fuzzy rules, which self-learning their parameters for a desired
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:163.08kb
    • 提供者:dp
  1. bp-algorithm-and-improve

    0下载:
  2. 这个是bp的经典算法和改进算法,主要针对bp的alpha值的改进和对学习效率的改进,并且对不同的alpha值进行了测试,正确率能达到百分之八十,其中还有相应的数据集,是用于阿拉伯数字的识别,除此之外还有一篇实验报告,一份讲解的bp算法的ppt ,可执行程序和源代码,运行环境在vs2005上通过测试,并且有详细的原始数据和统计数据,相信这是你不错的选择,会帮助你更深刻的了解bp算法-This is a classic bp algorithm and improved algorithm, mai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:吴忠标
  1. SVR

    1下载:
  2. 支持向量机的回归拟合——混凝土抗压强度预测 专门针对小样本问题而提出,在有限样本的情况下获得最优解。-The return of the support vector machine fitting, concrete compressive strength prediction Specifically targeted at small sample problem and put forward, in limited sample gain the optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4.22kb
    • 提供者:王进
  1. TestID3

    0下载:
  2. 决策树算法部分代码(从文件中读数据并计算信息增益)-Part of the code of the decision tree algorithm (data read from the file and calculate the information gain)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:267.88kb
    • 提供者:李志琼
  1. High Gain and Super-twisting Sliding Mode

    0下载:
  2. 2016--High Gain and Super-twisting Sliding Mode
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:314kb
    • 提供者:24021980
« 12 »
搜珍网 www.dssz.com