上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 73 下一页
摘要: 论文信息 论文标题:Deep Embedded Multi-View Clustering via Jointly Learning Latent Representations and Graphs论文作者:Zongmo Huang、Yazhou Ren、Xiaorong Pu、Lifang He 阅读全文
posted @ 2022-06-15 14:59 多发Paper哈 阅读(321) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/288300334 import torch import torch.nn as nn import numpy as np a = torch.tensor([[[1.0,2.0,3.0], [4.0,5.0,6.0]], [[1.0,2 阅读全文
posted @ 2022-06-12 11:22 多发Paper哈 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 目录 01、论文解读(LINE)《LINE: Large-scale Information Network Embedding》——2015, WWW 02、论文解读(GraphSAGE)《Inductive Representation Learning on Large Graphs》——20 阅读全文
posted @ 2022-06-07 14:55 多发Paper哈 阅读(2319) 评论(0) 推荐(1) 编辑
摘要: 论文信息 论文标题:Learning Graph Embedding with Adversarial Training Methods论文作者:Shirui Pan, Ruiqi Hu, Sai-fu Fung, Guodong Long, Jing Jiang, Chengqi Zhang论文来 阅读全文
posted @ 2022-06-07 09:25 多发Paper哈 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 论文信息 论文标题:Graph Communal Contrastive Learning论文作者:Bolian Li, Baoyu Jing, Hanghang Tong论文来源:2022, WWW论文地址:download 论文代码:download 1 Introduction 出发点:GCL 阅读全文
posted @ 2022-06-05 22:22 多发Paper哈 阅读(804) 评论(0) 推荐(1) 编辑
摘要: 点乘 torch.mul(a,b)二维矩阵乘 torch.mm(a,b)三维矩阵乘 torch.bmm(a,b)高维矩阵乘 torch.matmul(a,b) https://blog.csdn.net/sunjinshengli/article/details/121901225 阅读全文
posted @ 2022-06-05 16:27 多发Paper哈 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 论文信息 论文标题:Towards Unsupervised Deep Graph Structure Learning论文作者:Yixin Liu, Yu Zheng, Daokun Zhang, Hongxu Chen, Hao Peng, Shirui Pan论文来源:2022, WWW Be 阅读全文
posted @ 2022-06-04 11:26 多发Paper哈 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 论文信息 论文标题:GraphSMOTE: Imbalanced Node Classification on Graphs with Graph Neural Networks论文作者:Tianxiang Zhao, Xiang Zhang, Suhang Wang论文来源:2021, WSDM论 阅读全文
posted @ 2022-06-02 17:19 多发Paper哈 阅读(967) 评论(0) 推荐(1) 编辑
摘要: https://zhuanlan.zhihu.com/p/218245556 阅读全文
posted @ 2022-06-01 22:07 多发Paper哈 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 论文信息 论文标题:Local Augmentation for Graph Neural Networks论文作者:Songtao Liu, Hanze Dong, Lanqing Li, Tingyang Xu, Yu Rong, Peilin Zhao, Junzhou Huang, Ding 阅读全文
posted @ 2022-06-01 15:55 多发Paper哈 阅读(873) 评论(1) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 73 下一页
Live2D