1 / 58
文档名称:

基于极限学习机的不确定数据分类算法.pdf

格式:pdf   大小:3,235KB   页数:58页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于极限学习机的不确定数据分类算法.pdf

上传人:陈潇睡不醒 2021/10/13 文件大小:3.16 MB

下载得到文件列表

基于极限学习机的不确定数据分类算法.pdf

相关文档

文档介绍

文档介绍:大连理工大学硕士学位论文
摘 要
现有的分类算法被广泛应用于数值唯一的数据分类问题。然而,在许多真实应用中
普遍存在数值服从某种分布的不确定数据,如果使用传统的分类算法对不确定数据进行
分类,那么极有可能会给出错误的结果。所以,如何正确的分类不确定数据,对于现实
应用具有极其重要的研究价值。
极限学****机是针对单层前馈神经网络的优化算法,对于确定数据是一个强有力的分
类算法,但是还不能用于分类不确定数据。目前已经有研究使用极限学****机处理不确定
数据,该类算法使用期望值和抽样点对不确定数据进行建模,通过投票的方式将其转化
为确定数据的分类问题。这类方法会造成不确定数据分布信息的丢失问题,而且没有将
不确定数据的分布信息整合到极限学****机框架中,不能很好的处理数据的不确定性。
针对上面所提到的问题,本文研究出了一种新颖的基于极限学****机的不确定数据分
类算法 UELM。首先,UELM 使用概率密度函数(PDF)替代期望值和抽样点的方法来
对不确定数据进行建模,这种做法有效避免了期望值和抽样点方法带来的不确定信息
(不确定数据的概率分布信息)丢失问题。然后,UELM 重新设计了传统的极限学****机
算法框架,修改了输入层的接收数据以及隐藏层的激活函数,这样的改进使得极限学****br/>机算法更加适用于不确定数据。最后大量的实验结果证明 UELM 算法在准确率和时间
效率上相对于其他不确定数据分类算法都有突出表现。


关键词:极限学****机;不确定数据;分类;神经网络



- I -
基于极限学****机的不确定数据分类算法
Extreme Learning Machine-based Classification Algorithm for Uncertain
Data

Abstract
Traditional classification algorithms are widely used on determinate data which have the
exact values. However, uncertain data is ubiquitous in many real applications. Uncertain data
obeys some distribution. If uncertain data is classified by traditional classification algorithms, it
will lead to misclassification. Thus, classifying the uncertain data correctly is of great
significance to real applications.
Extreme learning machine (ELM) is an optimization algorithm of the single-hidden layer
feedforward neural networks. And ELM is also a traditional and powerful classification
algorithm. However, ELM can not deal with uncertain data directly. So far some studies have
deal with uncertain data with ELM. This kind of algorithms models uncertain data with
expected values or sample points and gets the results with voting. The problem is that they will
lead to the loss of the distri