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

搜索资源列表

  1. binary

    0下载:
  2. 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2 * * * x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding val
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.41kb
    • 提供者:陈仕林
  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.58kb
    • 提供者:刘波
  1. MultiNeuralNetwork

    0下载:
  2. 三个输出的神经元网络拟合如下函数(前面上传的文件搞错了)。 y1=x1ln(x2) + x2ln(x3);y2=x3ln(x4) + x4ln(x5);y3=x5ln(x6) + x6ln(x1) -three output neural network function fitting as follows (in front of uploaded files wrong). Y1 = x1ln (x2) x2ln (x3); X3ln y2 = (x4) x4ln (x5); X5ln
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.06kb
    • 提供者:周善人
  1. NoiseNeuralNetwork

    0下载:
  2. 单输出的神经元网络拟合有噪声干扰的函数:y=x1/(1+x1) + x2/(1+x2) + x3/(1+x3) + x4/(1+x4)-single output neuron network fitting a noise function : y = x / (1 x1) x2 / (1 x2) x3 / (1 x3) x / (1 x4)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.51kb
    • 提供者:周善人
  1. Genetic_algorithm01

    0下载:
  2. 遗传算法源程序,求解一个简单优化问题f(x)=x1^2+x2^2,-5<=x1<=5,-5<=x2<=5-genetic algorithm source files, for a simple optimization problem f (x) = x ^ 2 x ^ 2, -5
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:宋仁栋
  1. IA

    2下载:
  2. 一个基于Matlab的人工免疫算法%Immune Algorithm based on the immune network model for function f(x1,x2) optimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.06kb
    • 提供者:tangkezong
  1. SGA

    0下载:
  2. 是用遗传算法求函数:f(x1,x2)=100(x1*x1-x2*x2) (x1*x1-x2*x2)+(1-x1)(1-x1) 约束:-2.048<=x1,x2<=2.048的极大值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.38kb
    • 提供者:李复翔
  1. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值

    7下载:
  2. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-17
    • 文件大小:422.99kb
    • 提供者:a_jmew@sohu.com
  1. PSO_C++

    0下载:
  2. 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluster analysis. After confirming t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1002byte
    • 提供者:jack
  1. y=x2

    0下载:
  2. 一个带详细注释的遗传算法,希望对大家有所帮助-Annotated with details of a genetic algorithm, we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.75kb
    • 提供者:soar
  1. 4

    0下载:
  2. BP算法例子:用一个五层的神经网络去逼近函数f(x1,x2)=pow(x1-1,4)+2*pow(x2,2)-BP algorithm is an example: with a five-layer neural network to approximate the function f (x1, x2) = pow (x1-1, 4)+2* pow (x2, 2)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:30.73kb
    • 提供者:zhangzhong
  1. yxx

    0下载:
  2. 遗传算法 解决 y=x2问题,希望对大家有所帮助-Y = x2 genetic algorithms to solve the problem, want to help everyone
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:200.06kb
    • 提供者:卢宁
  1. gas

    0下载:
  2. 一个简单的遗传算法的例子(x1*x1-x2*x2-x1*x3+x2*x1)主要是要了解这个算法的流程-A simple genetic algorithm example (x1* x1-x2* x2-x1* x3+ x2* x1) is mainly to understand the process of this algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:207.89kb
    • 提供者:mengxiang
  1. 01imp_accord-svm-source

    0下载:
  2. The sample application is able to perform both Classification and Regression using Support Vector Machines. It can read Excel spreadsheets and determines the task to be performed depending on the number of the columns in the sheet. If the input table
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:496.51kb
    • 提供者:jitesh
  1. aaa

    0下载:
  2. 遗传算法的简单应用:求解区间[0,31]上的二次函数y=x2的最大值。-Simple application of genetic algorithms: Solving the interval [0,31] on the quadratic function y = x2 maximum.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1.72kb
    • 提供者:张国刚
  1. BP_two_input

    1下载:
  2. 自己编写的BP神经网络 模拟y=(sin(x1)*sin(x2))/(x1*x2)-BP Artifical Network, this program is designed to learn y=(sin(x1)*sin(x2))/(x1*x2)
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-20
    • 文件大小:2kb
    • 提供者:少小帅
  1. yichuansuanfa1

    0下载:
  2. 使用遗传算法计算y=x2+y2+z2在【-5.12,5.12】的极大值,使用赌轮盘-Using genetic algorithm y = x2+ y2+ z2】 in 【-5.12,5.12 great value, the use of gambling roulette
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1004byte
    • 提供者:刘洪熙
  1. BP

    0下载:
  2. 用C语言设计BP神经网络并拟合函数1.y=sinx,x :[0,2pi) 2.y=(x1)^2+(x2)^2+(x1)*(x2) ,x1,x2:[0,1)-With C-BP neural network design and fitting function 1.y = sinx, x: [0,2 pi) 2.y = (x1) ^ 2+ (x2) ^ 2+ (x1)* (x2), x1, x2: [0,1)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:664.43kb
    • 提供者:yonglandemao
  1. myga

    0下载:
  2. 利用遗传算法求解函数f(x1,x2)=20+x1^2+x2^2-10*(cos(2*pi*x1)+cos(2*pi*x2))的最小值,其中-5<=x1,x2<=5.-Genetic Algorithm for function f (x1, x2) = 20+ x1 ^ 2+ x2 ^ 2-10* (cos (2* pi* x1)+ cos (2* pi* x2)) minimum, which-5 < = x1, x2 < = 5.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:701byte
    • 提供者:秦俊
« 12 »
搜珍网 www.dssz.com