-
2
说明: 《MATLAB 7.0 从入门到精通》一书的完整光盘源代码。(" MATLAB 7.0 from the entry to the master" of a book on CD-ROM source code integrity.)
- 2009-04-11 14:50:53下载
- 积分:1
-
gmm_utilities
Gaussian Mixture Utilities
- 2006-12-08 00:58:54下载
- 积分:1
-
06557515
Adaptive Gradient-Based Methods for Adaptive
Power Allocation in OFDM-Based
Cognitive Radio Networks. IT IS THE RECENT PAPER IN COGNITIVE RADIO NETWORKS
- 2014-02-18 12:51:45下载
- 积分:1
-
Noise-cancelling
This program alows you to add noise to a source and the remove the noise by filtering.
- 2014-01-29 08:32:48下载
- 积分:1
-
distance
说明: Abstract—The objective of this project is to review [1] which is about delay and throughput analysis for multihop wireless adhoc networks. We are going to review the assumptions, analytical modeling, simulation, and compare the results.
- 2010-05-03 14:02:10下载
- 积分:1
-
KMeans
K-means算法的实现,通过对没有标记的原始数据进行kmeans聚类得到的分类。(K-means algorithm to achieve)
- 2014-12-13 14:39:29下载
- 积分:1
-
MIT6_094IAP10_assn01.pdf
麻省理工学院introduction to matlab课程作业指导,包含matlab实例,相互交流(excellent matlab exercises homework for improving matlab )
- 2015-01-15 15:21:45下载
- 积分:1
-
tuxiangshuiyin
利用二维离散小波,在一幅图像中嵌入水印,并对水印图像进行水印的提取和检测。(Using two-dimensional discrete wavelet, an image embedded in the watermark and image watermark extraction and detection.)
- 2010-11-25 21:29:10下载
- 积分:1
-
Catte
matlab实现的基于非线性扩散的图像选择性平滑和边缘检测算法,即Catte模型,效果很好(Nonlinear Diffusion Based Image selective smoothing and edge detection algorithms, namely Catte model matlab implementation of)
- 2015-03-01 14:08:10下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1