代码搜索:Supervised
找到约 536 项符合「Supervised」的源代码
代码结果 536
www.eeworm.com/read/203230/15363778
m chap9_1.m
%Single Neural Adaptive Controller
clear all;
close all;
x=[0,0,0]';
xite=0.40;
w1_1=0.10;
w2_1=0.10;
w3_1=0.10;
e_1=0;
e_2=0;
y_1=0;y_2=0;
u_1=0;u_2=0;
ts=0.001;
for k=1:1:100
www.eeworm.com/read/140847/5779235
m learn_square_hhmm_cts.m
% Try to learn a 3 level HHMM similar to mk_square_hhmm
% from hand-drawn squares.
% Because startprob should be shared for t=1:T,
% but in the DBN is shared for t=2:T, we train using a single lo