Welcome![Sign In][Sign Up]
Location:
Search - RBF

Search list

[matlabRBF神经网络用于分类

Description: 这是RBF神经网络用于分类决策的matlab代码
Platform: | Size: 1668 | Author: mumeiru@yahoo.com.cn | Hits:

[SourceCodeRBF网络遗传算法优化程序

Description: 里面有原始数据,是用PSO优化的RBF,只要把数据更改一下就可以运用到自己身上。
Platform: | Size: 7122 | Author: haoyouduolai | Hits:

[matlabgao-pso-rbf

Description: 利用GA算法来优化RBF网络中的各种权值
Platform: | Size: 5336 | Author: wyq17008 | Hits:

[DSP program实现rbf的程序 dsp

Description: rbf 的dsp实现的c程序
Platform: | Size: 47533 | Author: longsy316 | Hits:

[AI-NN-PRface recognition RBF neural networks matlab 2002

Description: 是一个用人工神经网络实现的人脸识别程序,是一个学习人脸识别和神经网络的好东西。 RBF 2002
Platform: | Size: 2662 | Author: huangtaiquan@gmail.com | Hits:

[AI-NN-PRjnntbeta0.2f

Description: 人工神经网络java工具箱源代码 包含BP网络,K分类和RBF网络-ANN java source code toolkit includes BP, K Classification and RBF Network
Platform: | Size: 35840 | Author: 杨帆 | Hits:

[Graph RecognizeNNXOR

Description: 用RBF网络实现字符识别-Realize character recognition using RBF Net.
Platform: | Size: 323584 | Author: 余劲 | Hits:

[AI-NN-PRannie365

Description: C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environment example source
Platform: | Size: 485376 | Author: yybb | Hits:

[AI-NN-PR径向基函数网络应用实例

Description: 径向基函数网络应用实例-RBF Network Application
Platform: | Size: 1024 | Author: 陈旭 | Hits:

[AI-NN-PR神经网络基本算法源程序

Description: 神经网络基本算法源程序,包含四个基本算法:BF,ART I,RBF,自组织算法,有详细的帮助文件。-basic neural network algorithm source, contains four basic arithmetic : BF, ART I, RBF, self-organizing algorithm, a detailed help files.
Platform: | Size: 146432 | Author: 汪林 | Hits:

[AI-NN-PRNetToolkit

Description: 1、该工具包用于安装Lm和RBF两个神经网络工具包 2、直接运行LmNet.exe或_install.bat即可; 3、完成成功后,请将 bin\win32 目前加至系统的 path中。 具体为:我的电脑-->属性-->环境变量-->将“bin\win32”加至path路径中。-1, the tool kits for the installation and Lm 2 RBF neural network tool kits 2, or directly running LmNet.exe _install.bat can; Three complete success, I would be grateful if bin \ win32 increase to the current system which the path. Specifically : my computer-- gt; Attribute-- gt; Environment variables-- gt; "Bin \ win32" to increase path PATH.
Platform: | Size: 8923136 | Author: 李洋 | Hits:

[AI-NN-PR基于VC的神经网络开发程序包(原码)

Description: 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author's ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
Platform: | Size: 422912 | Author: 李洋 | Hits:

[TAPIrbf 网络设计实例

Description: 人工神经网络网络设计实例,我运行过结果正确。可以-The artificial nerve network network design example, I move the result am correct. May have a try
Platform: | Size: 83968 | Author: 吴光超 | Hits:

[AI-NN-PR自适应(Adaptive)神经网络源程序

Description: 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) Adaptive Linear Network (ADALINE) 2) Multilayer Layer Perceptron with Extended Backpropagation algorithm (EBPA) 3) Radial Basis Functions (RBF) Networks 4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN) 5) RBF and Piecewise Linear Networks with Dynamic Cell Structure (DCS) algorithm A simulink example regarding the approximation of a scalar nonlinear function of 4 variables -Adaptive (Adaptive) The neural network source adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms .~..~ There are 11 blocks that implement basically these five kinds of neural networks : a) Adaptive Linear Network (ADALINE) 2) 102206 with Multilayer Layer Extended Backpropagation algorithm (EBPA) 3) Radial Basis Functions (RBF) Networks, 4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN) 5) RBF and Piecewise Linear Dynamic Networks with the Cell Structure (DCS) algorithm A Simulink example regarding the approximation of a scalar nonlinear function of four variables
Platform: | Size: 200704 | Author: 周志连 | Hits:

[matlabmn=20

Description: This a project using RBF Neural network. developed using matlab 7. just load in matlab and can run it.
Platform: | Size: 129024 | Author: jw | Hits:

[AI-NN-PRC++神经网络开发包ANNIE源程序(最新版)

Description: C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environment example source
Platform: | Size: 461824 | Author: 刘华 | Hits:

[Speech/Voice recognition/combine遗传rbf网络--基于mfcc参数

Description: 我懂得还很少,但是我所传的是我自己编写的关于用遗传算法实现语音识别的东西,欢迎批评指正-I know very little, but I have of myself prepared on Genetic Algorithms Speech Recognition things, welcome criticism correction
Platform: | Size: 3971072 | Author: yin | Hits:

[AI-NN-PRRBF预测

Description: 应用径向基神经网络作预测的matlab程序-application RBFNN forecast for the Matlab procedures
Platform: | Size: 1024 | Author: lry | Hits:

[matlabnc_tanker

Description: 基于rbf神经网络控制油船航行,对于学习神经网络控制的同志具有参考价值-based on neural network control tanker navigation, learning neural network control of the reference value of comrades
Platform: | Size: 6144 | Author: 时招军 | Hits:

[AI-NN-PRcw1

Description: 此程序为训练RBF网权值的量子粒子群优化算法,供各位参考-this program for training RBF net weights Quantum Particle Swarm Optimization Algorithm for reference
Platform: | Size: 2048 | Author: jhon | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net