Data arrangement

1.Reference Webs

http://nlp.csai.tsinghua.edu.cn/~tcc/

https://blog.csdn.net/a609640147/article/details/89562262

https://blog.csdn.net/liudingbobo/article/details/83039233

https://blog.csdn.net/lzglzj20100700/article/details/84965339

https://blog.csdn.net/weixin_39373480/article/details/89402879

https://blog.csdn.net/r1254/article/details/88343349

https://blog.csdn.net/qq_41727666/article/details/84587027

https://blog.csdn.net/weixin_42137700/article/details/87159371

https://blog.csdn.net/melon0014/article/details/82527750

https://blog.csdn.net/u014281392/article/details/90174664

https://blog.csdn.net/DSTJWJW/article/details/83896312

https://blog.csdn.net/qq_34911465/article/details/88524599

http://i.dataguru.cn/mportal.php?mod=view&aid=14801

https://mp.weixin.qq.com/s?src=11&timestamp=1561431089&ver=1689&signature=EMOEnQ2reNbnmTwed8JVBNlMfbPiT3kg79ZslP0gMBNTyn20BQIsAL-vW8FG3aPfjhAr2eZ8G*WYkOdonzgEixDKstBpumlm8wKbCbWtd7RKgrSBkmWLVxfJ5FJeDfNx&new=1

2.Reference Papers

https://www.cs.purdue.edu/mlg2011/papers/paper_1.pdf

https://link.springer.com/content/pdf/10.1007%2F978-1-4419-6045-0.pdf

https://link.springer.com/content/pdf/10.1007%2F978-1-4419-6045-0.pdf

https://www.cse.wustl.edu/~muhan/papers/AAAI_2018_DGCNN.pdf

http://ryanrossi.com/pubs/KDD18-graph-attention-model.pdf

https://www.cs.uoregon.edu/Reports/AREA-201706-Riazi.pdf

https://paperswithcode.com/task/graph-classification

https://www.kdd.org/kdd2018/accepted-papers/view/graph-classification-using-structural-attention

https://www.csc2.ncsu.edu/faculty/nfsamato/practical-graph-mining-with-R/slides/pdf/Classification.pdf

3.Others

Semi-Supervised Classification with Graph Convolutional Networks

Graph Partition Neural Networks for Semi-Supervised Classification

FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling

Generating Classification Weights With GNN Denoising Autoencoders for Few-Shot Learning

Link Prediction Based on Graph Neural Networks

Hierarchical Graph Representation Learning with Differentiable Pooling

还可以到CVPR,ICLR,NIPS,这几个会议上去找找(待找)

Graph network classification(As a beginner, continue to update)的更多相关文章

  1. CF1221G Graph And Number(容斥,搜索,FMT)

    至今觉得这场 edu 的 G 比 EF 都要简单-- 不知道为什么出题人要把 \(m=0\) 放进去,先特判掉. 要求至少一个 \(0\),至少一个 \(1\),至少一个 \(2\),容斥一波,变成总 ...

  2. 命令模式坚决svn树冲突(local unversioned, incoming add upon update)

    当工作目录修改删除过时更新使用svn更新就容易发生树冲突“Tree Confilict”.会出现类似提示. local unversioned, incoming add upon update 如果 ...

  3. Neural Network学习(二)Universal approximator :前向神经网络

    1. 概述 前面我们已经介绍了最早的神经网络:感知机.感知机一个非常致命的缺点是由于它的线性结构,其只能做线性预测(甚至无法解决回归问题),这也是其在当时广为诟病的一个点. 虽然感知机无法解决非线性问 ...

  4. Neural Networks and Deep Learning(week2)Logistic Regression with a Neural Network mindset(实现一个图像识别算法)

    Logistic Regression with a Neural Network mindset You will learn to: Build the general architecture ...

  5. 《Go学习笔记 . 雨痕》流程控制(if、switch、for range、goto、continue、break)

    Go 精简(合并)了流控制语句,虽然某些时候不够便捷,但够用. if...else... 条件表达式值必须是布尔类型,可省略括号,且左花括号不能另起一行. func main() { x := 3 i ...

  6. Regularized least-squares classification(正则化最小二乘法分类器)取代SVM

    在机器学习或者是模式识别其中有一种重要的分类器叫做:SVM .这个被广泛的应用于各个领域.可是其计算的复杂度以及训练的速度是制约其在实时的计算机应用的主要原因.因此也非常非常多的算法被提出来.如SMO ...

  7. 以Network Dataset(网络数据集)方式实现的最短路径分析

    转自原文 以Network Dataset(网络数据集)方式实现的最短路径分析 构建网络有两种方式,分别是网络数据集NetworkDataset和几何网络Geometric Network,这个网络结 ...

  8. 论文阅读:Andromeda: Performance, Isolation, and Velocity at Scale in Cloud Network Virtualization (全文翻译用于资料整理和做PPT版本,之后会修改删除)

    Abstract: This paper presents our design and experience with Andromeda,  Google Cloud Platform’s net ...

  9. Learning Combinatorial Embedding Networks for Deep Graph Matching(基于图嵌入的深度图匹配)

    1. 文献信息 题目: Learning Combinatorial Embedding Networks for Deep Graph Matching(基于图嵌入的深度图匹配) 作者:上海交通大学 ...

随机推荐

  1. noip模拟赛 财富

    题目描述LYK有n个小伙伴.每个小伙伴有一个身高hi.这个游戏是这样的,LYK生活的环境是以身高为美的环境,因此在这里的每个人都羡慕比自己身高高的人,而每个人都有一个属性ai表示它对身高的羡慕值.这n ...

  2. Tomcat 7源码学习笔记 -9 tomcat重启后session仍然保留

    使用Tomcat 7缺省的配置,tomcat关闭后重新启动,发现原来的session没有被删掉,用原来的request获取session仍然可以取到.但是并没有配置session持久化. 原因如下: ...

  3. 球的序列(formation.*)

      N个编号为1-n的球,每个球都有唯一的编号.这些球被排成两种序列,分别为A.B序列,现在需要重新寻找一个球的序列l,对于这个子序列l中任意的两个球,要求j,k(j<k),都要求满足lj在A中 ...

  4. Void 参数

    在C程序中如果在声明函数的时候如果没有任何参数那么需要将参数定义为void以此来限定此函数不可传递任何参数,如果不进行限定让参数表默认为空其意义是可以传递任何参数,这个问题的由来实际上是由于要兼容早期 ...

  5. T470 Win10下触摸板手势

    T470 Win10下触摸板手势 学习了:https://forum.51nb.com/thread-1742490-1-1.html 三指横向竟然是alt+tab 学习了:http://www.xi ...

  6. PF, Page File, 页面文件

    PF, Page File, 页面文件 是硬盘中用来当作内存使用的,仅仅提高物理内存可能导致CPU使用率高,因为降低了命中率: 学习了:https://baike.baidu.com/item/PF% ...

  7. [Angular] Remove divs to Preserve Style and Layout with ng-container in Angular

    The Angular <ng-container> is a grouping element that doesn't interfere with styles or layout ...

  8. Codeforces 510 A.Fox and Snake

    题目链接:http://codeforces.com/contest/510/problem/A A. Fox And Snake time limit per test2 seconds memor ...

  9. centos改动sshport

    vi /etc/ssh/sshd_config 找到#Port 22一段,这里是标识默认使用22port.加入一行例如以下: Port 34981 然后保存退出 然后service sshd rest ...

  10. 解决WinForm下ListBox控件“设置DataSource属性后无法修改项集合”

    解决WinForm下ListBox控件“设置DataSource属性后无法修改项集合” 最近更新: 2013-2-15    587   很少写WinForm程序第一次使用ListBox控件就遇到了比 ...