Description: 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (SVD) c latest version of a more stable performance Platform: |
Size: 83968 |
Author:样反 |
Hits:
Description: DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares solution seeking. It is hard to find a free version of its Kind numerical calculation procedures. Here source (J#) and dll file. Platform: |
Size: 4096 |
Author:凃道 |
Hits:
Description: DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares solution seeking. It is hard to find a free version of its Kind numerical calculation procedures. Here source (J#) and dll file. Platform: |
Size: 3072 |
Author:凃道 |
Hits:
Description: 很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等-good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc. Platform: |
Size: 15360 |
Author:高纯玲 |
Hits:
Description: 自编的奇异值分解消噪程序,在消噪的同时可实现对不同频率信号分量的分离。-Own the singular value decomposition de-noising procedure, de-noising can be achieved at the same time on different frequency signal component separation. Platform: |
Size: 7168 |
Author:刘军 |
Hits:
Description: 一种主元分析的人脸识别matlab源码,利用SVD分解提取主分量进行人脸识别-A principal component analysis for face recognition matlab source code, the use of SVD decomposition to extract principal components for face recognition Platform: |
Size: 1024 |
Author:牛险峰 |
Hits:
Description: % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解- Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution Platform: |
Size: 3072 |
Author:zhxj |
Hits:
Description: 根据奇异值分解的基本原理及其特点,给出了运羽奇异值分解进行图像压缩的方法.通过简单的例子说明了该方法进行图像压缩的基本过程,给出了压缩流程.并通过MATLAB编程对实际图像进行处理,表明了该方法的有效性.-Singular value decomposition in accordance with the basic principles and characteristics are given plume transported singular value decomposition for image compression method. Through simple examples to illustrate the methods of the basic process of image compression, the compression process is given. Through MATLAB programming deal with the actual images shows the effectiveness of the method. Platform: |
Size: 181248 |
Author:liulei |
Hits:
Description: 一个基于奇异值分解的数字水印源代码,其中可以实现混沌之乱和奇异之分解的数字水印嵌入
-A singular value decomposition-based Digital Watermarking source code, which can be achieved Chaos chaos and singular decomposition of the digital watermark embedded Platform: |
Size: 82944 |
Author:anlang |
Hits:
Description: 射频信号的去噪,纯净信号为数字调制的AN,FM,BPSK信号,噪声为高斯白噪声。应用SVD分解方法进行去噪。-RF signal denoising, pure signal for the digital modulation of the AN, FM, BPSK signals, noise is Gaussian white noise. Application of SVD decomposition method for denoising. Platform: |
Size: 2048 |
Author:李冰 |
Hits:
Description: 这是一种基于奇异分解的数字水印代码包括嵌入、提取代码。效果图都包含在内了良好的鲁棒性-This is based on singular decomposition of a digital watermark embedded in the code including the extraction code. Plans have included the effect of a good robustness Platform: |
Size: 82944 |
Author:wenping |
Hits:
Description: 最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。-Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the problem, and can be calculated singular value decomposition least squares problem. Platform: |
Size: 1024 |
Author:o0cmzx0o |
Hits:
Description: 数值分析里的矩阵计算问题。用SVD的算法对矩阵进行分解,可以任意输入矩阵的大小。-Numerical analysis of the problems in the matrix calculations. With the algorithm of the SVD decomposition of matrix, the size of the input matrix can be arbitrary. Platform: |
Size: 3072 |
Author:张平 |
Hits:
Description: 描述的是SVD分解的基本原理,用途,及其的应用。-Describes the basic principles of SVD decomposition, uses, and its application. Platform: |
Size: 52224 |
Author:崔小宇 |
Hits:
Description: 利用SVD实现item-based CF:
优点: 简化数据,去除噪声,提高算法的结果
缺点: 数据的转换可能难以理解
适用数据类型: 数值型数据(Svd decomposition plays an important role in the decomposition of eigenvalues of high-dimensional data, while using low-dimensional data for approximate approximation) Platform: |
Size: 1024 |
Author:Jason123@
|
Hits: