-
chap5
Matlab图像处理实例详解第五章源码,欢迎大家下载学习,很好很强哟!!(Detailed examples Matlab image processing source code chapter are welcome to download the study, very strong yo! !)
- 2013-11-07 18:09:39下载
- 积分: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
-
baogao3
通信系统中常用的脉冲编码调制PCM的matlab源代码(PCM)
- 2010-12-24 09:36:58下载
- 积分:1
-
Matlab_Engine_Test
简单演示了VC-Matlab混合编程的一种方法。(Simple demonstration of the VC-Matlab mixed programming methods.)
- 2010-06-22 13:53:36下载
- 积分:1
-
MATLAB_programming_features_classic_tutorial_instr
MATLAB程序设计指令功能经典教程MATLAB programming features classic tutorial instruction(MATLAB programming instructions feature the classic tutorial MATLAB programming features classic tutorial instruction)
- 2010-08-02 11:36:21下载
- 积分:1
-
wenzishibie
说明: MATLAB开发的文字识别的实例 欢迎下载(MATLAB to develop the character recognition example of welcome to download)
- 2008-11-18 21:07:20下载
- 积分:1
-
ChaosToolbox1p0_trial
matlab 程序 完整的混沌理论工具箱,内附有解释文件,模拟数据(matlab program complete chaos theory toolbox, containing documents to explain, simulation data)
- 2010-05-09 15:14:15下载
- 积分:1
-
xplan
Creates a package named XPLAN as a wrapper over DBMS_XPLAN
- 2015-03-03 17:01:53下载
- 积分:1
-
preprocess
对极化雷达数据进行预处理,包括去除绝对相位,互易性修正和,归一化等(Polarization radar data preprocessing, including the removal of the absolute phase, reciprocity correction, normalization, etc.)
- 2017-01-27 16:19:25下载
- 积分:1
-
magsint
说明: 用途:用定步长高斯就积公式求函数的积分 magsint(q)
- 2010-03-17 12:06:44下载
- 积分:1