An attempt at demystifying graph deep learning
ericmjl.github.io
An attempt at demystifying graph deep learning
1–10 of 22 posts
Re: An attempt at demystifying graph deep learning
#2Re: An attempt at demystifying graph deep learning
#3If you understand transformers, you understand the basics behind any neural "graph network" method. They are exceedingly simple
Well, when you phrase it like that... Hmm. Yup, I'm an idiot.
<3
Re: An attempt at demystifying graph deep learning
#4[1] Graph Representation Learning - William L. Hamilton https://www.cs.mcgill.ca/~wlh/grl_book/
[2] Deep Learning on Graphs - Yao Ma, Jilian Tang https://cse.msu.edu/~mayao4/dlg_book/
Re: An attempt at demystifying graph deep learning
#5Conceptually, just by framing the graph as a mxm matrix I assume the most obvious comparison would be against some sort of dimensionality reduction for node embedding. Should I see graph(node) embedding as an alternative to e.g. PCA, LDA, t-SNE and UMAP and variants?
Re: An attempt at demystifying graph deep learning
#6If you understand transformers, you understand the basics behind any neural "graph network" method. They are exceedingly simple
Re: An attempt at demystifying graph deep learning
#7[2005.03675] Machine Learning on Graphs: A Model and Comprehensive Taxonomy https://arxiv.org/abs/2005.03675
Re: An attempt at demystifying graph deep learning
#8Re: An attempt at demystifying graph deep learning
#9Tangential — Curious how the author made those diagrams
Re: An attempt at demystifying graph deep learning
#10What's the current killer app of GNNs? By that I mean, in which tasks is using a GNN-based approach obviously better? Conceptually, just by framing the graph as a mxm matrix I assume the most obvious comparison would be against some sort of dimensionality reduction for node embedding. Should I see graph(node) embedding as an alternative to e.g. PCA, LDA, t-SNE and UMAP and variants?