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. mybatis源码阅读-初始化过程(七)

    说明 mybatis初始化过程 就是解析xml到封装成Configuration对象 供后续使用 SqlSessionFactoryBuilder 代码例子 SqlSessionFactoryBuil ...

  2. CODEVS1187 Xor最大路径 (Trie树)

    由于权值是在边上,所以很容易发现一个性质:d(x,y)=d(x,root) xor d(y,root). 因为有了这个性质,那么就很好做了.对于每一个点统计到root的距离,记为f 数组. 将f数组里 ...

  3. Grails,应该不错

    就当学习英文,也慢慢看看啦..

  4. vjudge B - Design T-Shirt

    B - Design T-Shirt 思路:水题,模拟即可. #include<cstdio> #include<cstring> #include<iostream&g ...

  5. Spring cloud config配置文件加密解密

    Spring cloud config配置文件加密解密 学习了:http://blog.csdn.net/u010475041/article/details/78110349 学习了:<Spr ...

  6. 中国银联mPOS通用技术安全分析和规范解读

    mPOS是近年出现并得到迅速发展的一种新型受理产品,不少机构和生产企业进行了各种形式的试点. 因为mPOS引入了手机.平板电脑等通用智能移动设备.并通过互联网进行信息传输.因此其安全特点与传统银行卡受 ...

  7. 禁止root用户直接远程telnet/ssh登陆

    AIX 封闭root,只能使用su登录root用户,禁止root用户直接远程登陆. 1.  禁止telnet登录 smit chuser   ->root       ->User can ...

  8. 更改printk打印级别【转】

    本文转载自:http://blog.csdn.net/weed_hz/article/details/8949140 1.查看当前控制台的打印级别 cat /proc/sys/kernel/print ...

  9. B2002 [Hnoi2010]Bounce 弹飞绵羊 分块

    原来做过,看大家都做这道题都热情高涨,沈爷爷debug这道题4天,作为告诉他这个题的人,我还有点不好意思...我自己也就做了一个小时. 其实这个题思路还好,就是维护每个点的出块次数和跳出块的位置,然后 ...

  10. EOJ 3023 字符组合

    3.30更新 #include <iostream> #include <stdio.h> #include <algorithm> #include <se ...