搜索资源列表
BP-RBF算法
- BP,RBF算法,用VC实现,一个很好的毕业设计-BP, RBF algorithm, with VC, a good design graduates
annbp+rbf
- 一种BP神经网络和径向基函数网络的VC源代码
bp
- 反馈神经网路BP算法程序!!可以与RBF进行比较
RBF
- 主要完成对RBF网络用于函数逼近的功能,是一种在逼近能力、分类能力和学习速度等方面均优于BP网络的网络。
RBF
- 文中设计了一个3层径向基神经网络(RBFN)用于对企业的5项评价指标进行聚类分析,并与蚁群算法做了比较分析。RBFN由输入层 到隐含层采用传统的K一均值算法,隐含层到输出层通过“模2递减”学习速率的BP学习;蚁群算法根据信息素的分配能够自动调整收索 路径,从而达到数据自动聚类的目的。结果表明,与蚁群算法相比,改进RBFN具有快速收敛、自动识别奇异样本的优点,而蚁群算法 无须教师学习,并能够达到全局最优。
BP算法库
- 非常好的BP算法程序,VC++自已实现的,可以直接拿过来用..根据自己的目的只需要做简单修改..可改为RBF,WNN等..
sgarbf
- 基本遗传算法,RBF神经网络算法,BP神经网络算法,一共5个源代码.程序可移植性强.-Basic genetic algorithm, RBF neural network algorithm, BP neural network algorithm, a total of 5 source code. Program portability strong.(
handwrittencharacterrecognition
- 三种神经网络方法用于手写体字符识别PNN、RBF、BP-Three kinds of neural networks for handwritten character recognition PNN, RBF, BP
GA-bp
- 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
RBF
- 通用的Bp程序,zai MATLAB 下-RBF
ANN
- matlab开发的RBF、BP PID算法,已经过测试-matlab development of RBF, BP PID algorithm has been tested
bp-rbf-neural-networks
- 介绍如何通过matlab使用bp神经网络和rbf神经网络来逼近非线性函数-Describes how to use matlab bp neural network and rbf neural networks to approximate nonlinear functions
BP-and-RBF
- 建立BP,RBF人工神经网络,并进行比较-Establish BP, RBF artificial neural network, and compare
GA-to-RBF
- GA to RBF 神经网络,遗传算法,滤波器,MATLAB-GA to RBF neural networks, genetic algorithms, filters, MATLAB
simulation-contrast-of-BP-and-RBF
- BP神经网络和RBF神经网络的仿真比较,附有程序代码。-BP neural network and RBF neural network simulation compared with a program code.
RBF-BP(m-file)
- 径向基神经网络训练matlab程序,并画出预测数据和原数据的对比图。-RBF-BP neural network algorithm Matlab code, the procedures under the trained network , be mean square error, paint and forecast data and the original data in contrast to Fig. Hope useful
RBF神经网络
- 利用RBF和BP神经网络中的工具箱函数去做函数逼近,(Making use of RBF neural network to do function approximation)
BP和RBF神经网络用于预测
- BP和RBF神经网络用于电流互感器参数剩磁衰减因子的预测(Prediction of remanence attenuation factor of current transformer by BP and RBFneural network)
BP,RBF
- BP神经网络作为一种前馈性的神经网络,RBF神经网络由于其独特的联想记忆功能,常常用来用于识别和优化计算方问题上。分别对这两种算法用于对逼近非线性函数进行编程,观察其拟合情况后,用其他未训练的样本数据进行泛化能力分析。(BP neural network is a feed-forward neural network. RBF neural network is often used to identify and optimize the computation problem due to
rbf
- RBF网络能够逼近任意的非线性函数,可以处理系统内的难以解析的规律性,具有良好的泛化能力,并有很快的学习收敛速度,已成功应用于非线性函数逼近、时间序列分析、数据分类、模式识别、信息处理、图像处理、系统建模、控制和故障诊断等。 简单说明一下为什么RBF网络学习收敛得比较快。当网络的一个或多个可调参数(权值或阈值)对任何一个输出都有影响时,这样的网络称为全局逼近网络。由于对于每次输入,网络上的每一个权值都要调整,从而导致全局逼近网络的学习速度很慢。BP网络就是一个典型的例子。(RBF network