←back to thread

354 points misonic | 1 comments | | HN request time: 0.239s | source
Show context
eachro ◴[] No.42473675[source]
Is there consensus about whether gnn architectures are better than transformer based ones at this point? I am aware that transformers can be viewed as a gnn too.
replies(1): >>42473752 #
1. Legend2440 ◴[] No.42473752[source]
GNNs let you build some of the structure of your problem into the network architecture. This can be useful if your problem has a well-understood structure, like physical simulations.

However in many cases we do not know the structure of our problem (that's why we want to use ML in the first place) and in these cases GNNs do not beat transformers.