Digesting AI Research: Day 4 — Graph Neural Networks
pub.towardsai.net·21h
Flag this post

The journey to deep Learning on graphs: How GCNs overcame transductive limitations and the Over-smoothing problems

13 min readJust now

Day 4, and we’re diving into one of my favourite topics: graphs. Social networks, molecules, the internet, recommendation engines — so much of the world is just nodes and edges. For a long time, machine learning struggled with this kind of data. Standard models want neat, fixed-size vectors, but graphs are messy, complex, and irregular. Today, I want to walk through the journey of how we learned to apply deep learning to graphs, starting from the old ways and building up to the models we use today.

The world before deep learning on graphs

Before GNNs became the standard, if you wanted to do machine learning on a graph, your options were …

Similar Posts

Loading similar posts...