-
SpidGUI
The goal of SPID is to provide the user with tools capable to simulate, preprocess, process and classify in vivo and ex vivo MRS signals. These tools are embedded in a matlab graphical user interface (GUI). (Pre)processing and classification methods can also be automatically run in a row using the matlab command line
- 2008-08-03 15:52:08下载
- 积分:1
-
MCMCPmatlabPtutorial
概率统计在计算机领域的应用,包含了对于MCMC的详细解释以及matlab应用实例,并附录了相应练习题以供参考。(Computational Statistics with Matlab. Copyright by Mark Steyvers. Useful for learning MCMC.)
- 2013-01-08 17:32:53下载
- 积分:1
-
tensor_toolbox_2.5
2014最新的张量的工具包,工具包中包含了各种张量函数。(2014 new tensor toolbox, contains a newest variety of tensor function.)
- 2020-12-24 12:19:05下载
- 积分:1
-
Watermark
说明: 实现小波数字水印,比较简单
采用量化数组嵌入(The realization of wavelet digital watermarking, is relatively simple to quantify the use of embedded array)
- 2008-10-06 00:09:28下载
- 积分: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
-
development-of-the-Min-n-family
co finite element for continuous beam
- 2013-09-27 12:07:38下载
- 积分:1
-
seir
Vincent Jaquet & Marek Pechal基于社交网络的传染扩散模型,matlab程序(Vincent Jaquet & Marek Pechal infection based social network diffusion model, matlab program)
- 2014-12-09 21:18:54下载
- 积分:1
-
meanshift
均值漂移算法是一种基于颜色特征的无参密度估计算法,被人们广泛的应用于图像滤波、聚类分析和目标跟踪等领域。(Mean shift algorithm is a nonparametric density estimation algorithm based on color feature, which is widely used in the fields of image filtering, clustering analysis and target tracking.)
- 2015-07-14 11:20:15下载
- 积分:1
-
SoftwareEngineeringandComputerGames
Addison Wesley : Software
Engineering and Computer
Games
- 2011-01-21 10:08:25下载
- 积分:1
-
bpsk
用一个双极性基带数据信号对载波进行角度调制产生BPSK信号s(t)=10cos[wct+Dpm(t)]。(With a bipolar baseband data signal generated BPSK modulated carrier signal point s (t) = 10cos [wct+ Dpm (t)].)
- 2011-04-23 14:39:29下载
- 积分:1