Transcription of Learning Convolutional Neural Networks for Graphs
{{id}} {{{paragraph}}}
Learning Convolutional Neural Networks for GraphsMathias Labs Europe, Heidelberg, GermanyAbstractNumerous important problems can be framed aslearning from graph data. We propose a frame-work for Learning Convolutional Neural networksfor arbitrary Graphs . These Graphs may be undi-rected, directed, and with both discrete and con-tinuous node and edge attributes. Analogous toimage-based Convolutional Networks that oper-ate on locally connected regions of the input, wepresent a general approach to extracting locallyconnected regions from Graphs . Using estab-lished benchmark data sets, we demonstrate thatthe learned feature representations are competi-tive with state of the art graph kernels and thattheir computation is highly IntroductionWith this paper we aim to bring Convolutional Neural net-works to bear on a large class of graph -bas
Graph neural networks (GNNs) (Scarselli et al.,2009) are a recurrent neural network architecture defined on graphs. GNNs apply recurrent neural networks for walks on the graph structure, propagating node representations until a fixed point is reached. The resulting node representations are then used as features in classification and regression
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}