搜索资源列表
PSOtoolbox.rar
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
Forecast
- BP神经网络,自适应竞争神经网络对地震进行预测实例-BP neural network, adaptive competitive neural networks to predict the earthquake example
annexamples
- 很多神经网络的应用程序:如感知器,自适应线性元件,BP网络,霍普菲尔德网络,竞争网络...适合初学者。-Many neural network applications: such as sensor, adaptive linear element, BP network, Hopfield networks, competitive networks ... suitable for beginners.
matlab
- 这是基于自组织竞争神经网络的例题 具体的自己看-This is based on self-organizing competitive neural network that looks at specific examples
LVQ
- 对MATLAB中的竞争神经网络lvq源m文件中的程序进行修改,变成“自己”的程序,从而可以实现与其他语言的混编-The competition on the MATLAB neural network lvq source m to modify the program files into " their" process, which can be achieved with other languages mixed
Kohonen
- Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
matlab
- 自己2011年12月的神经网络作业,利用神经网络训练: 自组织竞争网络在模式分类中的应用 —患者的某病的发病预测-December 2011, the neural network operation, the use of neural network training: self-organizing competitive network for pattern classification- in patients with the incidence of a disease
case16
- 单层竞争神经网络的数据分类—患者癌症发病预测。 基于matlab编程的.m文件-Single-layer neural network data classification competition- in patients with cancer incidence predicted. Based on matlab programming m file
eg16-fabingyuce
- 《MATLAB神经网络30个案例分析》中的第16个例子,案例16 单层竞争神经网络的数据分类—患者癌症发病预测。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of example, 16 cases (16 patients with single competitive neural network data classification- cancer prediction. Hope to have certain
Bugtest
- 通过matlab工具箱中的自适应竞争神经网络来是先对数据的聚类和预测,对严重事件的预测-Data via matlab clustering, predictive
SOM
- matlab 实现的自组织竞争神经网络SOM算法程序(没有使用ANN工具箱)。可供初学者参考学习使用。-SOM self-organizing competitive neural network algorithm matlab implementation of the program (not using ANN toolbox). Reference for beginners to learn to use.
neural-network-matlab_m
- matlab神经网络原理与实例精解的matlab源代码,包括matlab快速入门、单层感知器、线性神经网络、BP神经网络、径向基函数网络、自组织竞争神经网络、随机神经网络等各章节源码,是学习神经网络的有力助手,里面包含matlab库函数工具箱的应用,也有手算代码。-matlab neural network theory and examples of fine solution matlab source code, including matlab QuickStart, single se
self-organizing competitive neural network
- 自组织竞争神经网络的matlab实现,简单易懂(Matlab realization of self-organizing competitive neural network, easy to understand)
3-Competitive neural network
- 竞争神经网络的matlab实现,对一组数据进行拟合和训练,得出精度(The matlab implementation of the competitive neural network, fitting and training a set of data to get the accuracy)
第8章 自组织竞争神经网络
- 第8章 自组织竞争神经网络 Matlab实例+源代码(The eighth chapter of self organizing competitive neural network Matlab example + source code)
neural network.rar
- 帮助学习竞争神经网络与SOM神经网络的原理和matlab代码,增强对神经网络的理解和matlab编程能力。(Help to learn the principles of the competitive neural network and the SOM neural network and the matlab code, enhance the understanding of neural network and the ability of MATLAB programming.)
第8章 自组织竞争神经网络
- 在matlab平台上进行自组织竞争神经网络的编写与运行(Self-organizing competitive neural network)
遗传算法
- matlab中经典的竞争神经网络源码,如果未安装matlab,可直接查看html网页查看内容(Matlab classic competitive neural network source code, if not installed MATLAB, can directly view the HTML web page view content)
第8章 自组织竞争神经网络
- MATLAB学习资料,自组织竞争神经网络,带一组测试数据。(MATLAB learning materials, self organizing competitive neural network, with a set of test data.)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part