-
RBFNN
Three function for RBF neural network, using OLS,Rand and SGA
function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol)
p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數
t 為目標輸出值,1×K矩陣
tol 為指定容忍度或正確率
centers選定中心點,N×nc矩陣
sigma為 ? 值
W為輸出層權重,nc×1矩陣
yh為網路輸出值,1×K矩陣
rmse 為目標輸出值與網路輸出值之RMSE
- 2009-12-10 10:25:35下载
- 积分:1
-
weatherwax_poularikas_solutions_manual
Adaptive filter using Matlab
- 2014-11-26 14:11:03下载
- 积分:1
-
sjeKALMAN
MATLABKALMDEMO,seeKALMAN run results(MATLABKALMDEMO, seeKALMAN run results)
- 2017-05-17 17:55:26下载
- 积分:1
-
PSO
说明: 一个简单的粒子群优化算法实例,用Matlab实现。(A simple example of particle swarm optimization algorithm)
- 2020-01-14 09:35:48下载
- 积分:1
-
R_LDA_PRL
LDA 人脸识别的 程序段 大家下着看看吧 对大家有帮助的(LDA face recognition under the program segment we take a look at the bar for all of us help)
- 2008-12-30 18:22:10下载
- 积分:1
-
Mo-phong-MA-TRUYEN-TIN
Transmit Code Source
- 2011-08-07 22:50:55下载
- 积分:1
-
class
说明: 具体什么内容,自己看了就知道了,学到的用了才是最好的,否则不看也罢(What is the specific content of their reading will know, learn to use the best, otherwise do not look worth mentioning)
- 2010-04-12 17:09:49下载
- 积分:1
-
handGestureRecognition
This is the code for hand gesture recognition for tape system.it uses SVM and ANN for classification.
- 2014-09-22 07:10:50下载
- 积分:1
-
lyc_sst_monthly_gif
说明: 基于MATLAB,对逐日的sst遥感数据做月平均并制作gif动图(Based on MATLAB, the daily SST remote sensing data are averaged monthly and the GIF map is made)
- 2021-03-02 11:13:36下载
- 积分:1
-
matlab函数编写与调用
matlab函数编写与调用 ,跟其它的编程语言都一样,但是子函数与主函数要存于不同的文件中,文件名就是函数名字。文件必须保存在current directory中,才能调用。
- 2023-07-03 20:45:03下载
- 积分:1