-
SVM
MATLAB中的SVM源码,用于回归预测,需要的可以下载下看看(The SVM MATLAB source code for regression forecasting, need can be downloaded below to see the exhibitions)
- 2015-01-26 15:07:55下载
- 积分: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
-
3D-Object-and-Room-Mapping
A document detailing about the Image Enhancement process in MATLAB.
- 2013-03-31 10:54:43下载
- 积分:1
-
matabSff
很好的学习数字通信的好的例子matlab源代码。(Good learning good example of digital communication matlab source code.)
- 2010-12-09 13:13:43下载
- 积分:1
-
GMMandEMandBICProgramm
模式识别
关于GMM+EM+BIC,请运行附件的程序。主程序:VASceneAnalysisFH7_ICMEFull_2009.m
(Pattern Recognition on the GMM+ EM+ BIC, please run the attached file. Main program: VASceneAnalysisFH7_ICMEFull_2009.m)
- 2009-09-20 19:53:59下载
- 积分:1
-
ekf_example
说明: 本程序是用matlab开发的扩展Kalman Filter(this procedure is used Matlab development of the extended Kalman Filter)
- 2006-02-28 11:08:46下载
- 积分:1
-
erciqumian2
用matlab实现二次曲面图绘制,用来绘制曲线图(Draw a graph quadric)
- 2013-08-17 21:53:03下载
- 积分:1
-
MATLAB-program
matlab基础知识讲解,英文版,适合四级英语水平及以上的初学者使用(matlab basic knowledge to explain, in English, and English for more than four beginner)
- 2011-06-08 21:04:22下载
- 积分:1
-
proj_final
it is a mtaleb for wireless network project in class, there just part of the source code in it
- 2014-11-29 13:09:58下载
- 积分:1
-
Gist
Code for popular gist features
- 2012-02-01 15:29:48下载
- 积分:1