搜索资源列表
广义异或bp算法
- 本文件为用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
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
ANN-Clanguage
- 人工神经网络的C语言实现 三层人工神经网络实现对函数y=sin(x)的模拟-ANN C language layer artificial neural network to function y = sin (x) of the simulation
FeatureSelection
- Feature Selection using Matlab. The DEMO includes 5 feature selection algorithms: • Sequential Forward Selection (SFS) • Sequential Floating Forward Selection (SFFS) • Sequential Backward Selection (SBS) • Se
moshishibie
- 先用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
Matlabeg
- 基于 Ma t l a b语言的遗传算法工具箱支持二进制和浮点数编码方式, 并且提供了多种选择、 交叉、 变异的方法。 通过具体实例对 Ma t l a b的遗传 算法工具箱的用法进行 了说 明介绍.-The Ge ne t i c Al g or it h m To o l b ox ba s e d on Ma t l a b s u ppo ~s t h e b i na r y a nd f lo a t , a n d t he r e a r e t
BPsin(xy)
- 用BP神经网络逼近函数Z=SIN(X*Y),采用C++编程.-Using BP neural network to approach the function Z = SIN (X* Y), using C++ programming.
SLMCR
- SLMCR 网络 实现一个圆柱体的平衡; 采用C语言写的算法Demo 代码-code for learning to balance a pole, used for experiments described in Strategy Learning with Multilayer Connectionist Representations, by C. Anderson, in the Proceedings of the Fourth International Workshop on
vcDEMO
- 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
CAlgorithm
- 按章存放了书中所有的算法函数程序以及例子中的主函数程序。其中在目录CHX中存放了第X章中所有的函数程序(X为章号),同时也存放了该章算法函数需要调用的其他章中的一些函数程序。算法函数程序的文件名为“X函数名.c”,例子中相应的主函数程序的文件名为“X函数名0.c(第一个例子)”或“X函数名1.c(第二个例子)”。-C Algorithm
x
- This derivation of the normalised least mean square algorithm is based on Farhang- Boroujeny 1999, pp.172-175, and Diniz 1997, pp 150-3. To derive the NLMS algorithm we consider the standard LMS recursion, for which we select a variable step size
GAforMaxfunction
- 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
zengjianhu
- pso算法 用c语言来实现的 优化的y=x^2函数 -pso algorithm using c language to realize the optimization of the function y = x ^ 2
BP
- 用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)
c4
- 两个乒乓球队进行比赛,各出三人。甲队为a,b,c三人,乙队为x,y,z三人。已抽签决定 比赛名单。有人向队员打听比赛的名单。a说他不和x比,c说他不和x,z比,请编程序找出 三队赛手的名单。 -Two table tennis team to compete, all the three. A team is a, b, c three-, B team for the x, y, z three. List of games have been decided by d
genetic-algorithm
- 采用遗传算法,求函数max f(x1,x2) = xsin(10π*x)+1的最大值。用C语言实现-Using genetic algorithms, find a function max f (x1, x2) = xsin (10π* x)+1 maximum. Using C language
yichansuanfa-
- C代码遗传算法求函数最大值f(x)=x^2 x 从0到30 !-C code function genetic algorithm for the maximum value f (x) = x ^ 2 x from 0 to 30!
ga
- C++实现遗传算法功能,目标函数为简易的y=x*x-use C++ achieve genetic algorithm
GA
- 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(
FuzzyCAC
- FuzzyCAC by gaobin Email:gaobinsw@163.com QQ:632218827 博客:http://blog.sina.com.cn/gaobinsw 电话:13618257358 淘宝网店:http://gaobinsw.taobao.com 2012.4.12 [X,enterprise]=FuzzyCAC(type,classn)函数用法 type:选择聚类的方法 type=1