CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Matlab LAMBDA
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Matlab LAMBDA - List
[
Algorithm
]
ppca
DL : 0
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which is assumed to be spherical), while the vector LAMBDA contains the variances of each of the principal components. This is computed using the eigenvalue and eigenvector decomposition of X.-Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA (X, PPCA_DIM) computes the principal component subspace U of dimension PPCA_DIM using a centred covariancematrix X. The variable VAR contains the off-subspace variance (whichis assumed to be spherical ), while the vector LAMBDA contains thevariances of each of the principal components. This is computedusing the eigenvalue and eigenvector decomposition of X.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
西晃云
[
AI-NN-PR
]
marq
DL : 0
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.- Train a two layer neural network with the Levenberg-Marquardt method. If desired, it is possible to use regularization by weight decay. Also pruned (ie. not fully connected) networks can be trained. Given a set of corresponding input-output pairs and an initial network, [W1, W2, critvec, iteration, lambda] = marq (NetDef, W1, W2, PHI, Y, trparms) trains the network with the Levenberg-Marquardt method . The activation functions can be either linear or tanh. The network architecture is defined by the matrix NetDef which has two rows. The first row specifies the hidden layer and the second row specifies the output layer.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张镇
[
GPS develop
]
Lambda
DL : 3
Lamda算法:GPS快速整周模糊度算法的核心,当今最好的GPS定位算法之一。-Lamda algorithm: GPS fast algorithm Ambiguity core of today s best one of GPS positioning algorithm.
Update
: 2025-02-19
Size
: 152kb
Publisher
:
metallica
[
matlab
]
2
DL : 0
M/M/m排队系统性能仿真代码matlab function r=randexp(lambda) r = -lambda*log(rand) -M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
jacky
[
matlab
]
simmm1
DL : 0
SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times S of intensity mu.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
gia cat
[
matlab
]
general
DL : 0
Code For Lambda-iteration method of solving Economic dispatch problem
Update
: 2025-02-19
Size
: 1kb
Publisher
:
saumyagautam2007
[
matlab
]
l1_ls
DL : 0
最小化l1范数的Matlab代码。求解模型为: min lambda*|x|_1+||A*x-y||_2。其中,|x|_1表示x的1-范数,||*||_2表示2-范数。该模型在稀疏成分分析、压缩传感器等领域有广泛的用途。- l1-Regularized Least Squares Problem Solver l1_ls solves problems of the following form: minimize ||A*x-y||^2+ lambda*sum|x_i|, where A and y are problem data and x is variable (described below).
Update
: 2025-02-19
Size
: 3kb
Publisher
:
云上
[
GPS develop
]
LAMBDA
DL : 0
著名的GPS模糊度分解算法LAMBDA的matlab源程序 GPS软件开发必备-Well-known algorithm for GPS ambiguity decomposition in matlab source LAMBDA necessary GPS software development
Update
: 2025-02-19
Size
: 54kb
Publisher
:
阿发
[
matlab
]
ES
DL : 0
they are matlab code for evolutionary strategy (ES), (ES(1+1), ES(1,1),ES(mu,lambda),ES(mu+lambda), I hope they are useful for you
Update
: 2025-02-19
Size
: 5kb
Publisher
:
marzieh
[
matlab
]
FBG
DL : 0
FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的-FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k , y1 , y2 ) lambda=1547 while lambda<1552 t0=-501426 h=2.0057e+003 n=500 y1=1 y2=0
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Xiaojun
[
Special Effects
]
TVdenoise
DL : 0
全变分去噪 J=tv(I,iter,dt,ep,lam,I0) 输入: I - 灰度图像, iter - 迭代次数 [1], dt - 时间步长 [0.2], ep - 提升参数epsilon [1], lam - 保真项 lambda [0], I0 - 输入噪声图像 [I0=I] ([]中的是缺省值)- 全变分去噪 J=tv(I,iter,dt,ep,lam,I0) 输入: I - 灰度图像, iter- 迭代次数 [1], dt - 时间步长 [0.2], ep - 提升参数epsilon [1], lam - 保真项 lambda [0], I0 - 输入噪声图像 [I0=I] ([]中的是缺省值)
Update
: 2025-02-19
Size
: 48kb
Publisher
:
alison
[
matlab
]
pso
DL : 0
The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient method are utilized to find out the optimal solution of non-linear problem. More recently, the soft computing techniques have received more attention and were used in a number of successful and practical applications. The purpose of this work is to find out the advantages of application of the evolutionary computing technique and Particle Swarm Optimization (PSO) in particular to the economic load dispatch problem. Here, an attempt has been made to find out the minimum cost by using PSO using the data of three and six generating units
Update
: 2025-02-19
Size
: 530kb
Publisher
:
amijeet
[
GPS develop
]
Lambda
DL : 0
GPS整周模糊度降相关调整算法,是动态载波相位测量的经典算法,内附PDF文档详细介绍了MATLAB子程序功能。-solution for GPS integer ambiguity ,is classic algrithom for carrier mearsurement RTK,including the instruction for matlab program
Update
: 2025-02-19
Size
: 146kb
Publisher
:
[
GPS develop
]
lambda
DL : 0
GPS 模糊度解算程序 Matlb语言 RTK-GPS ambiguity matlab rtk
Update
: 2025-02-19
Size
: 1kb
Publisher
:
goodabing
[
Algorithm
]
lambda-tools
DL : 0
用matlab程序编写,附带源码以及说明书,用于GPS定位技术方面整周模糊度固定的计算小工具-Using matlab programming, with source code and instructions, GPS positioning technology integer ambiguity fixed for computing gadgets
Update
: 2025-02-19
Size
: 348kb
Publisher
:
[
matlab
]
LAMBDA
DL : 0
GPS中lambda算法的MATLAB 实现-GPS in the lambda algorithm in MATLAB
Update
: 2025-02-19
Size
: 16kb
Publisher
:
cheshuai
[
mathematica
]
matlab
DL : 0
这是一个求解模糊相似矩阵,进一步求模糊等价矩阵,再求λ截矩阵来得到布尔矩阵进行模糊聚类分析的源码。-This is a solving fuzzy similar matrix, fuzzy equivalence matrix, and further to lambda cutting matrix to get the Boolean matrix of fuzzy clustering analysis of the source code.
Update
: 2025-02-19
Size
: 12kb
Publisher
:
魏路松
[
matlab
]
lambda
DL : 0
求解机组组合问题,典型算法,,,,,,,,,(The algorithm of solving the problem of unit combination can quickly calculate the result)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
lhjt
[
GPS develop
]
LAMBDA
DL : 0
LAMBDA算法是用于求解载波相位模糊度的一种优秀算法(LAMBDA algorithm is an excellent algorithm for solving the ambiguity of carrier phase)
Update
: 2025-02-19
Size
: 10kb
Publisher
:
等待花开
[
matlab
]
logistic
DL : 0
z = log(abs(lambda-2*lambda.*x)); %各个lambda值都要计算一遍(z = log(abs(lambda-2*lambda.*x));)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
砺剑工大
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.