-
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
-
libsvm-mat-2.86-1
台湾林智仁教授的SVM工具箱,已经编译好了,在MATLAB里面的set path 添加路径就可以直接使用了!(win32位)的!(a good SVM toolbox!)
- 2014-08-29 11:21:07下载
- 积分:1
-
647190
PIECE-WISE LINEAR APPROXIMATIONS
- 2013-04-26 22:22:57下载
- 积分:1
-
cd2lrVer2
matlab code 使用dibr 產生虛擬圖,使用實裡面有 readme,code 裡有說明如何使用。(dibr Matlab code to generate the virtual image, the use of solid inside the readme code, there are instructions how to use.)
- 2012-05-09 12:22:52下载
- 积分:1
-
mymatlab-code
小波去噪的matlab程序。有三种阈值选择方法:标准的,强制的,自己设置的。(Wavelet denoising matlab program. There are three kinds of threshold selection method: standard, mandatory, set up their own.)
- 2013-09-10 10:37:27下载
- 积分:1
-
nsga2-gnuplot-v1.1.5-64bit
基于多目标优化进化算法。处理约束问题的改进的多目标进化算法。(Based multi-objective optimization evolutionary algorithm. Constraint problems improved multi-objective evolutionary algorithm.)
- 2013-03-23 21:08:00下载
- 积分:1
-
常规潮流算法-牛拉法 - 极坐标备份
采用极坐标,可计算网络潮流,格式和附件中ieee14.xls中数据格式是一样的,且潮流程序是通用的。(Using polar coordinates, you can calculate the network flow, the format and the ieee14.xls data format in the annex is the same, and the flow program is common.)
- 2021-01-26 06:48:36下载
- 积分:1
-
msk-agc
本压缩文件包括对线性量级,对数量级和指数量级三种AGC方案的仿真,并包括msk信号通过agc回路的一个仿真文件,附带详细的仿真报告(this zip file includes 3 matlab file simulating 3 agc method(linear,log,and exponential).In addition, this file includes an simulation file of msk signal passing through agc loop.An simulation paper is included, too.)
- 2020-09-09 17:18:04下载
- 积分:1
-
breaker
his example illustrates the Ideal Switching device solution method of the Powergui block
- 2011-06-22 05:21:15下载
- 积分:1
-
M_P_O_8
八方向均值比例算子,对每个像素点取半径为r的矩阵,分成八个区域,计算均值比例,选取图像中的对比较为明显的区域(Mean proportion of the eight directions operator, a radius r of the matrix for each pixel is divided into eight regions, and calculate the mean ratio, the selected image of the more obvious contrast region)
- 2013-03-24 11:29:30下载
- 积分:1