Many tasks with industry applications can be solved with graphs!
π Graph generation: used in drug discovery
π₯ Graph evolution: physics
βοΈGraph level prediction (e.g. classification or regression): e.g. for toxicity of a molecule
π Graph generation: used in drug discovery
π₯ Graph evolution: physics
βοΈGraph level prediction (e.g. classification or regression): e.g. for toxicity of a molecule
- Graph node prediction: Alphafold uses it to predict how molecules get folded in 3D space, a bio-chemistry problem
- Graph edge prediction: Predict missing edges, e.g. for drug side effect prediction or recommendation systems.
deepmind.com
- Graph edge prediction: Predict missing edges, e.g. for drug side effect prediction or recommendation systems.
deepmind.com
Recently people started to play with transformers applied for graphs (Graph Transformers).
Two highlights are Microsoft's Graphormer (microsoft.com) and TokenGT (arxiv.org)
Two highlights are Microsoft's Graphormer (microsoft.com) and TokenGT (arxiv.org)
There is a survey about transformers for graphs in github.com
This thread was fully inspired by @clefourrier great blog post huggingface.co. Check it out if the topic is of interest to you! I hope you found this useful
This thread was fully inspired by @clefourrier great blog post huggingface.co. Check it out if the topic is of interest to you! I hope you found this useful
Loading suggestions...