设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopinvvp QQ:1015083682   
基于多层次数据融合的用户关系强度度量模型研究—以URSHV模型为例 硕士论文+PDF论文+预审答辩PPT+毕业答辩PPT+知网查重检测报告
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘 要

智能手机已经成为人们日常生活当中不可或缺的通信交流工具,通过智能收集可以随身随地的获取位置、通话记录、短信、微信等体现人们之间日常交互和社会关系的各种信息,人们之间的交互频率、时间、位置、地点、距离以及轨迹相似性等信息能够直接体现人们之间的交互关系以及关系强度。关系强度体现了人们之间的亲密程度,对研究人们之间的社会关系以及社交网络具有重要的意义。本文针对如何度量日常生活中人们之间的关系强度问题展开研究,提出了一个既可以对 GPS 数据进行处理又可以对基站数据进行处理,从日常轨迹、语义位置以及语义标签三个层次度量人们之间关系强度的层级模型 URSHV(User Relationship Strength Hierarchy Vote)。概括起来,主要研究内容和贡献如下:

首先,由于语义位置及语义标签与用户之间的关系强度密切相关,为此本文采用分段卡尔曼滤波算法对 GPS 位置轨迹数据进行降噪处理;采用基于密度的聚类算法对位置轨迹数据进行聚类,形成语义位置;在此基础上,采用基于规则的语义位置标注机制,通过反地理编码、语义标签推断以及输入自动补全等方式对语义位置进行语义标注;从而将 GPS 位置轨迹数据序列聚类成有意义的语义位置和语义标签,为后续的基于语义位置和语义标签计算用户之间的关系强度奠定了基础。

其次,为了从位置轨迹数据、语义位置以及语义标签三个层次计算用户之间的关系强度,采用 DTW 模型计算用户之间的空间距离来度量用户日常轨迹之间的相似度,进而使用轨迹序列熵值对用户每天轨迹的相似度进行加权处理,并将其作为用户之间的关系强度;采用主题模型 LDA 分别计算用户之间的基于物理位置和语义位置的行为模式的相似性,将其作为用户之间的关系强度;采用集成学习的思想对三个层次的度量结果进行投票,以投票结果作为最终的用户之间的关系强度。

最后,在上述研究基础上,基于 MIT 的 Reality Mining 项目的公开的数据集, 利用该数据集当中的用户之间调查问卷的相似度,构造用户之间真实的关系强度作为测试基准,提出一种基于逆序对数的一致性评分度量方法对用户之间的关系强度进行度量,进而对 URSHV 模型的有效性进行实验验证,结果表明该模型能够有效地度量用户之间的关系强度。

关键词: 关系强度;轨迹相似度;DTW;熵;LDA;投票



ABSTRACT

Smart phones have become an integral part of daily life communication tools, we can collect intelligently location, call logs, text messages,  WeChat  anywhere which reflect a variety of information daily interactions and social relations between people. People interaction frequency, time, location, distance and the similarity of trajectory information reflects the strength of the relationship and the relationship between people.Relationship strength reflects the degree of intimacy between two different persons, which is of great importance in analyzing human’s social relationship as well as social network.

In this paper, we propose a URSHV(User Relationship Strength Hierarchy Vote), which can measure the relationship between people in daily life through GPS data from three levels, namely: daily trajectory, semantic locations and semantic labels.To sum up, the main research contents and contributions are as follows:

First of all, the strength of the relationship between users and semantic location with semantic labels are closely related, this paper uses segmented kalman filtering algorithm on GPS trajectory data to de-noising; using the clustering algorithm based on density of position trajectory data clustering, and form a semantic position; on this basis, the seman- tic annotation mechanism based on Rules, the semantic annotation of semantic encoding, geographic location by anti semantic label inference and input auto completion etc; the GPS position trajectory data sequence clustering into meaningful semantic position and semantic labels, which laid the foundation for the semantic location and semantic labels based on the strength calculation of the relationship between users.

Secondly, in order to calculate the strength of the relationship between users from the three levels of trajectory data, semantic location and semantic labels, using DTW model of spatial distance calculation between users to measure the similarity between the users, the use of trajectory sequence similarity of users every day to track the entropy weight- ing processing, and the strength of relationship between users the LDA were calculated using the topic model; semantic locations similarity and semantic labels based on behav- ior patterns among users, as the strength of the relationship between users; measurement results of three levels of the ensemble learning theory to vote, to vote as the strength of relationship between end users.


Finally, on the basis of the above study, based on the MIT reality mining project of publicly available data sets, similarity between users by using the data set of the ques- tionnaire, users construct between a real relationship strength as a benchmark for test- ing proposed an inverse logarithmic induced score measurement method to measure the strength of the relationship between users based on, and effectiveness model of URSHV for experiments, the results show that the model can effectively measure the strength of the relationship between users.

Key Words: relationship strength; trajectory similarity; DTW; entropy; LDA;

vote


目 录

摘 要 ........................................................................................................................

i

ABSTRACT ...............................................................................................................

iii

第一章 绪 论 ............................................................................................................

1

1.1 研究背景 ...................................................................................................

1

1.2 研究现状 ...................................................................................................

2

1.2.1 社会关系强度的研究现状 ............................................................

2

1.2.2 基于移动数据的社会关系研究现状 ............................................

2

1.2.3 基于移动轨迹数据关系强度的研究现状 ....................................

2

1.3 研究内容 ...................................................................................................

3

1.4 论文结构 ...................................................................................................

5

第二章 相关技术研究 ............................................................................................

7

2.1 轨迹数据预处理 .......................................................................................

7

2.1.1 滤波算法 ........................................................................................

7

2.1.2 聚类算法 ........................................................................................

9

2.2 时间序列相似度度量方法及序列熵值 ...................................................

11

2.2.1 编辑距离 ........................................................................................

12

2.2.2 Dynamic Time Warping ..................................................................

13

2.2.3 序列熵值 ........................................................................................

14

2.3 自然语言处理模型 ...................................................................................

15

2.3.1 Latent Dirichlet Allocation .............................................................

16

2.3.2 word2vec .........................................................................................

17

2.4 小 结 ...........................................................................................................

18

第三章 用户关系强度层级投票模型框架 ............................................................

19

3.1 模型框架描述 ...........................................................................................

19

3.1.1 SASLL 系统概述 ...........................................................................

19

3.1.2 用户关系强度计算模型概述 ........................................................

20

3.2 模型完整流程描述 ...................................................................................

21

第四章 GPS 数据处理及语义标签标注技术 ........................................................

23

4.1 SASLL 标注技术 ......................................................................................

23

4.2 计算对应语义位置 ...................................................................................

23

4.2.1 降低数据噪声 ................................................................................

24

4.2.2 剔除路上的点 ................................................................................

28

4.2.3 聚类得到语义位置 ........................................................................

30


4.3

对语义位置标语义标签 ...........................................................................

39

4.3.1 发现新位置 ....................................................................................

40

4.3.2 新位置语义标签提示 ....................................................................

41

4.4

小 结 ...........................................................................................................

43

第五章

用户关系强度计算方法 ............................................................................

45

5.1

用户关系强度计算方法概述 ...................................................................

45

5.2

输入数据准备 ...........................................................................................

45

5.2.1 轨迹数据的处理与准备 ................................................................

46

5.2.2 语义位置数据的处理与准备 ........................................................

47

5.2.3 语义标签数据的处理与准备 ........................................................

47

5.3

关系强度计算 ...........................................................................................

48

5.3.1 基于原始轨迹数据的关系强度计算 ............................................

48

5.3.2 基于主题模型的关系强度计算 ....................................................

49

5.3.3 结果投票 ........................................................................................

50

5.4

小 结 ...........................................................................................................

51

第六章

数据集、评估方法及实验结果 ................................................................

53

6.1

数据集 .......................................................................................................

53

6.2

评估方法 ...................................................................................................

57

6.2.1 构造真实结果 ................................................................................

58

6.2.2 评估方法 ........................................................................................

59

6.3

实验结果与分析 .......................................................................................

61

6.4

小 结 ...........................................................................................................

71

第七章

结束语 ........................................................................................................

73

7.1

工作总结 ...................................................................................................

73

7.2

工作展望 ...................................................................................................

74

致谢 77

参考文献 79





















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopinvvp QQ:1015083682     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于深度学习的个性化推荐算法优化 基于LBS多人快速定位和导航AP 面向财经新闻的文本挖掘系统设计与
探究bilibili视频网站视频 基于android的中天模拟键盘 面向手机上下文的纵向多源数据处理
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopinvvp QQ:1015083682  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!