-
ex1
综合使用多种方法使模糊的人体骨架变清晰,空间图像域的增强(The integrated use of a variety of ways to obscure a clear change in human skeleton)
- 2009-06-12 15:02:40下载
- 积分: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
-
efd
projet de fin d etude
- 2012-05-18 01:22:11下载
- 积分:1
-
fig1_19
SNR相对检测距离的大小的仿真,可以射死你佛脉冲数(SNR with mange of target)
- 2012-04-16 11:17:31下载
- 积分:1
-
Ppcnnnzipu
脉冲耦合神经网络(PCNNN)用matlab的实现
(Matlab implementations of pulse coupled neural network (PCNNN))
- 2012-08-23 21:17:09下载
- 积分:1
-
Algorirmo-de-Mineria-de-Datos
Algorimos de ordenamiento Programado en Matlab para mineria de datos ..............
- 2014-11-04 21:54:22下载
- 积分:1
-
performance
performance comp of LMS with NLMS
- 2011-12-11 16:50:59下载
- 积分:1
-
Matlab
Matlab与C语言程序的应用编程接口
在unix下写socket程序可能是最方便,只要掌握其一般步骤,就可以松的写出面向传输层的应用。(Matlab and C language programming in the application programming interface to write socket program under unix is probably the most convenient, as long as the master of its general steps, you can write a song-oriented transport layer of the application.)
- 2007-10-27 20:10:10下载
- 积分:1
-
paiduilun
排队论轮询算法的matlab性能仿真,包括简单轮询算法和加权轮询算法,比较10个节点网络的生存时间,自己写的代码~(Queuing theory polling algorithm matlab performance simulation, including a simple algorithm and weighted round robin polling algorithm and compare 10 node network lifetime, write your own code ~)
- 2020-08-12 15:08:26下载
- 积分:1
-
Low_Freq
这是一个MATLAB编写的进行低通滤波的函数(This is a MATLAB prepared to carry out low-pass filter function)
- 2007-12-12 13:32:26下载
- 积分:1