-
FinalFantasy1.05
已经做好免杀的 FF1.05 源码~~!!!
喜欢的朋友可以继续做下去~~(Ready to avoid killing FF1.05 source ~ ~! ! ! Like friends can continue to do so ~ ~)
- 2010-01-27 23:34:23下载
- 积分: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
-
shu
实验报告关于matlab数值分析上机实验报告(Lab report matlab)
- 2011-12-28 11:00:30下载
- 积分:1
-
spacecraft
航天器的飞行动力学计算,航空航天参数分析(Spacecraft flight dynamics calculations,Aerospace parametric analysis
)
- 2014-01-24 18:07:40下载
- 积分:1
-
MIMO
说明: 关于MIMO的信道容量仿真,包括容量计算及绘图 ,仅供参考。
(MIMO channel capacity on the simulation, including capacity calculations and drawings for reference only.)
- 2010-04-09 21:31:17下载
- 积分:1
-
invertedpendulum
single inverted pendulum(single inverted Torture)
- 2006-05-17 15:54:28下载
- 积分:1
-
pastapastdaopast
多用户检测的三种子空间方法的仿真对比的是误码率-信噪比性能(Third seed space simulation comparison of multiuser detection method is BER- SNR performance)
- 2014-01-17 10:24:40下载
- 积分:1
-
16qammentcalo
功能如名称主要就是介绍蒙特卡罗方法的使用(Features such as the name of)
- 2009-02-17 22:31:29下载
- 积分:1
-
DC_Motor_Model
dc motor model
- 2010-08-11 20:15:09下载
- 积分:1
-
DMF
用于信号检测的匹配滤波器matlab程序(Matched filter procedures)
- 2012-06-19 16:00:26下载
- 积分:1