代码搜索:Regularization
找到约 355 项符合「Regularization」的源代码
代码结果 355
www.eeworm.com/read/287267/8699135
m exclassrn.m
%
% Example of Checker Data
% classification with regularization networks
%
%
clear all
close all
%-------------------------------------------------------------------
%
www.eeworm.com/read/175317/9552379
m manifoldlearn.m
% ManifoldLearn : Matlab Routines for Manifold Regularization
% ------------------------------------------------------------------------------------%
% ML_OPTIONS - Generate/alter options structure fo
www.eeworm.com/read/356592/10224221
m bookstein.m
function [cx,cy,E,L]=bookstein(X,Y,beta_k);
% [cx,cy,E,L]=bookstein(X,Y,beta_k);
%
% Bookstein PAMI89
N=size(X,1);
Nb=size(Y,1);
if N~=Nb
error('number of landmarks must be equal')
end
www.eeworm.com/read/424987/10388665
m simple_example.m
%
% simple example to show the usage of l1_ls
%
% problem data
A = [1 0 0 0.5;...\
0 1 0.2 0.3;...\
0 0.1 1 0.2];
x0 = [1 0 1 0]'; % original signal
y
www.eeworm.com/read/462149/7208568
m idivergence.m
% Depth from Defocus and Image Restoration
% by Minimizing I-Divergence
%
% Copyright 2006 Paolo Favaro (p.favaro@hw.ac.uk)
%
% School of Engineering and Physical Sciences
% Heriot-Watt University,
www.eeworm.com/read/461039/7235551
m exclassrn.m
%
% Example of Checker Data
% classification with regularization networks
%
%
clear all
close all
%-------------------------------------------------------------------
%
www.eeworm.com/read/458392/7297292
m exclassrn.m
%
% Example of Checker Data
% classification with regularization networks
%
%
clear all
close all
%-------------------------------------------------------------------
%
www.eeworm.com/read/398337/7993860
m exclassrn.m
%
% Example of Checker Data
% classification with regularization networks
%
%
clear all
close all
%-------------------------------------------------------------------
%
www.eeworm.com/read/484356/6586152
m exclassrn.m
%
% Example of Checker Data
% classification with regularization networks
%
%
clear all
close all
%-------------------------------------------------------------------
%
www.eeworm.com/read/256399/12001663
m exclassrn.m
%
% Example of Checker Data
% classification with regularization networks
%
%
clear all
close all
%-------------------------------------------------------------------
%