Skip to content

Commit d157c1b

Browse files
committed
update readme
1 parent 2053ee9 commit d157c1b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Hypergraph Toolbox: HyperG
1+
# Hypergraph Toolbox: HyperG
22
**HyperG** is a python toolbox for hypergraph-based deep learning, which is built upon [pytorch](https://pytorch.org/).
33
Edge in hypergraph named hyperedge can link more than two nodes, which allows hyperedge to express more than pair-wise
44
relation(like: entity-attribute relation, group relation, hierarchical relation and so on.). Thus, hypergraph owns more
@@ -21,21 +21,21 @@
2121
* **Hypergraph Convolution**: the common hyconv(hypergrpah convolution) ([Feng et al. AAAI2019](https://github.com/iMoonLab/HGNN))
2222
is implemented here.
2323

24-
* **models**: HGNN([Feng et al. AAAI2019](https://github.com/iMoonLab/HGNN)) with two hyconv layers, ResNet(18, 34, 50, 101, 152)
24+
* **Models**: HGNN([Feng et al. AAAI2019](https://github.com/iMoonLab/HGNN)) with two hyconv layers, ResNet(18, 34, 50, 101, 152)
2525
([He et al.](https://arxiv.org/abs/1512.03385)), and ResNet_HGNN a combination of ResNet and HGNN for image input and real-time
2626
construct hypergraph supported.
2727

28-
* **utils**: some convenient util functions(to be continue... ):
29-
* **data**: multiple modality data supported (to be continue...)
30-
* **mri**: mri series read and write functions.
31-
* **pathology**: sample patches from WSI slide return patch coordinates(left top point) and patch width and height.
28+
* **Utils**: some convenient util functions(to be continue... ):
29+
* **Data**: multiple modality data supported (to be continue...)
30+
* **MRI**: mri series read and write functions.
31+
* **Pathology**: sample patches from WSI slide return patch coordinates(left top point) and patch width and height.
3232
draw sampled patches on WSI slide function for overview or visualization.
33-
* **meter**: evaluate meters in hypergraph learning.
34-
* **inductive**: *C-Index Meter* for survival prediction.
35-
* **transductive**: compute class accuracy in classification task for transductive learning, compute IOU Score for
33+
* **Meter**: evaluate meters in hypergraph learning.
34+
* **Inductive**: *C-Index Meter* for survival prediction.
35+
* **Transductive**: compute class accuracy in classification task for transductive learning, compute IOU Score for
3636
segmentation task in transductive learning.
37-
* **visualization**: some visualization functions.
38-
* **transductive**: visualize segmentation result in transductive learning.
37+
* **Visualization**: some visualization functions.
38+
* **Transductive**: visualize segmentation result in transductive learning.
3939

4040

4141
## Installation
@@ -66,4 +66,4 @@ If you find **HyperG** is useful in your research, please consider citing:
6666

6767
## Contributing
6868
We always welcome contributions to help make HyperG better, and apply hypergraph in more application. If you would like
69-
to contribute, please contact [us](mailto:[email protected]).
69+
to contribute, please [contact us](mailto:[email protected]).

0 commit comments

Comments
 (0)