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

搜索资源列表

  1. A算法

    0下载:
  2. 程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A * algorithm. * A full understanding of algorithms and heuristic function relationship.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5757
    • 提供者:hehe
  1. 八数码问题(A星算法)

    0下载:
  2. 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:罗鹏魁
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. rbfSrc

    0下载:
  2. This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some \"sample\" points for some arbitrary curve. Next, the user specifies the number o
  3. 所属分类:人工智能/神经网络/遗传算法

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

    1下载:
  2. 这是一个径向基函数神经网络,通过RBF网络的学习算法来逼近一个二维函数,并利用LMS算法来进行权值调整。-This is a radial basis function neural network, RBF network learning algorithm adopted to approximate a two-dimensional function, and use of LMS algorithm for weight adjustment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1104
    • 提供者:北飞
  1. yiyuanhanshu

    0下载:
  2. 简单一元函数优化实例,利用遗传算法计算下面函数的最大值-One dollar a simple example of function optimization using genetic algorithm function below the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:齐乐
  1. program

    0下载:
  2. 目标函数是De Jong函数,是一个连续、凸起的单峰函数-Objective function is De Jong function, is a continuous, convex function of the single-peak
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2278
    • 提供者:齐乐
  1. NeuroNetSample

    2下载:
  2. 我以前写的一个的神经网络学习函数逼近和分类的例子,商用级的。-I have previously written a study of the neural network function approximation and classification of examples, business class.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:74400
    • 提供者:Kevin Guo
  1. function

    0下载:
  2. 神经网络相关的代码,不知道有用否,试试看吧?-Neural network-related code, I do not know whether useful, give it a try, right?
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1592
    • 提供者:linmomei
  1. example

    1下载:
  2. 本算法是一种标准遗传算法,应用于函数优化,性能较好。-The algorithm is a standard genetic algorithm, applied to function optimization, performance better.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1350
    • 提供者:wuhao3424
  1. MGA

    0下载:
  2. 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5423
    • 提供者:huwentao
  1. PIDbook

    0下载:
  2. PID仿真参考书,关于神经网络等方面的书,应用广泛。希望大家积极下载。-PID simulation of reference books, such as neural networks on the books, a wide range of applications. Hope that we actively download.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5802917
    • 提供者:雒宇天
  1. patternRecognition

    1下载:
  2. 这系列课件系统地讲述了模式识别的基本理论和基本方法。内容涵盖了贝叶斯决策、概率密度函数的估计、线性判别函数、邻近法则、特征的选择和提取、非监督学习、神经网络、模糊模式识别等。-This series of courseware on a pattern recognition system to the basic theory and basic methods. Covers the Bayesian decision-making, the estimated probability de
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-31
    • 文件大小:13751980
    • 提供者:yrw
  1. Simple-function-of-the-genetic-algorithm-optimizat

    0下载:
  2. 使用一系列简单函数对遗传算法进行的改进,克服了传统遗传算法难以全局寻优的缺点。-The use of a series of simple function of the genetic algorithm to improve and overcome the traditional genetic algorithm global optimization difficult shortcomings.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:4530
    • 提供者:孙岩
  1. webinar_files

    0下载:
  2. This a demonstration of how to find a minimum of a non-smooth objective function using the Genetic Algorithm (GA) function in the Genetic Algorithm and Direct Search Toolbox. Traditional derivative-based optimization methods, like those foun
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:18626
    • 提供者:gao
  1. bp_v1_2

    0下载:
  2. -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4567
    • 提供者:沈龙
  1. BP_matlab

    0下载:
  2. 讨论了bp网络的缺点, 深人研究网络中的多种激活函数, 并对它们进行综合分析与比较。-Discussed the shortcomings of the network bp, in-depth research networks in a variety of activation function, and a comprehensive analysis and comparison of them.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:226717
    • 提供者:杨元龙
  1. ACOUCP

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constra
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1700
    • 提供者:张望
  1. RBF

    4下载:
  2. 径向基函数神经网络(RBF)的MATLAB程序,比较详细,希望对学习RBF的人有帮助-Radial basis function neural network (RBF) of the MATLAB program, a more detailed study RBF people who want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-02-27
    • 文件大小:2432
    • 提供者:vivian
  1. radial-basis-function-networks

    1下载:
  2. 一篇很好英文资料,学习径向基神经网络,总共有20页。很有价值。-A very good information in English, learning RBF neural network, a total of 20 pages. Valuable.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-07-17
    • 文件大小:1111040
    • 提供者:lihang
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com