-
Least-squares-Summary
说明: 最小二乘法汇总及matlab仿真的相关程序设计(Simulation of the least square method summary and the relevant programming matlab)
- 2011-03-16 16:37:42下载
- 积分: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
-
neural-network30-case
matlab神经网络30例,书和源码,都很经典,需要的同学赶快拿走(matlab neural network 30 cases of classic books and source code)
- 2013-12-05 09:53:03下载
- 积分:1
-
UnderwaterCommunicationModel
a matlab file to develop models for underwater acoustic communication networks
- 2013-09-10 23:19:06下载
- 积分:1
-
sanjiao-Z
声子晶体的源程序:圆柱形散射体呈正三角排列的Z模程序(Phononic crystal source: cylindrical scattering takes the shape of the Z mode is triangular arrangement of the program)
- 2011-11-27 13:31:53下载
- 积分:1
-
zellip
归一化椭圆函数低通滤波器零极点计算程序
自动优化
zellip 主程序(zellip main program)
- 2015-01-25 09:46:33下载
- 积分:1
-
facialrecognitionsource
face recognition source code for matlab and high recognition rate
- 2010-07-08 13:44:58下载
- 积分:1
-
lamao
用拉格朗日乘子法求解约束最优化问题,很好的实例程序。(Lagrange multiplier method for solving constrained optimization problems, very good example programs.)
- 2021-04-01 17:39:08下载
- 积分:1
-
fdtd3D
说明: 在前面1维,2维的基础上继续推出3维的FDTD程序,可以帮助解决复杂的3维电磁散射问题,适用范围更广。这个程序给出计算要求的参数即可运行。(in front of one-dimensional, two-dimensional basis continue to offer three-dimensional FDTD procedures, which can help to solve the complex three-dimensional electromagnetic scattering problems, which have wider applicability. This procedure gives the parameters computing requirements can run.)
- 2005-11-16 09:28:49下载
- 积分:1
-
Alignment
get video from camera in simulink
- 2013-10-23 08:39:09下载
- 积分:1