-
compress
jpeg compresion withquantization matrices
- 2009-02-26 19:20:06下载
- 积分: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
-
music1
A Sparse Signal Reconstruction Perspective for
Source Localization With Sensor Arrays
Dmitry Malioutov, Student Member, IEEE, Müjdat Ç etin, Member, IEEE, and Alan S. Willsky, Fellow, IEEE
- 2013-04-09 15:31:07下载
- 积分:1
-
Full_wave_bridge_rectifier
rectifier power electronics system
- 2013-05-05 16:06:21下载
- 积分:1
-
PDE_Application
PDE Application imageimprossing
- 2008-01-02 19:03:46下载
- 积分:1
-
09427
ldpc码的matlab功能程序,可以生成LDPC码(ldpc code matlab function program can generate LDPC codes)
- 2010-03-04 15:10:49下载
- 积分:1
-
Detect-a-present-movements
这个是matlab的第三方app,关于目标追踪的,很实用!(This is the thisd class app of matlab,regarding the object detection.Very useful!)
- 2013-03-16 09:53:52下载
- 积分:1
-
QPSK
QPSK的系统仿真 simulink 的M文件 讲解了许多关于QPSK 仿真的内容 让大家可以更深一步了解matlab这款软件(QPSK system simulation covering m-file which impart something about Qpsk simulation and let us know about matlab more deep)
- 2010-06-02 15:01:41下载
- 积分:1
-
pap-smear-data
data analysis of pap smear data reqiuired in analysis of pap smear images
- 2013-04-06 13:58:47下载
- 积分:1
-
mm1
说明: M\M\1排队模型(1)可计算用户到达数量与用户离开数量,实际值与理论值的仿真对比(M\M\1 Queuing model(1))
- 2011-04-16 21:46:06下载
- 积分:1