搜索结果

找到约 554 项符合 matrix-Vector 的查询结果

生物技术 This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise

This a Bayesian ICA algorithm for the linear instantaneous mixing model with additive Gaussian noise [1]. The inference problem is solved by ML-II, i.e. the sources are found by integration over the source posterior and the noise covariance and mixing matrix are found by maximization of the marginal ...
https://www.eeworm.com/dl/670/134878.html
下载: 101
查看: 1103

matlab例程 数据挖掘算法

数据挖掘算法,support vector machine算法源代码,用于分类
https://www.eeworm.com/dl/665/139722.html
下载: 40
查看: 1050

人工智能/神经网络 For the incomplete methods, we kept the representation of the queens by a table and the method of ca

For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics: descent. Tests: 100 queens in less than 1 second ...
https://www.eeworm.com/dl/650/149108.html
下载: 29
查看: 1051

matlab例程 一个神经网络工具箱

一个神经网络工具箱,包括Support Vector Machine等。
https://www.eeworm.com/dl/665/150763.html
下载: 196
查看: 1027

数学计算 The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become a ...
https://www.eeworm.com/dl/641/152732.html
下载: 144
查看: 1046

matlab例程 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识

《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合 ...
https://www.eeworm.com/dl/665/157701.html
下载: 189
查看: 1050

数据库系统 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点

实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点,使得结果最优。 算法思想: 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成两个集合,TA和BA,TA中的元为:{ A1 、A2 …… An-1 },BA中的元素为:{ An} 3、 确定集合 ...
https://www.eeworm.com/dl/523/160196.html
下载: 102
查看: 1176

数据库系统 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点(2个)

实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点(2个),使得结果最优。 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成3个集合,TA和BA和MA, 3、 确定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ ...
https://www.eeworm.com/dl/523/160197.html
下载: 37
查看: 1062

人工智能/神经网络 The program performs alpha seeding within LIBSVM Solvers. Please refer to: D. DeCoste and K. Wagsta

The program performs alpha seeding within LIBSVM Solvers. Please refer to: D. DeCoste and K. Wagstaff, "Alpha Seeding for Support Vector Machines for the meaning of alpha seeding".
https://www.eeworm.com/dl/650/161540.html
下载: 30
查看: 1082

人工智能/神经网络 用模拟退火算法求解旅行商问题

用模拟退火算法求解旅行商问题,其中用STL中的Vector来实现路径的存放
https://www.eeworm.com/dl/650/161673.html
下载: 68
查看: 1092