搜索资源列表
神经网络算法源程序
- 神经网络算法源程序,如som、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序。-neural network algorithm source, such as som, Hopfield, CPN, 7.82, BOLTZMAN, ART, ADALINE, while providing for different algorithms demo source.
som
- som算法 组织神经网络用于图像分割matlab实现
som神经网络实现数据分类
- 自组织型的数据分类小例子。
神经网络算法源程序
- som网络,用于分类
ANN
- 人工神经网络的c++实现方法,包括BP,RBF,som,LVQ等网络的源程序-Artificial neural network c++ realization, including BP, RBF, som, LVQ and other network source
addon
- som神经网络的数据分类--柴油机故障诊断-som neural network data classification- Diesel Engine Fault Diagnosis
chapter17
- som神经网络的数据分类--柴油机故障诊断,通过bp神经网络的训练和查看分类,可以查看每个神经元的分类情况-som neural network data classification- diesel engine fault diagnosis, bp neural network training and view categories, you can view the classification of each neuron
som
- 该文件是som型神经网络的源程序,可基于som原理对数据进行分类-The document is the source of the som neural network data classification based on som principle
som
- 基于matlab的自组织神经网络进行遥感图像分类处理-Matlab based on the self-organizing neural network for remote sensing image classification processing
som
- 自组织映射神经网络som算法的源程序 matlab-Self-organizing map neural network som algorithm matlab source
som
- 神经网络中的som网络用于对数据进行分类,文件中已包含数据库文件-Neural networks som network is used to classify the data in the document already contains the database files
cloud-classification
- 基于神经网络方法的卫星图像云分类 BP神经网络和som神经网络-Satellite cloud image classification method based on neural network BP neural network and som neural network
som-PNN
- 本文将som(自组织特征映射)和PNN(概率)神经网络应用到柴油机故障诊断中,首先介绍了som和PNN神经网络的算法,然后对柴油机的故障进行了分析,并运用matlab进行了仿真,验证了实验结果。-This article will som (self-organizing feature map) and PNN (probability) neural network is applied to fault diagnosis of diesel engine, first introduce
som
- som神经网络:Self-Organizing Map 的缩写,即自组织映射。 1981年芬兰Helsink大学的T.Kohonen教授提出一种自组织特征映射网,简称som网,又称Kohonen网。 Kohonen认为:一个神经网络接受外界输入模式时,将会分为不同的对应区域,各区域对输入模式具有不同的响应特征,而且这个过程是自动完成的。自组织特征映射正是根据这一看法提出来的,其特点与人脑的自组织特性相类似。 由于它的强大功能,多年来,神经网络在数据分类、知识获取、过程监测、故障识别等领域
som
- 基于som神经网络的故障诊断,比较粗略,有待改善~-Based on som neural network fault diagnosis, more rough, yet to be improved
som
- 自组织竞争神经网络,可以对数据进行无监督学习聚类,本质上是一种只有输入层--隐藏层的神经网络(The self-organized competitive neural network can carry out unsupervised learning clustering of data, which is essentially a neural network with only the input layer hidden layer.)
案例17 som神经网络的数据分类--柴油机故障诊断
- som神经网络分类之柴油机故障分类模型。(Fault Classification Model of Diesel Engine Based on som Neural Network)
人工神经网络与应用21个案例汇总
- 案例程序分析,用于神经网络编程参考;对人工神经初学者编程起指导作用(Case program analysis for neural network programming reference;The guiding role of programming for the beginners of artificial nerve)
MATLAB
- 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、som神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used neural network and related the
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与som神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part