代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/395560/8168203
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/413394/11157711
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/249615/12485207
m matlab_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/238364/13891537
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/236814/13998103
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/103858/15718025
html wpw_mfc_books_95.html
Return to Table of Contents for this chapter
Subject: Books for Learning MFC
holt@mit.edu (Adam R Hol
www.eeworm.com/read/192103/8403973
htm ch02_04.htm
Perl's Built-in Warnings (Learning Perl, 3rd Edition)
www.eeworm.com/read/418755/10928183
m adaboost_tr.m
function adaboost_model = ADABOOST_tr(tr_func_handle, te_func_handle, train_set, labels, no_of_hypothesis)
%
% ADABOOST TRAINING: A META-LEARNING ALGORITHM
% adaboost_model = ADABOOST_tr(tr_func_hand