Welcome![Sign In][Sign Up]
Location:
Search - genetic algorithm neural network in matlab

Search list

[AI-NN-PRnninit

Description: 转载得有关利用遗传算法优化bp神经网络得源程序中得有关初始化函数编写-reproduced in the use of genetic algorithm optimization bp neural network in the source in the preparation of the initialization function
Platform: | Size: 137216 | Author: raul | Hits:

[AI-NN-PRRBFApproach

Description: 基于遗传算法优化的RBF网络逼近程序,可以参考!希望能对大家有所帮助 -based on genetic algorithm optimization RBF network approximation procedures, they can refer to. The hope is to help everyone
Platform: | Size: 3072 | Author: luchen | Hits:

[matlabganetwork

Description: 利用Matlab编写的粗神经网络的构造,其中粗神经网络用遗传算法实现-Using Matlab prepared rough neural network structure, in which rough neural network using genetic algorithm
Platform: | Size: 1024 | Author: 伏明兰 | Hits:

[AI-NN-PRGA-BP-neural

Description: 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.-As a result of BP network weights optimization is a constrained optimization problems, and weights to be used real-coded, so the direct use of Matlab genetic algorithm toolbox. Posted the following code is for a 19 input variables, an output variable in case of non-linear regression designed, if applied to other situations, simply change your codec function. Procedures need to call gaot toolbox.
Platform: | Size: 4096 | Author: | Hits:

[File FormatFACERECOGNITIONBASEDONFRACTALANDGENETICALGORITHMS.

Description: 本文的题目是基于分形和遗传算法的人脸识别方法,对有限人群提出一种采用分形特征和遗传聚类的识别方法: 将图像分成很多小区域, 分别计算各个区域的分形特征, 以充分利用图像二维信息 同一个模式有多个样本, 通过遗传算法进行聚类以得到最优解实现不变性识别. 最后采用ORL 人脸图像库的一组图像对比了新方法、本征脸法和自联想神经网络方法, 结果表明该方法的识别率, 与本征脸法相似, 比自联想神经网络高.-The title of this article is based on fractal and genetic algorithms for face recognition method, a crowd of limited use of fractal characteristics and the identification of genetic clustering methods: the image is divided into many small regions, each region were calculated fractal characteristics, to take full advantage of two-dimensional image information with a model for a number of samples, through the genetic clustering algorithm in order to obtain the optimal solution to achieve invariant recognition. Finally, using ORL face image database of a group of image contrast of the new methods, eigenface law and auto-associative neural network methods, results show that the method of recognition rate, with the eigenface method is similar to auto-associative neural network than high.
Platform: | Size: 380928 | Author: 阳关 | Hits:

[matlabwnn

Description: 小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2. WNN directly with nonlinear approximation : Wnn_test.m. (internal called wavelet function) 3. Genetic Algorithm optimization approach : GA_Wnn_test.m (internal called genetic algorithms, initialize, fitness and decoding functions) -Wavelet neural network source code: 1. Construction of the nonlinear function: at nninit_test.m 2. Wnn the direct use of nonlinear approximation: Wnn_test.m, (internal call wavelet function) 3. Genetic algorithm optimized approximation: GA_Wnn_test. m (internal call genetic algorithms, initialization, fitness, decoding function)-genetic algorithm optimization WNN source: 1. Construction of the nonlinear function: nninit_test.m at 2. WNN directly with nonlinear approximation: Wnn_test.m. ( internal called wavelet function) 3. Genetic Algorithm optimization approach: GA_Wnn_test.m (internal called genetic algorithms, initialize, fitness and decoding functions)
Platform: | Size: 1024 | Author: lanhucx | Hits:

[AI-NN-PRmulti-ga

Description: 自己编的遗传算法同BP神经网络结合的代码!并且在神经网络模型上进行多目标寻优,结果有doc文档详细说明!实现BP-GA多目标优化应用实例!-Own genetic algorithm with BP neural network combined with the code! And in the neural network model for multi-objective optimization, the result document has a detailed description doc! Realize BP-GA multi-objective optimization application examples!
Platform: | Size: 78848 | Author: ym | Hits:

[AI-NN-PRnnToolKit_src

Description: nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊的算法需求。-nnToolKit neural network tool kit is based on the MATLAB neural network toolbox developed by a group of neural network algorithm library, which functions in the MATLAB environment can be run independently, and packaged into a DLL components, these components as a separate COM object, can be directly by Visual Basic, Visual C++, C++ Builder or other high-level language support COM quoted. The toolkit includes algorithms, including some of the BP algorithm to improve the algorithm, fuzzy neural network, wavelet neural networks, genetic algorithms to optimize neural network weights to improve the algorithm, if necessary, readers can also expand the tool kit, namely the expansion of some new function, the algorithm in order to achieve special needs.
Platform: | Size: 10865664 | Author: 魏建明 | Hits:

[MPIPSOtoolbox

Description: 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。-Particle Swarm Optimization [PSO] are equal by Kennedy and Eberhart in 1995 developed an evolutionary computing technology, from preying on the birds of the simulation process. PSO with genetic algorithm is similar to an iterative optimization-based tool, but the use of genetic algorithms and genetic manipulation of different sub-optimize the use of groups between the various entities within the " collaboration" and " competitive" relationship, according to themselves and their competition the flying experience, adjust their behavior. Comparison with genetic algorithms, PSO has the advantage of being simple and easy and did not realize the need to adjust the parameters much. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications.
Platform: | Size: 883712 | Author: wzy | Hits:

[AI-NN-PRPSOGABPDRNN

Description: 此包含有遗传算法、粒子群算法、BP算法优化对角递归神经网络的MATLAB程序-This includes genetic algorithms, particle swarm optimization, BP algorithm for diagonal recurrent neural network of the MATLAB program
Platform: | Size: 134144 | Author: | Hits:

[AI-NN-PRga-RBF

Description: 基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序-Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
Platform: | Size: 4096 | Author: 王建 | Hits:

[matlabgabp

Description: 遗传算法优化BP神经网络的权值的matlab程序源代码。-Genetic algorithm BP neural network weights of the matlab source code.
Platform: | Size: 131072 | Author: hexing | Hits:

[AI-NN-PRGenetic_BP

Description: 根据神经网络和遗传算法原理,在MATLAB中编程实现神经网络遗传算法非线性函数寻优-Nonlinear function of the neural network, genetic algorithm optimization based on neural network and genetic algorithm theory, programming in MATLAB
Platform: | Size: 101376 | Author: 阿俊 | Hits:

[OtherHigher-Math-problems-in-MATLAB

Description: 本书首先介绍了MATLAB语言的程序设计的基本内容,在此基础上系统介绍了各个应用数学领域的问题求解,如基于MATLAB的微积分问题、线性代数问题的计算机求解、积分变换和复变函数问题、非线性方程与最优化问题、常微分方程与偏微分方程问题、数据插值与函数逼近问题、概率论与数理统计问题的解析解和数值解法等。还介绍了较新的非传统方法如模糊逻辑与模糊推理、神经网络、遗传算法、小波分析、粗糙集及分数阶微积分学等领域。本书可作为一般读者学习和掌握MATLAB语言的教科书,也可作为高校理工科各类专业的本科生和研究生学习计算机数学语言的教材和参考书,可供科技工作者、教师作为学习和应用MATLAB语言解决实际数学问题的参考资料,还可作为读者查询某数学问题求解方法的手册。-This book introduces the MATLAB language programming to the basic content, on the basis of this system introduces the various applications of mathematics problem solving, such as those based on MATLAB calculus, linear algebra problem solving by computer, integral transforms and complex variable function problems, nonlinear equations and optimization problems, ordinary differential equations and partial differential equation problem, data interpolation and function approximation problem, probability theory and mathematical statistics analytical solution and numerical solution. Also introduced a new non traditional methods such as fuzzy logic and fuzzy reasoning, neural network, genetic algorithm, wavelet analysis, rough sets and fractional calculus and other fields. This book can be used as ordinary readers to study and master the MATLAB language textbooks, also can be used as the University s science and engineering of various kinds of professional undergraduate and graduate study in c
Platform: | Size: 54010880 | Author: 詹瑞 | Hits:

[matlabNew-Fuzzy-nNetwork-design-using-Genetic-Algorithm

Description: In this paper a Conventional PD Controller and Fuzzy Neural Controller for trajectory tracking of mobile robot platform is presented. Using computed torque method is given input- torque on mobile robot wheels. The locomotion control structure is based on integration of kinematics and dynamics model of mobile robot base. The proposed Control scheme and Fuzzy Neural Algorithm could be useful for building an autonomous non-destructive testing system based on wheeled mobile robot. Fuzzy Neural Network-Rule base, is optimized using Genetic Algorithm. Simulations are done using Matlab software. Key words:Mobile Robot, Conventional, Fuzzy Logic, Neural Network, Genetic Algorithm, trajectory tracking,-In this paper a Conventional PD Controller and Fuzzy Neural Controller for trajectory tracking of mobile robot platform is presented. Using computed torque method is given input- torque on mobile robot wheels. The locomotion control structure is based on integration of kinematics and dynamics model of mobile robot base. The proposed Control scheme and Fuzzy Neural Algorithm could be useful for building an autonomous non-destructive testing system based on wheeled mobile robot. Fuzzy Neural Network-Rule base, is optimized using Genetic Algorithm. Simulations are done using Matlab software. Key words:Mobile Robot, Conventional, Fuzzy Logic, Neural Network, Genetic Algorithm, trajectory tracking,
Platform: | Size: 296960 | Author: jacobjacobjacob17 | Hits:

[Other30-intelligent-algorithm-in-MATLAB

Description: 30个matlab智能算法经典案例分析:提供了各种智能算法(遗传算法,神经网络算法,蚁群算法,粒子群算法)的源代码或工具箱。-30 intelligent algorithm matlab classic case analysis: provides a variety of intelligent algorithms (genetic algorithms, neural network algorithm, ant colony algorithm, PSO) source code or toolbox.
Platform: | Size: 1583104 | Author: liumingxing | Hits:

[matlabBP-neural-network-genetic-

Description: 用遗传算法优化BP神经网络的matlab源代码,在matlab 7.0中实现-BP neural network optimization using genetic algorithm matlab source code, implemented in matlab 7.0
Platform: | Size: 2048 | Author: gym | Hits:

[Mathimatics-Numerical algorithmschapter4_matlab_4

Description: 根据BP神经网络理论和遗传算法,在MATLAB中编程实现神经网络的非线性函数寻优。-According to BP neural network theory and genetic algorithm, nonlinear functions in MATLAB programming neural network optimization.
Platform: | Size: 191488 | Author: wangmengli | Hits:

[AI-NN-PRgenetic-algorithm

Description: 根据遗传算法和BP神经网络理论,在matlab软件中编程实现基于遗传算法优化的BP神经网络非线性系统拟合算法。-According to the theory of genetic algorithm and BP neural network, in the matlab software programming to realize BP neural network nonlinear systems based on genetic algorithm optimization fitting method.
Platform: | Size: 55296 | Author: 汪杰 | Hits:

[Other关于用遗传算法改进BP神经网络的MATLAB实现

Description: 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
Platform: | Size: 1024 | Author: CAUCHY-G | Hits:
« 12 3 »

CodeBus www.codebus.net