代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/170936/9779342
m demrbf1.m
%DEMRBF1 Demonstrate simple regression using a radial basis function network.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling
www.eeworm.com/read/415537/11063961
txt disable windows logo key.txt
i was recently playing games and this nasty windos logo key keep annoying me , cause i often accidently clicked it , and i start to search a solution to solve my problem, and found the following artic
www.eeworm.com/read/415537/11065798
txt 201.txt
ANFOS
ANFO is an acronym for Ammonium Nitrate - Fuel Oil Solution. An ANFO
solves the only other major problem with ammonium nitrate: its tendency to
pick up water vapor from the air.
www.eeworm.com/read/415313/11076358
m demhmc3.m
%DEMHMC3 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/415313/11076371
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/415313/11076446
m demgp.m
%DEMGP Demonstrate simple regression using a Gaussian Process.
%
% Description
% The problem consists of one input variable X and one target variable
% T. The values in X are chosen in two separated c
www.eeworm.com/read/415313/11076507
m demhmc2.m
%DEMHMC2 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/415313/11076641
m demrbf1.m
%DEMRBF1 Demonstrate simple regression using a radial basis function network.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling
www.eeworm.com/read/415223/11080110
m gengroupsparseproblem.m
function [A, b, groups, x0] = GenGroupSparseProblem(m, n, nGroups, activeGroups)
% Initialize random number generator
randn('state',0); rand('state',2); % 2
% Set problem size and n
www.eeworm.com/read/415052/11085260
h emd.h
#ifndef _EMD_H
#define _EMD_H
/*
emd.h
Last update: 3/24/98
An implementation of the Earth Movers Distance.
Based of the solution for the Transportation problem as described