-
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
-
MATLAB
该压缩包为matlab语言的常用算法程序集(The archive is commonly used algorithm matlab assembly language)
- 2011-05-05 10:49:39下载
- 积分:1
-
LTEprecoding
该仿真算法是lte的MIMO中的预编码算法的仿真(The simulation algorithm is lte of the MIMO pre-coding algorithm in the simulation)
- 2010-12-17 10:45:15下载
- 积分:1
-
myself
一个自己用到的用matlab编写的fdtd源程序,感觉还可以。里面的参数没有设置,可以自己根据需要设置。(Used with its own written fdtd matlab source, feeling okay. Inside the parameter is not set up my own according to their needs.)
- 2011-05-10 17:05:41下载
- 积分:1
-
RSSIzhixin4
matlab仿真,RSSI质心加权算法,无线定位可以,可以用!(matlab simulation, RSSI weighted centroid algorithm, wireless positioning Yes, you can use!)
- 2021-04-15 09:08:54下载
- 积分:1
-
U3
基于MATLAB 2PSK的解调与调制 的毕业设计的源代码(MATLAB-based modulation and demodulation 2psk graduation design source)
- 2013-11-09 21:28:40下载
- 积分:1
-
Basics-Tutorial-of-MATLAB7_0
MATLAB7-0的详细介绍,非常适合初学这,总共10M左右(A detailed description of MATLAB7-0 is ideal for beginners, for a total of 10M)
- 2013-05-17 09:42:27下载
- 积分:1
-
complex_pump_0_02
介绍如何用较复杂的方法去优化对负载具有感知特性的“黑匣子”模型的神经网络控制。(Shows how to use the complex method to optimize a black-box neural network model of a load-sensing )
- 2009-04-02 19:20:49下载
- 积分:1
-
copulafit
说明: 带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助(Operator Constrained Particle Swarm Optimization for the matlab environment, engage in research for teachers are very helpful.)
- 2010-04-08 18:07:23下载
- 积分:1
-
Done
说明: 用MATLAB进行ASK、FSK、PSK的编码和解码的仿真程序,并对其误码率进行分析(Using MATLAB for ASK, FSK, PSK encoding and decoding of the simulation program, and analyze its BER)
- 2010-04-23 22:40:57下载
- 积分:1