1 Star 0 Fork 0

shzgamelife / Machine-Learning-with-Graphs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

1. Introduction

This repo summarizes papers I've read for machine learning on graphs. I'm also writing tutorials on zhihu.com and they're in Chinese.

2. Requirements

I use basic packages from Anaconda3 with Python 3.8.5. To make my life easier, I also use the following packages to implement models. Please see requirements.txt for the full list.

torch==1.7.0
torch_geometric==1.6.3
ogb==1.2.3
scikit-multilearn==0.2.0

3. Papers

The following are papers that I'll cover in this repo.

3.1 Early Research

3.1.1 Factorization-Based Models

  • Distributed large-scale natural graph factorization. Amr Ahmed, Nino Shervashidze, Shravan Narayanamurthy, Vanja Josifovski, and Alexander J Smola. WWW 2013.

  • Grarep: Learning graph representations with global structural information. Shaosheng Cao, Wei Lu, and Qiongkai Xu. CIKM 2015.

  • Asymmetric transitivity preserving graph embedding. Mingdong Ou, Peng Cui, Jian Pei, Ziwei Zhang, and Wenwu Zhu. KDD 2016.

3.1.2 Random Walk-Based Models

  • Deepwalk: Online learning of social representations. Bryan Perozzi, Rami Al-Rfou, and Steven Skiena. KDD 2014.

  • node2vec: Scalable feature learning for networks. Aditya Grover and Jure Leskovec. KDD 2014.

  • struc2vec: Learning node representations from structural identity. Leonardo FR Ribeiro, Pedro HP Saverese, and Daniel R Figueiredo. KDD 2017.

3.1.3 GCN-based Models

3.2 Scalability and Expressivity

3.2.1 Node Sampling

3.2.2 Subgraph Sampling

3.2.3 Regularization

3.2.4 Architecture

3.3 Incorporating Edge and Label Information

3.3.1 Incorporating Edge Information

3.3.2 Incorporating Label Information

3.4 Training Strategy

3.5 Generalization to Heterogeneous Graphs

3.5.1 Random Walk-Based Models

3.5.2 GCN-Based Models

3.5.3 Application

3.6 Interpretability and Theory Guidance

3.6.1 Expressive Power of GCNs

3.6.2 When Will GCNs Fail

3.6.3 How to Design Better GCNs

MIT License Copyright (c) 2020 siqim Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/shzgamelife/Machine-Learning-with-Graphs.git
git@gitee.com:shzgamelife/Machine-Learning-with-Graphs.git
shzgamelife
Machine-Learning-with-Graphs
Machine-Learning-with-Graphs
main

搜索帮助