-
solveTSP
This matlab algorithm solves the classic Travelling Salesman Problem TSP
- 2009-10-20 17:58:27下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
BinwaveletImageEnhancement
学习二进小波变换用于图像增强,很好的例子,可以实现非线性增强。希望对大家有帮助。(study wavelet transform for image enhancement, good example, can achieve a nonlinear increase. We want to help.)
- 2006-06-04 09:22:39下载
- 积分:1
-
cmfb2
hspice model of common mode feedback circuit
- 2013-08-09 16:19:24下载
- 积分:1
-
MATLABP7[1].0
这是一个介绍Matlab7.0的工具书,内容简单基础,适合初学者。(This is a presentation tool Matlab7.0 book, the content is simple foundation for beginners.)
- 2014-12-19 09:36:37下载
- 积分:1
-
shiyan6
matlab应用程序 可直接用 ,运用只能算法解决旅行商问题(Matlab application can be used directly, only USES the algorithm to solve traveling salesman problem
)
- 2015-01-09 17:40:55下载
- 积分:1
-
LCMV1
空时抗干扰在LCMV算法下的MATLAB仿真程序改进版(space domoin improved LCMV MATLAB program)
- 2015-05-03 11:46:26下载
- 积分:1
-
CIML
these are thermodynamic codes.
- 2010-12-09 16:06:54下载
- 积分:1
-
ransacF
RANSAC implementation for fundamental matrix computation using the seven point algorithm. Returns inliers and best F estimate.
- 2010-01-29 08:18:26下载
- 积分:1
-
ice
说明: 这个功能是用于Matlab中的某个功能所使用的,非常好的一个原代码!(This feature is used in a Matlab function used, very good a the original code!)
- 2008-10-13 21:10:38下载
- 积分:1