代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/212307/15160038
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/212307/15160069
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/212307/15160178
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/212307/15160210
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/210916/15189960
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/210504/15198297
css normal.css
/*===== CSS theme file for CalendarXP 7.0 (Totally configurable) =====*/
/* NOTE: Better use numbered color values instead of literal ones, because opera has problem with the latter in certain cases.
www.eeworm.com/read/210091/15207173
pas wwspeedbutton.pas
{
//
// Components : TwwSpeedButton
//
// Copyright (c) 1998-2001 by Woll2Woll Software
//
// 10/7/98 - Fix paint problem with speedbutton when it is displayed the first time
//
// Enhancement
www.eeworm.com/read/208659/15239431
m tdofss_eig.m
echo off
% tdofss_eig.m eigenvalue problem solution for tdof undamped model
% Solves for the eigenvalues and eigenvectors in the state space
% form of the tdof system.
clear all;
% define
www.eeworm.com/read/206404/15295763
m bpmxor.m
% back propagation algorithm for XOR problem
% batch mode & momentum term
function bpmxor()
clear all
clc
nSampNum = 4;
nSampDim = 2;
% change the Hidden unit number at your will
nHidden =
www.eeworm.com/read/206156/15299366
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