代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/339665/12211944
m demglm2.m
%DEMGLM2 Demonstrate simple classification using a generalized linear model.
%
% Description
% The problem consists of a two dimensional input matrix DATA and a
% vector of classifications T. The da
www.eeworm.com/read/150905/12249863
m demev1.m
%DEMEV1 Demonstrate Bayesian regression for the MLP.
%
% Description
% The problem consists an input variable X which sampled from a
% Gaussian distribution, and a target variable T generated by compu
www.eeworm.com/read/150905/12249947
m demev3.m
%DEMEV3 Demonstrate Bayesian regression for the RBF.
%
% Description
% The problem consists an input variable X which sampled from a
% Gaussian distribution, and a target variable T generated by compu
www.eeworm.com/read/150905/12250588
m demglm1.m
%DEMGLM1 Demonstrate simple classification using a generalized linear model.
%
% Description
% The problem consists of a two dimensional input matrix DATA and a
% vector of classifications T. The da
www.eeworm.com/read/150905/12250686
m demglm2.m
%DEMGLM2 Demonstrate simple classification using a generalized linear model.
%
% Description
% The problem consists of a two dimensional input matrix DATA and a
% vector of classifications T. The da
www.eeworm.com/read/338293/12314649
m ursell.m
function [A,b] = ursell(n)
%URSELL Test problem: integral equation wiht no square integrable solution.
%
% [A,b] = ursell(n)
%
% Discretization of a first kind Fredholm integral equation with
% kernel
www.eeworm.com/read/132269/14102577
readme
1. The problem was caused by an overflow in the arithmetic coder
due to long strings of repeated characters. This has been
fixed.
2. The program now tests for repeated strings and by
www.eeworm.com/read/130631/14180339
c hanoi.c
/*
* Towers of Hanoi
*
* This program solves the "Towers of Hanoi" problem, which is to move a stack
* of different sized rings from one of three towers to another. Only one ring
* may be mo
www.eeworm.com/read/126655/14409945
cpp composite_lab.cpp
// Purpose. Composite design pattern lab.
//
// Problem. Approach is now more space efficient, but casting and type
// checking are required to coerce the compiler. The abstraction needs to
// be i
www.eeworm.com/read/126654/14409958
cpp chain_lab.cpp
// Purpose. Chain of Responsibility design pattern lab
//
// Problem. Four Slot objects are being used, and the client has to know
// about and interact with all of them. It would be preferable to