搜索资源列表
fzh1
- 用于函数逼近的BP算法程序,matlab源码-function approximation for the BP algorithm procedures, Matlab FOSS
beyes
- 1.基于Bayes分类的MATLAB程序 2.遗传算法求解函数优化 3.基于Matlab的人工免疫算法 4.空间数据分析中最常用的是聚类分析(k均值算法代码) 5.蚁群算法的matlab源码
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
GA-based-on-the-graph-edge
- 基于遗传算法的有向图的边序列遍历算法Matlab源码.此函数实现遗传算法,用于用于有向图的边遍历序列的优化 GreenSim团队原创作品-Genetic algorithms are based on the edge to the graph traversal algorithm sequence of Matlab source code. This function implements the genetic algorithm used for edge directed graph
ycsfsjwl
- 遗传算法优化神经网络黑箱函数通用MATLAB源码-Genetic Algorithm Neural Network General MATLAB source black box function
bpneuralnetworksandthestudyofcurve
- 网上的大部分BP实现曲线拟合都使用MATLAB库函数,这不利于读者理解BP神经网络的算法。本文用C源码实现MATLAB库函数.-BP to achieve most of the Internet curve fitting using MATLAB library function, this does not help readers understand the BP neural network algorithm. In this paper, the realization of C
BPnetwork
- BP神经网络用于函数拟合与模式识别源码,非常实用-" Wavelet analysis theory and Matlab 7 to achieve," the book each chapter of the routine source code, very useful
ACOUCP
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-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
rgyq
- 无约束连续函数优化的人工鱼群算法通用MATLAB源码-Unconstrained optimization of continuous function universal MATLAB source of artificial fish school algorithm
fuzzy
- matlab 源码 模糊函数,模糊神经网络 编写,训练-matlab source fuzzy function, fuzzy neural network preparation, training
HSOGA
- 《求解全局优化问题的混合自适应正交遗传算法》一文的源码,见软件学报2010年第6期的文章。该代码中的自适应正交叉遗传算子有极强的搜索能力,特别适合高维工程函数模型的优化,如机器人多自由度的数学模型优化。虽然本人虽已不从事什么学术上的研究,但若你借鉴了其中的代码或者思想,请把该文献加入到你的参考文件中,谢谢。-" Global Optimization Problem with adaptive orthogonal genetic algorithm," a source te
bayes-classsifier
- 该程序源码中包括了各种典型分布的二维数据的自动生成,二维概率密度函数的极大似然估计和窗函数估计,bayes分类器的设计和分类器错误率的多种方法估计-The program includes a variety of typical source distribution of the automatic generation of two-dimensional data, two-dimensional probability density function of the maximum l
yichuan-back-pro-MATLAB
- 遗传算法优化神经网络黑箱函数通用MATLAB源码,仅供学习参考。-Genetic algorithm neural network black-box function universal MATLAB source code, study reference purposes only.
BP1
- 采用BP神经网络逼近非线性函数,matlab源码实现,易于初学者理解,简单实用。-nonliear function by BP network approximatinon
bp
- 不用工具箱实现的单隐层BP神经网络MATLAB源码。以2维传递函数为对象,获得输入输出数据。建模效果良好。-Toolbox achieved without a single hidden layer BP neural network MATLAB source. In two-dimensional transfer function for the object, to obtain input and output data. Modeling good effect.
exp02_nn_test
- 清华大学-模式识别-边肇棋 神经网络源码 根据原文编程,不调用MATLAB函数,便于加深知识理解-neural network code in matlab
T-F
- 优化算法经典测试函数MATLAB源码,包括ROSENBROCK等,可与优化算法配合使用-Some beachmark functions about optimization, can use with some algorithm like PSO
GA_simple
- MATLAB的源码,用遗传算法求解函数的最大值-Using genetic algorithm to solve function maximum
BP神经网络拟合函数
- BP神经网络拟合函数,建模神经网络MATLAB程序matlab源码,具有参考价值