-
tqxinhao
基于Matlab软件提取没过MIT/BIH标准数据库的心电图信号(MIT/BIH standard database of ECG signals based on Matlab software to extract not seen)
- 2013-03-21 09:49:18下载
- 积分:1
-
RVM-class
支持向量机是用于分类与回归的技术。由于其自身的诸多缺点,如无法获得概率输出,需要估计一个误
差参数C,以及必须使用Mercer 核函数等。相关向量机算法,克服了SVM 上述缺点,RVM 能获得与SVM 相比拟的推
广性能,并且更为稀疏。在此基础上,文中介绍了一种RVM 回归用于分类的新分类方法,用RVRC 来表示。并通过
实验证明了它的可行性。(Support vector machines for classification and regression techniques. Due to its many shortcomings, such as the probability that the output can not be obtained, need to estimate an error parameter C, and the need to use Mercer kernel function and so on. Relevance vector machine algorithm to overcome these shortcomings of SVM, RVM and SVM can be obtained comparable to promote performance and more sparse. On this basis, the paper introduces a RVM regression was used to classify new classification method, RVRC to represent. And through experiments proved its feasibility.)
- 2013-11-21 11:28:50下载
- 积分:1
-
Kalman-Filter-Object-Tracking-master
bhkdsbjfglitgbkhkjghsdjghositgjos;itnjvgj,hjfd
- 2018-12-30 18:08:27下载
- 积分:1
-
ImagEnhanc_in_spatialDom
Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
- 2009-05-15 03:23:07下载
- 积分:1
-
adaptive-ilter
说明: 这是一个自适应滤波器的程序,我加上了注解,易于初学者学习。(adaptive filter)
- 2010-04-13 20:41:35下载
- 积分:1
-
didu
可以打开图片的界面,并能完成图片的梯度计算和显示(open picture)
- 2010-05-15 11:50:06下载
- 积分:1
-
Radial-Basis-Network
a radial basis function network is an artificial neural network that uses radial basis functions as activation functions.
- 2014-09-18 21:12:49下载
- 积分:1
-
Cloud_Computing
This book looks at cloud computing a manager’s perspective, and it
provides information that a manager can use to engage those who want to
talk about the mechanics of application design or the intricacies of finance.
- 2014-11-05 05:04:23下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
FUZZY
Fuzzy neural network implementation
- 2014-01-03 13:09:29下载
- 积分:1