搜索资源列表
Kohonen
- Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
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
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里面神经网络工具箱的例子锦集,主要包括了bp神经网络,随机神经网络、自组织竞争神经网络、径向基函数网络。-Inside matlab neural network toolbox Jinji examples, including the bp neural networks, Stochastic neural networks, since neural network, radial basis function network organization competition
self-organizing competitive neural network
- 自组织竞争神经网络的matlab实现,简单易懂(Matlab realization of self-organizing competitive neural network, easy to understand)
第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.)