当前位置:网站首页>Brief introduction and advantages and disadvantages of deepwalk model
Brief introduction and advantages and disadvantages of deepwalk model
2020-11-06 01:22:00 【Elementary school students in IT field】
1、DeepWalk
[DeepWalk] DeepWalk- Online Learning of Social Representations (SBU 2014)
word2vec It's based on sequence embedding; however , In fact, the relationship between entities is becoming more and more complicated 、 Networking . This is the time sequence embedding------>graph embedding.
Definition of graph :
G=(V,E),Evv
Two big pieces :
1、 Build sequence ;-------> Random walk , Cut off random walk
2、word2vec Training ;------>Skip-gram
2. Model features :
The article creatively puts forward random walk + skipGram The form of the node to express , A large number of industrial circles in the following years are concerned with emb The application of is based on this form .
deepWalk The core idea is that there are two steps :
(1) Construct random walk sequence through relation network graph ;
(2) Pass the generated sequence through skip-Gram The formal memory of means , Each node can be represented in the same space . In this paper, the evaluation of algorithm effect is mainly through the task of multi label classification for users of several websites .
Experimental results show that , The improvement effect is obvious , At the same time, in the case of less training data, the algorithm can also have better performance .
advantage :
When the data volume is sparse, it can still perform well
Support large-scale online execution of forecasts
Can realize parallel operation
The algorithms and formulas applied are based on the language model .
This paper proposes that if the training sequence can be obtained directly , It doesn't have to be a random walk .
3. reference :
simrank:https://www.cnblogs.com/pinard/p/6362647.html
https://zhuanlan.zhihu.com/p/45167021
https://www.cnblogs.com/pinard/p/7243513.html
Original thesis :http://www.perozzi.net/publications/14_kdd_deepwalk.pdf
Thesis translation :https://www.jianshu.com/p/5adcc3d94159
Applied references :https://yq.aliyun.com/articles/716011
版权声明
本文为[Elementary school students in IT field]所创,转载请带上原文链接,感谢
边栏推荐
- 关于Kubernetes 与 OAM 构建统一、标准化的应用管理平台知识!(附网盘链接)
- Leetcode's ransom letter
- Computer TCP / IP interview 10 even asked, how many can you withstand?
- Did you blog today?
- 至联云解析:IPFS/Filecoin挖矿为什么这么难?
- 一篇文章带你了解CSS 渐变知识
- 至联云分享:IPFS/Filecoin值不值得投资?
- Use of vuepress
- 全球疫情加速互联网企业转型,区块链会是解药吗?
- Filecoin主网上线以来Filecoin矿机扇区密封到底是什么意思
猜你喜欢
阿里云Q2营收破纪录背后,云的打开方式正在重塑
中国提出的AI方法影响越来越大,天大等从大量文献中挖掘AI发展规律
PHPSHE 短信插件说明
一篇文章带你了解CSS 分页实例
一篇文章带你了解CSS 渐变知识
Summary of common string algorithms
熬夜总结了报表自动化、数据可视化和挖掘的要点,和你想的不一样
Character string and memory operation function in C language
采购供应商系统是什么?采购供应商管理平台解决方案
Don't go! Here is a note: picture and text to explain AQS, let's have a look at the source code of AQS (long text)
随机推荐
Tool class under JUC package, its name is locksupport! Did you make it?
Synchronous configuration from git to consult with git 2consul
Process analysis of Python authentication mechanism based on JWT
Character string and memory operation function in C language
至联云分享:IPFS/Filecoin值不值得投资?
怎么理解Python迭代器与生成器?
This article will introduce you to jest unit test
Can't be asked again! Reentrantlock source code, drawing a look together!
Filecoin的经济模型与未来价值是如何支撑FIL币价格破千的
Arrangement of basic knowledge points
In order to save money, I learned PHP in one day!
2019年的一个小目标,成为csdn的博客专家,纪念一下
Aprelu: cross border application, adaptive relu | IEEE tie 2020 for machine fault detection
Python + appium automatic operation wechat is enough
How to select the evaluation index of classification model
50 + open source projects are officially assembled, and millions of developers are voting
CCR炒币机器人:“比特币”数字货币的大佬,你不得不了解的知识
数字城市响应相关国家政策大力发展数字孪生平台的建设
ES6 essence:
[event center azure event hub] interpretation of error information found in event hub logs