-
matlabbasic
这是关于matlab语言的基础知识的ppt课件(This is about the basics of matlab language ppt Courseware)
- 2009-10-19 13:00:16下载
- 积分:1
-
ising_GibbsSampling
Gibbs sampling算法,生成Ising model的随机样本
- 2009-11-08 17:42:27下载
- 积分:1
-
Reflectance-Spectrum-Computation-of-1D-PhC
Reflectance Spectrum Computation of 1D Photonic Crystals matlab code
- 2011-04-25 14:10:55下载
- 积分:1
-
hamilton-hui-lu
hamilton matlab bian cheng
- 2013-03-27 17:57:50下载
- 积分:1
-
Chapter2
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-02 11:19:16下载
- 积分:1
-
DES
DES算法的加解密程序,MATLAB实现,还有实验报告一并附上。(DES algorithm encryption and decryption procedures, MATLAB implementation, the key length can only be eight.)
- 2012-06-02 17:47:27下载
- 积分:1
-
call-lda
it is calll for lots of data set for lda
- 2013-04-29 22:22:54下载
- 积分:1
-
Heat-Conduction
A matlab code to compute heat conduction
- 2011-07-22 17:20:34下载
- 积分:1
-
cdma_paper
CDMA系统的研究与MATLAB仿真 本科论文(CDMA System Simulation with MATLAB undergraduate thesis)
- 2011-04-20 16:31:30下载
- 积分: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