logoalt Hacker News

lukeschlatherlast Friday at 10:04 PM1 replyview on HN

The GraphCast paper says "GraphCast is implemented using GNNs" without explaining that the acronym stands for Graph Neural Networks. It contrasts GNNs to the " convolutional neural network (CNN)" and "graph attention network." (GAN?) It doesn't really explain the difference between GAN and a GNN. I think LLMs are GANs. So no, it's not an LLM in a weather model, but it's very similar to an LLM in terms of how it is trained.


Replies

astrangelast Friday at 10:30 PM

> I think LLMs are GANs.

They aren't, but both of them are transformer models.

nb GAN usually means something else (Generative Adversarial Network).

show 1 reply