代码搜索:Learning

找到约 5,352 项符合「Learning」的源代码

代码结果 5,352
www.eeworm.com/read/221024/14775696

html http:^^www.cs.wisc.edu^~finton^rlpage.html

Date: Tue, 05 Nov 1996 21:58:40 GMT Server: NCSA/1.5 Content-type: text/html Last-modified: Fri, 25 Oct 1996 18:21:39 GMT Content-length: 2170 DJF's Reinforcement Learning Page
www.eeworm.com/read/220289/14843738

m demolgd1.m

%DEMOLGD1 Demonstrate simple MLP optimisation with on-line gradient descent % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X
www.eeworm.com/read/215983/15031285

m contents.m

% Neural Network Design Demonstrations. % Copyright (c) 1994 by PWS Publishing Company. % % General % nnd - Splash screen. % nndtoc - Table of contents. % nnsound - Turn Neural Net
www.eeworm.com/read/214909/15084164

m chap4_1.m

%Single Neural Adaptive PID Controller clear all; close all; x=[0,0,0]'; xiteP=0.40; xiteI=0.35; xiteD=0.40; %Initilizing kp,ki and kd wkp_1=0.10; wki_1=0.10; wkd_1=0.10; %wkp_1=rand;
www.eeworm.com/read/212307/15160045

m demolgd1.m

%DEMOLGD1 Demonstrate simple MLP optimisation with on-line gradient descent % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X
www.eeworm.com/read/206276/15297191

m chap4_1.m

%Single Neural Adaptive PID Controller clear all; close all; x=[0,0,0]'; xiteP=0.40; xiteI=0.35; xiteD=0.40; %Initilizing kp,ki and kd wkp_1=0.10; wki_1=0.10; wkd_1=0.10; %wkp_1=rand;
www.eeworm.com/read/205695/15309769

m chap4_1.m

%Single Neural Adaptive PID Controller clear all; close all; x=[0,0,0]'; xiteP=0.40; xiteI=0.35; xiteD=0.40; %Initilizing kp,ki and kd wkp_1=0.10; wki_1=0.10; wkd_1=0.10; %wkp_1=rand;
www.eeworm.com/read/475897/6768553

m chap4_1.m

%Single Neural Adaptive PID Controller clear all; close all; x=[0,0,0]'; xiteP=0.40; xiteI=0.35; xiteD=0.40; %Initilizing kp,ki and kd wkp_1=0.10; wki_1=0.10; wkd_1=0.10; %wkp_1=rand;
www.eeworm.com/read/474953/6798338

m chap4_1.m

%Single Neural Adaptive PID Controller clear all; close all; x=[0,0,0]'; xiteP=0.40; xiteI=0.35; xiteD=0.40; %Initilizing kp,ki and kd wkp_1=0.10; wki_1=0.10; wkd_1=0.10; %wkp_1=rand;
www.eeworm.com/read/295595/8150852

m rncalc.m

function [c,d]=rncalc(xapp,yapp,kernel,kerneloption,lambda,T) % USAGE % % [c,d]=rncalc(xapp,app,kernel,kerneloption,lambda,T); % % % y= K*c+ T*d % calculates the minimizer of