搜索资源列表
PNN
- 用matlab设计的概率神经网络,内附演示程序-using Matlab design of probabilistic neural network, enclosing Demonstration Program
PNN
- 用matlab设计的概率神经网络,内附演示程序-using Matlab design of probabilistic neural network, enclosing Demonstration Program
hopnnexamples
- 运用MATLAB语言编写的连续型霍普菲尔德网络-using MATLAB prepared by the continuous Hopfield network
newpnn
- 基于概率神经网络的数字语音识别matlab程序-probabilistic neural network based on the number of voice recognition procedures Matlab
pnn_recognition
- 基于概率神经网络方法的识别程序,主要针对语音识别,matlab程序,值得参考.-probabilistic neural network-based method of identification procedures, voice recognition, Matlab procedures, a good reference.
matlabbpnn
- 基于matlab的三层bp神经网络源程序代码-based on the three-tier bp Matlab neural network source code
AnnInMat
- matlab写的神经网络的几个演示程序,有的是自己写的,有的是根据别人写的改的,bp、rbf、pnn、hopfield等-matlab neural network to write a few demo program, some wrote it myself, some other people to write in accordance with the change, bp, rbf, pnn, hopfield etc.
PNN
- Classify using a probabilistic neural network
PNN
- PNN又称为概率神经网络,它最初由数学家Specht于1990年提出,后经Master[1995]等不断发展和完善,已成功地应用于机器学习、人工智能、自动控制等众多领域.概率神经网络比多层前馈网络的数学原理简单,且易于实现-PNN is also known as the probabilistic neural network, which was first introduced by the mathematician Spech
ParzenPNN
- Matlab PNN network with realization using simple console -Matlab PNN network with realization using simple console
PNN
- 概率神经网络算法的matlab实验程序 可用于车牌识别 文字识别等模式识别问题-Probabilistic neural network algorithm matlab experimental procedure can be used for license plate recognition to identify issues such as character recognition
PNN
- pnn分类器算法,用MATLAB源码,可以进行分类。-pnn classifier algorithm, using MATLAB source code can be classified.
K-PNN
- K-PNN Algorithm a type of k nearest neighbor algorithm
PNN-CVLOO-code
- The code implements a probabilstic Neuraol network for classification problems trained with a Leave One Out Cross Validation Scheme in Matlab (version 7 or above). The following toolboxes are required: statidtics, optimi
pnn1
- PNN神经网络聚类法的MATLAB的源代码,自己编写的,很实用,希望对大家有所帮助。-PNN neural network clustering method for MATLAB source code, I have written, very practical, we want to help.
pnn
- 概率神经网络的分类预测-基于PNN变压器故障诊断,基于神经网络的matlab参考代码。-Probabilistic neural network classification prediction- PNN-based transformer fault diagnosis, based on neural network matlab reference code.
PNN
- 概率神经网络PNN的MATLAB实现,有详细的说明-Probabilistic neural network PNN in MATLAB implementation, a detailed descr iption of
PNN程序
- 利用matlab 程序通过部分样本参考量训练,对剩下样本的类别进行预测(Using the matlab program, through the training of some sample reference quantity, we forecast the remaining samples)
PNN
- 概率神经网络(Probabilistic Neural Network)是由D.F.Speeht博士在1989年首先提出,是径向基网络的一个分支,属于前馈网络的一种。它具有如下优点:学习过程简单、训练速度快;分类更准确,容错性好等。从本质上说,它属于一种有监督的网络分类器,基于贝叶斯最小风险准则。(The rate neural network, first proposed in 1989, is a branch of the RB
04RBF、GRNN和PNN神经网络
- 自己研究了一些关于神经网络的算法,用matlab做的一些小测试,使用的是《matlab神经网络43个案例分析》这本书,感觉还不错,分享一下。 使用每行的前4个数据预测第5个数据的值(I have studied some algorithms about neural network, and I have done some small tests with MATLAB, using the 43 case analysis of