代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/134893/13972037
m nnd12vl.m
function nnd12vl(cmd,arg1)
%NND12VL Variable learning rate backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%==============
www.eeworm.com/read/192103/8404108
htm ch13_01.htm
Manipulating Files and Directories (Learning Perl, 3rd Edition)
www.eeworm.com/read/192103/8404150
htm ch15_02.htm
Manipulating a Substring with substr (Learning Perl, 3rd Edition)
www.eeworm.com/read/390840/8437947
asv nnd12vl.asv
function nnd12vl(cmd,arg1)
%NND12VL Variable learning rate backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% $Revision: 1.7 $
% Copyright 1994-2002 P
www.eeworm.com/read/390840/8438074
m nnd12vl.m
function nnd12vl(cmd,arg1)
%NND12VL Variable learning rate backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% $Revision: 1.7 $
% Copyright 1994-2002 P
www.eeworm.com/read/176166/9513307
html mouse.html
Basic Operation
Using the Mouse
Mouse-based editing is what NEdit is all about, and learning to use the more
www.eeworm.com/read/371501/9551117
m perceptlms.m
%QUESTION NO:4
%For the following 2-class problem determine the decision boundaries
%obtained by LMS and perceptron learning laws.
% Class C1 : [-2 2]', [-2 3]', [-1 1]', [-1 4]', [0 0]', [0 1]',
www.eeworm.com/read/276771/10708062
htm introlearn.htm
GPMega - Beginners Section - Introduction to Learning in Games
www.eeworm.com/read/274940/10844229
htm introlearn.htm
GPMega - Beginners Section - Introduction to Learning in Games
www.eeworm.com/read/460712/7105596
m chap5_9main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
delta(1:101)=0;
delta=delta';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
M=10;
fo