代码搜索:Problem

找到约 10,000 项符合「Problem」的源代码

代码结果 10,000
www.eeworm.com/read/257446/11926786

php mysql.php

www.eeworm.com/read/257444/11927045

php mysql.php

www.eeworm.com/read/343743/11930961

m get_data.m

function [X, y, conf] = get_data(conf, field) % % Get training or test data for a simulated learning problem. % % The input data is returned in X, the output in y. Optional % parameters are controlled
www.eeworm.com/read/342990/11985096

m qpsk_modulation.m

%QPSK Implemenatation clear; %This is the first part of the problem where we are first generating a %random input of size 6 bits, which results in 3 QPSk sysmbols; Input = round(rand(1,6)); %Conv
www.eeworm.com/read/256399/12001625

m exmulticlass1.m

% % example of multiclass problem % This is the one that can be found in % Lin & Wahba Tech Rep % % % % 22/08/2002 AR clear all close all n=100; nbtest=500; nbiter=10; for i=1:nb
www.eeworm.com/read/152779/12085711

m exmulticlass1.m

% % example of multiclass problem % This is the one that can be found in % Lin & Wahba Tech Rep % % % % 22/08/2002 AR clear all close all n=100; nbtest=500; nbiter=10; for i=1:nb
www.eeworm.com/read/341340/12090145

readme

asa_cg is an active set algorithm for solving a bound constrained optimization problem of the form: min f (x) subject to lo
www.eeworm.com/read/152580/12101013

m exmulticlass1.m

% % example of multiclass problem % This is the one that can be found in % Lin & Wahba Tech Rep % % % % 22/08/2002 AR clear all close all n=100; nbtest=500; nbiter=10; for i=1:nb
www.eeworm.com/read/253950/12173640

m demmdn1.m

%DEMMDN1 Demonstrate fitting a multi-valued function using a Mixture Density Network. % % Description % The problem consists of one input variable X and one target variable % T with data generated by
www.eeworm.com/read/253950/12174217

m demmlp1.m

%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X at eq