搜索资源列表
svm-rbf-demo
- SVM的例子程序,使用RBF,garma值为0.5。专业人士可以参考。有搞SVM参数优化的人我们可以一起讨论-SVM example, the use of RBF, garma value of 0.5. Professional reference. SVM engage with the optimization of parameters we can discuss
RBF_face
- 利用RBF神经网络网络来进行人脸处理的例子,可以作为参考-use RBFNN network for face processing examples will serve as a reference
RBF_example_IRIS
- RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
rbf
- RBf神经网络算法的具体讲解,包括各种例子,内附程序文件,很容易理解。-RBf neural network algorithm specific explanations, including examples, containing the program file, it is easy to understand.
k-rbf
- 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
improvealgorithmofrbf
- 一个对RBF进行改进的程序,其中有演示的例子-1 pairs of RBF to improve procedures, including examples of presentation
grnnforexample
- 广义回归神经网络是RBF的一个扩展。但是具体怎么实现却代码很少,本代码是一个grnn很好的学习例子。-Generalized regression neural network is an extension of RBF. But how to achieve specific code but rarely, the code is a good learning example grnn.
NeuralNetwork_BP_Classification
- RBF神经网络的一个样本分类的例子,很简单,懂Matlab基础的就能看明白。-RBF neural network classification of a sample of examples of very simple, based on Matlab understand能看明白.
NeuralNetwork_RBF_Classification
- RBF神经网络的一个样本分类的例子,很简单,懂Matlab基础的就能看明白。-RBF neural network classification of a sample of examples of very simple, based on Matlab understand能看明白.
NeuralNetwork_RBF_Regression
- RBF神经网络的一个退化分析的例子,很简单,懂Matlab基础的就能看明白。-RBF neural network analysis of an example of degradation is very simple to understand Matlab based on the能看明白.
RBFAdaptive
- 机械手RBF网络自适应控制,是个很好的例子,可以借鉴的-RBF convergence than the BP neural network, and can avoid local optimum, can be used for classification, function approximation
NeuralNetworkRBF
- 这是一个利用遗传算法改进RBF程序的例子-This is a genetic algorithm using the example of procedures to improve the RBF
RBF
- RBF神经网络用于分类与回归,非常好的一个例子,可以下载参考一下-RBF neural network for classification and regression, and a very good example, you can download reference
MRBFAdaptivea
- 机械手RBF网络自适应控制,是个个很好的例子,可以借鉴的 -Adaptive control of robotic RBF network, is all a good example, can learn from
RBF
- RBF网络的回归-非线性函数回归的实现,用RBF神经网络做回归很好的例子-RBF network regression- the realization of the nonlinear function regression, RBF neural network regression good example
rbf_test
- RBF人工神经网络的例子程序,以他检法为检验-the example of rbf network
PSO-RBF-wonderful
- 很详细的粒子群优化径向基神经网络的例子。-Very detailed examples of particle swarm optimization RBF neural network
main
- 神经网络算列——基于汽油辛烷值预测案列!比较好的一个BP和RBF实践例子(Neural network scheduling -- Based on gasoline octane prediction! A good example of BP and RBF practices)
PSO_GA_RBF
- 适合初学者的例子,赶紧下载学习把,兄弟姐妹没门(For example for beginners, hurry up to download the study, brothers and sisters)
rbf
- RBF网络能够逼近任意的非线性函数,可以处理系统内的难以解析的规律性,具有良好的泛化能力,并有很快的学习收敛速度,已成功应用于非线性函数逼近、时间序列分析、数据分类、模式识别、信息处理、图像处理、系统建模、控制和故障诊断等。 简单说明一下为什么RBF网络学习收敛得比较快。当网络的一个或多个可调参数(权值或阈值)对任何一个输出都有影响时,这样的网络称为全局逼近网络。由于对于每次输入,网络上的每一个权值都要调整,从而导致全局逼近网络的学习速度很慢。BP网络就是一个典型的例子。(RBF network