TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 amitoz_azad超过 4 年前

1 comment

amitoz_azad超过 4 年前
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.