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

搜索资源列表

  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37.5kb
    • 提供者:张伟华
  1. dossier

    0下载:
  2. For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51.35kb
    • 提供者:ZHU
  1. immunity

    1下载:
  2. 提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]=calobjvalue(pop,i) 2)计算群体中
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.8kb
    • 提供者:江泉
  1. apbSrc.tar

    0下载:
  2. Single-layer neural networks can be trained using various learning algorithms. The best-known algorithms are the Adaline, Perceptron and Backpropagation algorithms for supervised learning. The first two are specific to single-layer neural networks wh
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:799.22kb
    • 提供者:陈伟
  1. FuzzyLib450

    0下载:
  2. 人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support. It supports all commonly used shape functions and hedges, with full support for the various types of Aggreg
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:306.82kb
    • 提供者:周荷
  1. LVQ

    0下载:
  2. TheLVQ program accepts input consisting of vectors and calculates the LVQnetwork weights. If a test set is specified, the winning neuron (class) for each neuron is identified and the Euclidean distance between the pattern andeach neuron is reported.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:天缘
  1. fp

    0下载:
  2. 基于F P -tree 频集模式的F P -G row th 算法,用于关联规则挖掘。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:63.63kb
    • 提供者:陨石
  1. AHybidGeneticAgorithmtoSolveTS

    0下载:
  2. 求解TSP和MTSP的混合遗传算法_英文_,Abstract:M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup cit ies and returns the same start ing city. The to tal length of all subtours is required to be m ini2 mum. Th is is called
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:211.53kb
    • 提供者:Notics
  1. IEEE(BPA)

    0下载:
  2. 比较丰富的IEEE,th,BPA节点数据,对于学习电力系统专业方向的学生做仿真比较有帮助-there are IEEE Th,Bpa data form
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-18
    • 文件大小:4.47mb
    • 提供者:陈爱军
  1. TSPandMTSP

    0下载:
  2. MTSP 问题其实与单 旅行商问题(Traveling Salesperson Problem ,简称TSP) 相似,但是由于添加了任何城市只要被某一旅行商访问到即可这个附加条 件,因而增加了问题复杂度。在以前使用遗传算法(GA) 研究解决MTSP 问题时,通常采用标准的TSP 染色体和处理方法。-M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:211.5kb
    • 提供者:liqiubin
  1. th

    0下载:
  2. 模糊聚类算法的一部分,加入了邻域信息,可以更好的分割图像-Part of fuzzy clustering algorithm, joined the neighborhood information may be a better image of the partition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:614byte
    • 提供者:娟娟
  1. Genetic

    0下载:
  2. 用遗传算法解决旅行商问题,种群规模为2000,变异方法是将第二位上的基因放到第一位之前,适应函数为1除以路径长度8次方 ,算法迭代125次。 -Solve the using genetic algorithms, population size is 2000, the second mutation is the gene into the first before the fitness function as a path length divided by the 8
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3.31kb
    • 提供者:马遥
  1. Antibiotic-Therapy.pdf.tar

    0下载:
  2. List the factors that a clinician should follow to select an appropriate antimicrobial regimen. • C Compare and contrast the normal b d t d t t th l body temperature when thmeasured orally, rectally, or axillary. axillary. &#
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:225.49kb
    • 提供者:akram
  1. adaptive-genetic-algorithm

    0下载:
  2. 自适应GA SVM 参数选择算法研究Param eter selection algorithm for support vector machines based on adaptive genetic algorithm 支持向量机是一种非常有前景的学习机器, 它的回归算法已经成功地用于解决非线性函数的逼近问题. 但 是, SVM 参数的选择大多数是凭经验选取, 这种方法依赖于使用者的水平, 这样不仅不能获得最佳的函数逼近效果, 而且采用人工的方法选择 SVM 参数比较浪费
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:323.82kb
    • 提供者:
  1. duoquanzhishengjingwangluo

    0下载:
  2. 应用多权值神经网络方法对静态手势进行识别, 对手势字母图像采用傅里叶描述子提取特征信息, 取低频信息成分构建成犯维特征向量, 并应用多权值神经网络的算法, 构建各类的神经元网络-W ith th e develo Pm en t of hu m an eom p uter intera etion te ehn olo盯, th e h as been b ased on an im P o rt a n t tas k fo r U r o n s diseu ssion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:563.16kb
    • 提供者:流星
  1. Constrained-Engineering-Optimization

    1下载:
  2. 将离散约束优化问题转化为非负整数约束规划问题,开发求解该问题的离散差分进化算法。该算法采用基于混沌映射 的种群初始化、双版本变异和带随机扰动项的取整运算等新策略。针对非线性约束条件,给出惩罚基数的计算方法和连续映 射基函数的表达式,在此基础上设计处理非线性约束的自适应惩罚因子。提出一种刻画种群多样性的新测度——种群二次平 均基因距离及基于新测度的依概率混沌移民算子。将自适应罚函数法、依概率混沌移民操作与离散差分进化算法有机融合, 构造面向工程约束优化的混合离散差分进化算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-05
    • 文件大小:906.48kb
    • 提供者:吴胜亮
  1. seq-sat-lama

    2下载:
  2. LAMA规划器是由澳大利亚Griffi th大学在第5界世界规划大赛中提供的最优化规划器,性能优异,可有效解决时间约束等问题。-The LAMA planner is provided by Australia' s Griffith University, in the 5th World Planning Competition optimized planning, performance can be an effective solution to the time c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:183.68kb
    • 提供者:michaeldoer
  1. encode-and-decode-of-shop-job

    1下载:
  2. 用于车间调度的编码和解码。 encode函数用于生成M*N的编码数组。M为机器数,N为工件数。 Jm数组的行,表示对应工件在不同机器上的加工顺序。数组内容为机器号。 T数组为加工时间数组。第M行第N列,表示第N号工件在第M号机器上的加工时间。 程序采用先判断对应机器上是否有空间满足插空标准,处理后,再判断是否产生新的空间。 decode解码函数最终需要求得,在M个机器中,所用的最长时间,也就是最大完成时间,作为解码的结果。-For shop scheduling encodi
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-04-15
    • 文件大小:2kb
    • 提供者:郑世杰
  1. PARTICLE-FILTER-ISSUES

    0下载:
  2. 针对基于贝叶斯原理的序贯蒙特卡罗粒子滤波器出现退化现象的原因, 以无敏粒子滤波(U PF)、辅助粒子滤波 (A S IR) 及采样重要再采样(S IR) 等改进的粒子滤波算法为例, 对消除该缺陷的关键技术(优化重要密度函数及再采样) 进行了 分析研究。说明通过提高重要密度函数的似然度、引进当前测量值、预增和复制大权值粒子等方式, 可以有效改善算法性能。 最后通过对一无源探测定位问题进行仿真, 验证了运用该关键技术后, 算法的收敛精度和鲁棒性得到进一步增强。- Abstract:W e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:291.33kb
    • 提供者:Haiser
  1. VCBP

    0下载:
  2. XP系统,VC6.0编程环境。验证BP神经网络的函数逼近能力,模拟Sin函数的输出。在View中分别用“-”、“o”代表Sin函数的原输出值和BP的输出值。-XP system,VC6.0. BP network is used to approximate the output of sin function.In th view.cpp, - shows the value of sin function and 0 shows the value of BP network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:46.27kb
    • 提供者:majin
« 12 »
搜珍网 www.dssz.com