代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/440460/7689022
m encoder.m
function encoder(NINPUTS)
% N-2-N Encoder demo, using backpropagation learning.
% David S. Touretzky, February, 1996. Revised January 1998.
if nargin == 0, NINPUTS = 4; end
NPATS = NINPUTS
NOUTPUT
www.eeworm.com/read/440460/7689035
m bpxor.m
% Backpropagtion learning. One hidden layer.
% Uses tanh as the transfer function.
%
% David S. Touretzky. February, 1996.
load XorPats.dat
load XorAns.dat
Patterns = XorPats';
Desired = XorAns';
www.eeworm.com/read/439271/7713629
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
www.eeworm.com/read/198191/7947790
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/143733/12848033
m bpxor.m
% Backpropagtion learning. One hidden layer.
% Uses tanh as the transfer function.
%
% David S. Touretzky. February, 1996.
load XorPats.dat
load XorAns.dat
Patterns = XorPats';
Desired = XorAns';
www.eeworm.com/read/139301/13163941
txt s-isomap.txt
S-ISOMAP
Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.
Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality redu
www.eeworm.com/read/325428/13206681
dfm unit1.dfm
object Form1: TForm1
Left = 229
Top = 133
Width = 678
Height = 420
Caption = 'Delphi Object-Model and Interface learning'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.