TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Solving PDEs on graphs with message passing of torch_geometric

1 pointsby amitoz_azadalmost 5 years ago

1 comment

amitoz_azadalmost 5 years ago
My PyTorch hackathon submission. Basically I am showing that how PDEs on graphs can be solved with Message Passing class of torch_geometric and created a tool torch_pdegraph to facilitate this. I work in the field of PDEs on graphs and I realized that Message passagin equation (the way of forward convolution) on graphs (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1704.01212.pdf" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;1704.01212.pdf</a>) can also be used to solve some PDEs on graphs.