CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - GA-RBF
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - GA-RBF - List
[
AI-NN-PR
]
use GA to deal with NN
DL : 0
遗传算法解决NN逼近任意函数-genetic algorithm to solve arbitrary function approximation NN
Update
: 2025-02-17
Size
: 20kb
Publisher
:
蜻蜓
[
AI-NN-PR
]
svm-rbf-demo
DL : 0
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
Update
: 2025-02-17
Size
: 6kb
Publisher
:
刘国亮
[
matlab
]
GA_SVM
DL : 0
GA/SVM 程序包含三个文件: 1。MainGA12.m 2。selectGA12.m 3。svmc12.m MainGA12.m是主文件,其余两个是被调用文件。 MainGA12.m里主要设置有关参数。 ===================== MainGA12.m文件有关设置的说明: 12行: host= \gatest\ %在matlab的安装盘,例如c:\下设置的程序运行结果目录。 -GA/SVM procedures contain three documents : 1. MainGA12.m 2. SelectGA12.m 3. Svmc12.m MainGA12.m is the main document, and the remaining two documents are to be called. MainGA12.m Lane ahead of the main parameters. ===================== MainGA12.m documents relating to the installation of the : 12 line : host = \ gatest \% of the Matlab installation disk, such as c : \ set up under the procedures resulting directory.
Update
: 2025-02-17
Size
: 1.6mb
Publisher
:
赵阳
[
Other
]
ga-nnc-book
DL : 0
上传一些遗传算法改进神经网络的caj资料,希望对大家有用!-From a number of genetic algorithm to improve the neural network CAJ information, in the hope that useful to everybody!
Update
: 2025-02-17
Size
: 1.02mb
Publisher
:
chen
[
MPI
]
GA
DL : 0
实数遗传算法源码 Delphi实现,用户可以参考并改进-Real number genetic algorithm realize Delphi source code, users can reference and to improve the
Update
: 2025-02-17
Size
: 193kb
Publisher
:
何大头
[
JSP/Java
]
hibernate-3.2.0.ga
DL : 1
Update
: 2025-02-17
Size
: 23.66mb
Publisher
:
wanping`
[
matlab
]
GA_RBF
DL : 0
利用遗传算法优化RBF神经网络的结构,包括优化权值、高斯基的中心和宽度-The use of genetic algorithm to optimize the structure of RBF neural network, including the right to optimize the value of the Gaussian center and width
Update
: 2025-02-17
Size
: 2kb
Publisher
:
shui
[
matlab
]
GA-wiley-matlab
DL : 0
修改自wiley的书中的各种遗传算法(GA)matlab代码,还包括其他一些算法如粒子群优化,蚁群优化等,均已修改好用!-Modified since the book wiley various genetic algorithms (GA) matlab code, also includes a number of other algorithms such as PSO, ant colony optimization and so on, have been modified handy!
Update
: 2025-02-17
Size
: 11kb
Publisher
:
Gil Chang
[
AI-NN-PR
]
ga-RBF
DL : 0
基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序-Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
Update
: 2025-02-17
Size
: 4kb
Publisher
:
王建
[
Documents
]
hatanaka03.pdf
DL : 0
hatanaka ga based rbf document itis good document-hatanaka ga based rbf document itis good document
Update
: 2025-02-17
Size
: 567kb
Publisher
:
oguz kaynar
[
AI-NN-PR
]
GA-bp
DL : 0
基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
Update
: 2025-02-17
Size
: 1kb
Publisher
:
guang dong
[
AI-NN-PR
]
ga-rbf
DL : 0
一种递归算法优化RBF网络的文献,可以借鉴-A HierarchicalGeneticAlgorithm based RBF Neural Network Approach for Modelling of
Update
: 2025-02-17
Size
: 230kb
Publisher
:
huang
[
AI-NN-PR
]
GA-RBF
DL : 0
1.利用GA算法优化RBFNN的各种权值; 2.利用RBFNN进行函数跟踪; 3.比较测试未用GA优化的和使用GA优化的RBFNN的结果。-1.Use GA algorithm to optimize a variety of weights in RBFNN 2. Use RBFNN to realize tracking function 3. Compare and test the results of using GA and not using GA.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
天天
[
AI-NN-PR
]
GA-to-RBF
DL : 0
GA to RBF 神经网络,遗传算法,滤波器,MATLAB-GA to RBF neural networks, genetic algorithms, filters, MATLAB
Update
: 2025-02-17
Size
: 3kb
Publisher
:
shdfk
[
AI-NN-PR
]
GA-RBF
DL : 0
自适应遗传算法优化RBF神经网络,粒子群算法优化RBF神经网络仿真结果比较。程序可直接运行-Adaptive genetic algorithm to optimize the RBF neural networks, particle swarm optimization on RBF neural network simulation results compared. Program can be run directly
Update
: 2025-02-17
Size
: 6kb
Publisher
:
李小芳
[
JSP/Java
]
GA-RBF
DL : 2
暑假期间自编的遗传算法优化RBF神经网络的源程序,代码为用MACD指标对沪指收盘价进行预测,希望对大家有用!-During the summer self genetic algorithm to optimize the RBF neural network source code using the MACD indicator to predict the stock index closing price, hope to be useful!
Update
: 2025-02-17
Size
: 6kb
Publisher
:
张琪
[
Other
]
GA-RBF
DL : 0
用遗传算法优化RBF神经网络,我自己用matlab写的,希望对大家有用。-Using genetic algorithms to optimize the RBF neural network, using matlab to write my own, I hope useful.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
何小华
[
matlab
]
GA-rbf
DL : 1
PSO和GA算法针对RBF网络优化,分别为PSO和GA的,RBF网络的程序结构给出了,只需要稍加改动即可-PSO、GA algorithm for RBF network
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Solemn胜威
[
AI-NN-PR
]
遗传算法优化RBF
DL : 0
可以实现以下功能:遗传算法优化RBF,GA-RBF(it is used to achieve the goal of GA-RBF)
Update
: 2025-02-17
Size
: 8kb
Publisher
:
小裤裤
[
matlab
]
code
DL : 0
用遗传算法GA优化RBF神经网络,对柴油机进行故障诊断(Optimization RBF neural network using genetic algorithm GA, diesel engine troubleshooting)
Update
: 2025-02-17
Size
: 65kb
Publisher
:
李环宇
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.