图神经网络(GNN)入门|文章笔记与要点整理
此笔记是在阅读<<A Gentle Introduction to Graph Neural Networks>>的过程中写下的 阅读文章的同时观看了B站UP主 跟李沐学AI 的视频 零基础多图详解图神经网络(GNN/GCN)【论文精读】 文章链接 :A Gentle Introduction to Graph Neural Networks 视频链接 :零基础多图详解图神经网络(GNN/GCN)【论文精读】_哔哩哔哩_bilibili 0. 标题解读 0.1 主标题 A Gentle Introduction to Graph Neural Networks 直接说明本文是关于 图神经网络(GNN) 的简单的介绍 0.2 副标题 Neural networks have been adapted to leverage the structure and properties of graphs. We explore the components needed for building a graph neural network - and motivate the design choices behind them. 讲的是 : 图神经网络 被用在处理图的结构和特效上, 这篇文章来探索构建图神经网络需要哪些模块, 以及这背后的思想是什么 ...