搜索资源列表
NeuralNetworksatyouFingertips
- 各种神经网络的算法,包括bp,hp,som等 用c编的,程序简单易懂,适合大家学习-various neural network algorithm, including bp hp, som c, and so on with the series, procedures are simple, suitable for everyone learning
SOM_Bp_HybridNetwork_matlab_emulator
- som-bp混合神经网络的matlab程序,这个网络结构设计得很好,用于肝脏肿瘤图像识别。
matlabtosolve
- 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元
ArtificalNeualNetwork[xtulbd,050228]
- 人工神经网络基本模型:BP、ART、Hopfield、SOM-ANN basic model : BP, ART, Hopfield, SOM
374
- 神经网络算法源程序,如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、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.
NeuralNetworksatyouFingertips
- 各种神经网络的算法,包括bp,hp,som等 用c编的,程序简单易懂,适合大家学习-various neural network algorithm, including bp hp, som c, and so on with the series, procedures are simple, suitable for everyone learning
som4.8
- 一个可以运行的som神经网络程序,可以任意输入输入和输出向量数。用于分类和测试-one can run the som neural network program, which could be imported input and output vectors of a few. For the classification and testing
SOM_Bp_HybridNetwork_matlab_emulator
- som-bp混合神经网络的matlab程序,这个网络结构设计得很好,用于肝脏肿瘤图像识别。-som-bp hybrid neural network matlab program, the network architecture are designed to be very good for the liver tumor image recognition.
matlabtosolve
- 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元
nn
- 线性神经网络,BP神经网络,Hopfield神经网格,Elman神经网络,RBF神经网络;在模型应用模块中实现了六种实际应用:RBF网络的船用柴油机故障诊断,BP网络的齿轮箱故障诊断,SOM网络的回热系统故障诊断,BP网络的设备状态分类器,SOM网络的人口比例样本分类,SOM网络的土壤性状样本分类。-Linear neural network, BP neural network, Hopfield neural network, El
som
- 分别列出BP网络与som网络的代码,通过运行后可以看出同一种问题在不同网络下的处理差别。-A breakdown of BP network and som network code, by running after the same kind of problem can be seen in the different networks of processing differences.
neuralnetworkalgorithmscolletions
- 一个用C语言编写的神经网络的程序集合,里面包括了art1,bp,cpn, hopfield ,som等神经网络的实现,可以用来学习一下-A use of C language procedures for collection of neural network, which includes art1, bp, cpn, hopfield, som, such as the realization of neural networks
ANN
- 人工神经网络的c++实现方法,包括BP,RBF,SOM,LVQ等网络的源程序-Artificial neural network c++ realization, including BP, RBF, SOM, LVQ and other network source
BP
- SOM神经网络的数据分类,柴油机故障诊断。 addon.m为距离函数和拓扑函数示例-SOM neural network data classification, diesel engine fault diagnosis.addon.m is an example of the distance function and TOPOLOGY ON FUNCTION
BP-and-SOM
- BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。 BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。 它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(o
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural ne
MATLAB
- 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used
som-bp混合神经网络的matlab程序
- 本文件包含som-bp串联神经网络的代码和数据,可用来做数据拟合,改成你自己的数据即可(This file contains the code and data for the som-bp series neural network, which can be used for data fitting and changed to your own data)
SOM_BP
- BP神经网络进行回归预测分析,从表格中读取数据,进行时间序列分析的预测回归(Regression analysis of BP neural network)