代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/491824/6426813
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/491824/6426848
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/486842/6530726
c svm_al.c
/* Copyright (C) 1999 Greg Schohn - gcs@jprc.com */
/* ******************** svm_al.c *******************
* Active learning add-ons for SVM's. */
#include
#define NDIM_INSPECTED 14
int
www.eeworm.com/read/403569/11514705
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/259886/11759538
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/152250/12130882
m stolcke_entropic_demo.m
% Do experiment on p54 of "Bayesian learning of probabilistic language models",
% A. Stolcke, PhD thesis, UC Berkeley, 1994
seed = 1;
rand('state', seed);
randn('state', seed);
hmm0 = mk_dhmm_stolck
www.eeworm.com/read/122800/14667973
c svm_al.c
/* Copyright (C) 1999 Greg Schohn - gcs@jprc.com */
/* ******************** svm_al.c *******************
* Active learning add-ons for SVM's. */
#include
#define NDIM_INSPECTED 14
int