-
SpaceTimeCodingTheoryAndPractice
Space-Time Coding Theory and Practice
- 2011-01-12 08:40:59下载
- 积分: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
-
inversion2
mathlab inversion sample for example analysis to carryout
- 2015-02-28 20:00:32下载
- 积分:1
-
chap2_06_RLS
系统辨识与自适应控制MATLAB仿真教材里递推最小二乘法的参数估计的matlab实现的程序(Estimation of system identification and adaptive control of MATLAB simulation in the textbook recursive least squares parameter matlab program)
- 2015-02-03 18:00:01下载
- 积分:1
-
下载的双馈风机模型
自己搭建的双馈风机模型,可供实验和教学使用,波形良好(A model of a doubly fed fan has good waveform and can be used for experiments and operations.)
- 2018-10-09 14:18:33下载
- 积分:1
-
layer_peeling
reflect spectral by layer peeling
- 2010-10-03 03:18:11下载
- 积分:1
-
overhead
本源码是在DAB系统中MPE封装开销的源代码。希望对大家有用。(The source code is in the DAB system overhead MPE source code package. Hope useful for everyone.)
- 2008-07-15 19:02:00下载
- 积分:1
-
MATLAB6.0shuxueshouce
介绍matlab6.0的矩阵及其基本运算,数值计算与数据分析,符号运算,概率统计,优化问题,绘图与图形处理等等。(Introduction matlab6.0 matrix and its basic operations, numerical and data analysis, symbolic computation, probability and statistics, optimization, graphics and graphics processing, and so on.)
- 2011-07-04 21:24:22下载
- 积分:1
-
picture
该图片是对无线传感网络,从能量和死亡节点进行仿真验证,所用算法为改进量子遗传算法(The picture is a wireless sensor network nodes and death from energy simulation, the algorithm used to improve the quantum genetic algorithm)
- 2013-12-05 10:32:56下载
- 积分:1
-
SQP????3?
序列二次规划算法,可以matlab运行,内部有详细说明(Sequential quadratic programming algorithm, matlab can run, there are detailed internal instructions)
- 2020-06-19 01:40:01下载
- 积分:1