-
新建 Microsoft Word 文档 (3)
基于划分的聚类分析算法k-means,主要用于数据挖掘领域.(Partition- based cluster analysis algorithm k-means, used mainly for data mining areas.)
- 2005-05-18 20:30:14下载
- 积分:1
-
parallel_iterative_deconvolution-1.9-bin
hi , i am a sudent in american- libanaise university
- 2012-03-30 16:38:26下载
- 积分:1
-
spider
马克斯普朗克提供的机器学习程序包,主要是matlab代码,另外也调用了大量的weka代码和libsvm代码(Provided by the Max Planck Institute for machine learning package, mainly matlab code, also called a large number of weka code and code libsvm)
- 2008-01-26 01:34:44下载
- 积分: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
-
advshinners
this file about turbine modeling
- 2012-05-07 17:10:46下载
- 积分:1
-
Fermat
calcola enigma di fermat
- 2012-08-14 05:52:22下载
- 积分:1
-
Matlab-Basics
basics of matlab in ppt
- 2013-03-28 06:26:46下载
- 积分:1
-
GaussianMixtureModel_2
解决了带有time index高斯混合模型的状态估计问题(An estimation technique for Time Indexed Gaussian Mixture Models)
- 2013-10-10 20:24:11下载
- 积分:1
-
bpsk_rayleigh
说明: BPSK 检测其在rayleigh信道中的性能 it is useful for you!(BPSK detected in Rayleigh Channel performance it is useful fo r you!)
- 2006-04-26 23:50:56下载
- 积分:1
-
singl_pd_pf_change_with_snr_change
matlab环境下能量感知算法中SNR对单个节点的感知性能的影响(matlab power aware algorithm under SNR of a single node of the impact of perceived performance)
- 2011-05-20 10:12:07下载
- 积分:1