DeepHypergraph icon indicating copy to clipboard operation
DeepHypergraph copied to clipboard

A pytorch library for graph and hypergraph computation.

Results 38 DeepHypergraph issues
Sort by recently updated
recently updated
newest added

当处理图级的超图分类问题,如果每个超图的节点和超边数量较多,batch加速处理对邻接矩阵进行类似dgl.batch的拼接方式时,似乎并不支持很大的batch_size,如何优化?或者在计算速度和显存之间取舍?

你好,你们的工作让我受益良多,我目前有两类数据(每个样本都具有该两类数据),计算了它们之间的相关性从而得到了网络结构,想使用你们提供的DHG来实现一个整图分类的工作,但是目前好像只提供了节点分类的功能,请问有什么便捷的方法能让我快速实现该想法?非常感谢。

https://deephypergraph.readthedocs.io/en/latest/zh/tutorial/structure.html#zh-build-graph 这里应该是团扩展吧,我看英文文档这里是 clique expansion

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hi, I am curious...

Hello, Is there a way to use HGNN+ for Reinforcement Learning using batch training? The only examples I see are doing classification tasks with labels and do not show how...

The feature is related to the feature of Directed Hypergraph. I noticed that you have scheduled the release of the structure of directed hypergraph already. I'm wondering if you have...

**Is your feature request related to a problem? Please describe.** I am trying to perform node classification on multiple hypergraph , let's say I have multiple hypergraphs **80%** for training...

enhancement

How to transform a igraph or networkx object into hypergraph object used in DHG?

您好,有个问题想向您请教下。 对于超图的监督学习,当采用二值化交叉熵损失函数,负样本空间中的组合情况特别多,这时负的超边该如何采样呢? 谢谢!

question