-
svm
SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。(The basic idea of SVM method are: the definition of the optimal linear hyperplane, and the search algorithm for optimal linear hyperplane by solving a convex programming problem. Then based on Mercer nuclear expansion theorem, through a nonlinear mapping φ, the sample space is mapped to a high-dimensional and even infinite dimensional feature space (Hilbert space), so that in the feature space can be applied to solve the linear learning machine method, the sample space The highly nonlinear classification and regression problems. svm procedures that support vector machine code.)
- 2010-07-31 10:21:45下载
- 积分:1
-
vunv1
these files are related to speech processing and adaptive filtering
- 2013-08-21 16:16:13下载
- 积分:1
-
sound-denoising-using-wavelet
this code is developed in matlab for different sound using wavelets
- 2013-10-06 18:59:41下载
- 积分:1
-
subpixel-image-registration
Efficient subpixel image registration algorithms
- 2015-02-05 20:45:08下载
- 积分:1
-
Norm
normalizing values between 0 and 1.
- 2010-08-13 21:18:36下载
- 积分:1
-
tunning-PID-by-PSO
this code of Particle Swarm Optimization algorithm
- 2013-08-15 00:07:20下载
- 积分:1
-
C-Traps-and-Pitfalls
C Traps and pitfalls ebook
- 2014-11-11 13:14:08下载
- 积分:1
-
esprit算法
ls_esprit算法和tls_esprit算法,以及他们的比较(Ls_esprit algorithm and tls_esprit algorithm, and their comparison)
- 2021-04-18 23:08:51下载
- 积分:1
-
fir
使用matlab语言设计FIR有限冲击响应滤波器,可以计算滤波器参数(matlab fir )
- 2009-09-11 16:34:50下载
- 积分:1
-
bch
说明: BCH 编解码的MATLAB 实现。BCH码是一类重要而有效的纠正多个随机错误的循环码,由于该码具有严格的代数结构,所以是到目前为止研究得最为详尽、应用最为广泛的一类码,已有多种译码算法。(BCH codec of MATLAB. BCH is a kind of important and effective redress the wrong number of random cyclic code, as the code strictly algebraic structure, it is so far the most detailed study in, the most widely used type of a code has a variety of decoding algorithm.)
- 2005-11-15 14:33:18下载
- 积分:1