-
1
说明: 能够求解三角形势阱中二维电子气能级宽度,可以运行(Able to solve the triangular situation well in two-dimensional electron gas energy width, can run)
- 2008-03-07 17:48:01下载
- 积分: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
-
ienkf_v.0.43.tar
集合卡曼滤波matlab代码 大牛的代码 很好用(Set kalman filtering matlab code Daniel code works nicely)
- 2011-12-08 20:27:40下载
- 积分:1
-
algorithme-genitice
code matalab of algorithme gentic using in recognition a object
- 2014-02-04 22:46:07下载
- 积分:1
-
LabVIEW_and_MATLAB
电子书,LabVIEW与Matlab混合编程,很好的东东。(E-book, LabVIEW and Matlab mixed programming, good Dongdong.)
- 2008-03-25 21:11:16下载
- 积分:1
-
Huffman
huffman compression using matlab
- 2011-01-17 03:37:24下载
- 积分:1
-
MatlabScript
利用MFC技术,借助MATLAB强大的数学计算能力。同时,MATLAB脚本方便修改,不需要重新运行程序。(Using MFC technology, using MATLAB a powerful mathematical calculation. At the same time, MATLAB scripts to facilitate changes, do not need to re-run the program.)
- 2010-06-24 07:35:25下载
- 积分:1
-
mat2octandback.tar
the program based on particle filter for a new algorithm, Integrated Bayesian MCMC Model Selection MONTE CARLO that Ma Erkefu chain
- 2013-04-17 05:11:25下载
- 积分:1
-
6
说明: matlab有关绘图命令介绍资料,希望给大家带来帮助。(Matlab orders about drawing introduced material, hope to bring you help.)
- 2012-01-05 09:50:28下载
- 积分:1
-
inmin01
用积分最小值准则来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的[K T τ],已知参数k=vars(1);T=vars(2);ι=vars(3),iC=vars(4) (Minimum criteria of integral seeking P, PI, PID' s parameters, which Gc is the corrector transfer function, kp is proportional coefficient, Ti for the integral time constant, Td for the differential time constant, input parameters vars as with hysteresis- inertia model of [KT τ], known parameters k = vars (1) T = vars (2) ι = vars (3), iC = vars (4) )
- 2010-05-18 20:35:38下载
- 积分:1