-
libsvm-mat-2.89-3
SVM的多分类问题MATLAB工具包。传统的SVM只支持二分类问题,MATLAB自带的工具包也存在同样的问题。可以在setpath中导入此包,便可轻松将SVM问题扩展到多分类的层面。(A matlab toolkit to solving multi-classification problems based on svm. Traditional svm and the matlab toolkit svmtrain can only support for bi-classification problems which could hardly satisfy users requirments. U can import this toolkit by click setpath and can easily do what you like.)
- 2012-12-04 15:27:49下载
- 积分:1
-
zuixiaoercheng
自适应控制,自校正控制系统参数估计matlab程序,利用递推最小二乘法进行系统参数估计(Adaptive control, self-tuning control system parameters estimated matlab procedures, the use of recursive least squares method for system parameter estimation)
- 2009-04-06 18:11:56下载
- 积分:1
-
107215771l1magic
该程序使用matlab开发的规划中的经典算法——基于对偶仿射理论的内点法,在工程中是很常用的-The program developed by the use of matlab classical planning algorithm - based on the theory of dual affine interior point method, in the projects is a very commonly used(该程序使用matlab开发的规划中的经典算法——基于对偶仿射理论的内点法,在工程中是很常用的-The program developed by the use of matlab classical planning algorithm- based on the theory of dual affine interior point method, in the projects is a very commonly used)
- 2009-11-19 12:30:09下载
- 积分:1
-
OMATLAB_ssvmn
关于支持向量机的MATLABB程序,用于模式识别可直接使用。
(MATLABB program on support vector machine for pattern recognition can be used directly.)
- 2012-07-17 08:26:15下载
- 积分:1
-
PARAFAC
PARAFAC 用于多维数据分辨与校正(PARAFAC For multidimensional data resolution and correction)
- 2014-11-17 10:08:45下载
- 积分:1
-
pro3
Hanning,hamming , blackman window在头部扫描图像中的应用和功能区别。(The use of hanning window, hamming window and blackman windou in brain scanning.)
- 2012-10-01 08:44:03下载
- 积分:1
-
depuncture34
卷积码程序很适用的,删余码,3、4码率的,大家可以借鉴的啊 !()
- 2007-09-23 23:36:42下载
- 积分:1
-
ANN-tools-devel.tar
A simple ANN sample code. 2 Layer neuro and the active function is sigmoid.
- 2009-10-29 13:36:48下载
- 积分:1
-
Lai
追踪视频流中的运动轨迹,运用背景差分。视频名称和类型可自行命名,(Tracking the trajectory of the video stream, using the background subtraction)
- 2011-06-27 09:03:19下载
- 积分:1
-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1