搜索结果

找到约 273 项符合 Linear 的查询结果

数学计算 GNU Octave is a high-level language, primarily intended for numerical computations. It provides a c

GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically.
https://www.eeworm.com/dl/641/334226.html
下载: 72
查看: 1062

人工智能/神经网络 The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg

The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) algorithms that extends the independent component analysis (ICA), where instead of looking for a linear transform that makes the data components independent, we are looking for components that can be bes ...
https://www.eeworm.com/dl/650/343492.html
下载: 67
查看: 1087

matlab例程 The main features of the considered identification problem are that there is no an a priori separati

The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the ...
https://www.eeworm.com/dl/665/344512.html
下载: 110
查看: 1058

语音压缩 英文版G.729语音压缩标准。 GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS CODING OF SPEECH AT 8 kbit/s USI

英文版G.729语音压缩标准。 GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS CODING OF SPEECH AT 8 kbit/s USING CONJUGATE-STRUCTURE ALGEBRAIC-CODE-EXCITED LINEAR-PREDICTION (CS-ACELP)
https://www.eeworm.com/dl/627/348001.html
下载: 154
查看: 1062

Java编程 用Java实现的一个简单的寄存器分配器

用Java实现的一个简单的寄存器分配器,用的算法是线性扫描(Linear Scan)
https://www.eeworm.com/dl/633/350600.html
下载: 70
查看: 1137

数学计算 The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d

The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear alge ...
https://www.eeworm.com/dl/641/363636.html
下载: 137
查看: 1109

书籍源码 MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t

MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of quincunx filter banks with perfect reconstruction, linear ...
https://www.eeworm.com/dl/532/375399.html
下载: 118
查看: 1140

系统设计方案 measure through the cross-entropy of test data. In addition, we introduce two novel smoothing tech

measure through the cross-entropy of test data. In addition, we introduce two novel smoothing techniques, one a variation of Jelinek-Mercer smoothing and one a very simple linear interpolation technique, both of which outperform existing methods.
https://www.eeworm.com/dl/678/383814.html
下载: 179
查看: 1028

数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs

Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network ...
https://www.eeworm.com/dl/518/384083.html
下载: 163
查看: 1043

人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

% 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, % ...
https://www.eeworm.com/dl/650/384092.html
下载: 168
查看: 1031