-
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
-
intelligente-control_chapiter11
robot intelligente control_chapiter 11
- 2014-08-23 01:26:26下载
- 积分:1
-
spline3
三次样条matlab实现,插值就是已知一组离散的数据点集,在集合内部某两个点之间预测函数值的方法(Cubic spline matlab realize, interpolation is known to a discrete set of data points in the set between two points within a prediction function value method)
- 2013-05-25 09:52:39下载
- 积分:1
-
lcs
lcs码系统仿真,matlab7.0编译通过,通过仿真可以了解不同参数下,信号衰耗程度(lcs Code System Simulation, matlab7.0 compiler is passed, through the simulation can understand the different parameters, the degree of signal attenuation)
- 2007-10-05 12:47:49下载
- 积分:1
-
One_dimensional_wave_equation_finite_differences
Numerical solution of 1D wave equation in finite differences (matlab code)
- 2009-06-16 00:20:05下载
- 积分:1
-
emd
这是2009年huang在EMD基础上改进的算法EEMD的matlab代码!(This is the huang in 2009 based on the improved EMD algorithm EEMD matlab code!)
- 2011-10-24 11:56:37下载
- 积分:1
-
(EN_CN)SVM-Introduction-
网上能下载的本书的中文版均缺少89和97两页,又此书已绝版,本人只好从英文完整版中摘录缺少的内容,分别补全了这两页的内容。注:英文完整版也已经作为PDF的附件加了进去。
我也上传到了IASK,不能下载的朋友可以去搜索“(中文版)支持向量机导论.rar”(Internet can download the Chinese version of the book were missing two 89 and 97, and the book is out of print, I had to excerpts missing content from the English full version, respectively, to complement the content of the two pages. Note: The full version of English has also been added as an attachment inside a PDF.
I also uploaded to the IASK, can not download friends can go search for "(Chinese version) Introduction to Support Vector Machines. Rar")
- 2013-11-27 23:58:27下载
- 积分:1
-
vad1
基于高阶统计方法改进的自适应多速率话音激活检测算法(Improved statistical methods based on high order adaptive multi-rate voice activity detection algorithm)
- 2010-11-04 11:17:07下载
- 积分:1
-
ELM-and-SRC
A hybrid approach combining extreme learning machine and sparse representation for image classification
- 2014-08-12 16:54:50下载
- 积分:1
-
magnify
matlab 直接利用鼠标+ - 进行图片局部放大程序,可直接使用。(matlab directly using the mouse+- procedures for enlarged images can be used directly.)
- 2013-05-26 19:11:24下载
- 积分:1