首页 > 其他分享 >Representation Learning for Attributed Multiplex Heterogeneous Network

Representation Learning for Attributed Multiplex Heterogeneous Network

时间:2023-04-27 16:58:23浏览次数:45  
标签:结点 network Attributed attributed Multiplex Heterogeneous mathcal Network

目录

Cen Y., Zou X., Zhang J., Yang H., Zhou J. and Tang J. Representation learning for attributed multiplex heterogeneous network. KDD, 2019.

本文在 Attributed (结点带属性) Multiplex (两个结点间可能有多个关系, 边) Heterogeneous (异构) 图上进行讨论. 这里不会讨论方法, 只记录下这些定义.

符号说明

各种定义

Heterogeneous network

假设存在一 node 映射 \(\phi: \mathcal{V} \rightarrow \mathcal{O}\) 将结点映射为某个结点类型, 一 edge 映射 \(\psi: \mathcal{E} \rightarrow \mathcal{R}\) 将边映射为某个边类型.
\(G = (\mathcal{V}, \mathcal{E})\) 为一异构图若 \(|\mathcal{O}| + |\mathcal{R}| > 2\).

Attributed network

令 \(G = (\mathcal{V, E, A})\) 为一 attributed network, 若 \(\mathcal{A} = \{\mathbf{x}_i|v_i \in \mathcal{V}\}\) 赋予每个结点 \(v_i\) 以属性 \(\mathbf{x}_i\).

Attributed multiplex network

称 attributed network \(G = (\mathcal{V, E, A}), \mathcal{E}=\bigcup_{r \in \mathcal{R}} \mathcal{E}_r, |\mathcal{R}| > 1\) 为 attributed multiplex heterogeneous network.

代码

official

标签:结点,network,Attributed,attributed,Multiplex,Heterogeneous,mathcal,Network
From: https://www.cnblogs.com/MTandHJ/p/17359386.html

相关文章

  • oracle Io 异常: The Network Adapter could not establish the connection
    用jdbc连oracle的时候,报错:java.sql.SQLException:Io异常:TheNetworkAdaptercouldnotestablishtheconnection查看C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN里的listener.ora和tnsnames.ora,发现端口变成了1527,不知道怎么回事,默认是1521啊。改回来,就可以了。......
  • Cycle GAN:Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial
    paper:https://arxiv.org/pdf/1703.10593.pdf[2017]code参考:https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixhttps://zhuanlan.zhihu.com/p/79221194https://blog.csdn.net/fangjin_kl/article/details/128117396https://www.bilibili.com/video/BV1kb4y197P......
  • Spatiotemporal Remote Sensing Image Fusion Using Multiscale Two-Stream Convoluti
    SpatiotemporalRemoteSensingImageFusionUsingMultiscaleTwo-StreamConvolutionalNeuralNetworksabstract地表反射率图像的渐变和突变是现有STF方法的主要挑战。(Gradualandabruptchangesinlandsurfacereflectanceimagesarethemainchallengesinexisting......
  • ubuntu - k3s安装失败出现unable to find suitable network address.error
    系统时ubuntu18原因:离线安装k3s需要手动设定ip的网关使用iproute 查看是否出现default via  xxxx.xxxx.x.xdev ens33xxxxx内容。 如果没有出现说明没有默认网关。 方式1:临时生效使用命令:iprouteadddefaultvia192.168.1.1devens33  方式2......
  • Vulnhub之 BoredHackerBlog: Social Network 2.0靶机详细测试过程
    Socnet作者:jasonhuawen靶机信息名称:BoredHackerBlog:SocialNetwork2.0地址:https://www.vulnhub.com/entry/boredhackerblog-social-network-20,455/识别目标主机IP地址(kali㉿kali)-[~/Desktop/Vulnhub/Socnet]└─$sudonetdiscover-ieth1-r192.168.56.0/24Cu......
  • kubenetes pod networ flannel network
     kubectlapply-fhttps://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.ymlhttps://github.com/flannel-io/flannel/blob/master/Documentation/kube-flannel.ymlkubeadminit\--kubernetes-version=v1.23.5 \--image-repositoryre......
  • Unlock the Power of High-Performance Networking with the IPQ9554
    UnlockthePowerofHigh-PerformanceNetworkingwiththeIPQ9554Intoday'sworld,reliableandhigh-speedinternetconnectivityisessentialforeverythingfromonlinegamingandstreamingtoremoteworkandlearning.Whetheryou'reaconsumer......
  • 教我怎么用docker的network
    Docker提供了一种为容器创建和管理网络以相互通信的方法。创建Docker网络有多种方法,最简单的方法是使用dockernetworkcreate命令。此命令创建一个具有指定名称和驱动程序的新网络。驱动程序指定网络上的容器如何相互通信。最常见的驱动程序是桥接驱动程序,它用于为单个......
  • CentOS网卡无法启动返回'Failed to start LSB:Bring up/down networking.'
    装了一台虚机,配置docker服务的时候发现忘了开CPU虚拟化,关机开启后再登录,发现网卡down了,重启网卡报错。1.journalctl-ex  #查看日志,发现返回错误'FailedtostartLSB:Bringup/downnetworking.';2.vi/var/long/messages  #再查看系统日志,发现有关于NetworkManager的信......
  • Layer-Dependent Importance Sampling for Training Deep and Large Graph Convolutio
    目录概符号说明MotivationLADIES代码ZouD.,HuZ.,WangY.,JiangS.,SunY.andGuQ.Layer-dependentimportancesamplingfortrainingdeepandlargegraphconvolutionalnetworks.NIPS,2019.概本文在以往的mini-batch的快速算法上进行了改进.符号说明\(\m......