代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/135754/13902369
m learning_c.m
function d=learning_c(x,c)
%中心的学习
%x为np×ni的输入矩阵。
%c为ni×m的初始中心。
%d为ni×m训练好的中心。
d=even_k(x,c); %对输入进行聚类
tr(1)=sumsqr(d-c);
i=0;
while tr(i+1)~=0
c=d;
d=even_k(x,c);
i=i+1;
tr(i
www.eeworm.com/read/202577/15378217
m learning_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% Generate data from this process, and try to learn the dynamics back.
% X(t+1) = F X(t) + noise(Q)
% Y(t) = H X(
www.eeworm.com/read/221024/14779234
html http:^^envy.cs.umass.edu^people^sutton^rlia^rlia.html
Date: Tue, 14 Jan 1997 23:38:42 GMT
Server: NCSA/1.5.2
Last-modified: Tue, 03 Sep 1996 18:38:19 GMT
Content-type: text/html
Content-length: 12261
Reinforcement Learning and Information Acce
www.eeworm.com/read/221024/14772550
html http:^^www.cs.washington.edu^education^courses^590d^autumn96^a96papers.html
Date: Wed, 08 Jan 1997 21:34:23 GMT
Server: NCSA/1.4.2
Content-type: text/html
CSE 590D Autumn 1996 List of Papers)
CSE 590D (Autumn 1996): Technology
www.eeworm.com/read/192496/8379020
pdf oreilly.learning_python.pdf
www.eeworm.com/read/286839/8739893
pdf learning vb script.pdf
www.eeworm.com/read/286520/8762086
pdf locally weighted learning.pdf
www.eeworm.com/read/286520/8762104