代码搜索:Learning

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

代码结果 5,352
www.eeworm.com/read/445174/7598254

m art1.m

function art(n1,n2,rho,L,np) clf n=n1*n2; z=ones(n,1); zold=z; zprev=z; Jold=1; Mold=1; M=1; first=1; I=''; for pattern=1:np I=[I,round(rand(n,1))]; end iter=0; learning=1; while learning==1 iter
www.eeworm.com/read/444331/7613857

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/444331/7613864

m try.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/444331/7613866

m chap4_1try.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/442757/7645372

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/441245/7672602

m ffnc.m

%FFNC Feed-forward neural net classifier back-end % % [W,HIST] = FFNC (ALG,A,UNITS,ITER,W_INI,T,FID) % % INPUT % ALG Training algorithm: 'bpxnc' for back-propagation (default), 'lmnc' %
www.eeworm.com/read/440460/7689023

readme

Backpropagation learning: bp_innerloop The backpropagation learning algorithm, used in each of the demos below. XOR Demo: bpxor.m Learning the XOR function. XorPats.m Input patterns for
www.eeworm.com/read/439850/7700800

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/439680/7703212

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/438605/7729340

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;