-
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
-
bluethoothfsksystermsimulink
蓝牙调频通信系统simulink仿真,蓝牙调频通信系统simulink仿真!(bluethooth fsk systerm simulink,bluethooth fsk systerm simulink!)
- 2010-06-02 11:06:54下载
- 积分:1
-
question3
非线性分类器训练的快速算法设计,近邻法迭代法测试样本错误率(Fast non-linear classifier training algorithm, nearest neighbor algorithm iteration test sample error rate)
- 2011-06-06 18:06:45下载
- 积分:1
-
VCTCZEKF
说明: 异步电机适量控制的仿真,并用卡尔曼滤波做了无速度传感器(Simulation of the appropriate amount of asynchronous motor control, and using Kalman filter to make a speed sensor)
- 2021-01-18 21:58:43下载
- 积分:1
-
slcp-controlled
小车倒摆的控制文件。在matlab中运行,对初学者有用 (Car inverted pendulum control file. Run in matlab, useful for beginners)
- 2013-02-19 19:35:21下载
- 积分:1
-
Wigner-Ville
Wigner-Ville分布相关程序及函数(Wigner-Ville distribution-related procedures and functions)
- 2013-09-17 11:50:32下载
- 积分:1
-
dipum_images_ch03
dipum_images_ch03 matlab编程实例(dipum_images_ch03 matlab Programming Example)
- 2009-09-12 11:11:10下载
- 积分:1
-
timer
利用MATLAB自带的TIMER函数处理多个线程(TIMER own use of MATLAB function handle multiple threads)
- 2008-03-21 11:32:16下载
- 积分:1
-
Monte-Carlo
利用matlab实现的蒙特卡罗算法代码,大家可以一起究研一下!(Monte Carlo algorithm is implemented using matlab code, we can study with the study look at!)
- 2010-03-13 11:23:23下载
- 积分:1
-
y2t
线性回归补偿模型,用于转炉炼钢重点预测模型(Linear regression compensation model)
- 2013-09-22 13:51:47下载
- 积分:1