-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathCITATION.cff
57 lines (57 loc) · 2.17 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
cff-version: 1.2.0
title: "TopoX: A Suite of Python Packages for Machine Learning on Topological Domains"
message: "If you use this software, please cite it using the metadata from this file."
type: software
authors:
- given-names: Mustafa
family-names: Hajij
email: [email protected]
orcid: 'https://orcid.org/0000-0002-2625-9286'
- given-names: Mathilde
family-names: Papillon
email: [email protected]
orcid: 'https://orcid.org/0000-0003-1674-4218'
- given-names: Florian
family-names: Frantzen
email: [email protected]
orcid: 'https://orcid.org/0000-0003-0187-3738'
identifiers:
- type: doi
value: 10.5281/zenodo.7958503
repository-code: 'https://github.com/pyt-team'
url: 'https://pyt-team.github.io/'
abstract: >-
We introduce TopoX, a Python software suite that provides
reliable and user-friendly building blocks for computing
and machine learning on topological domains that extend
graphs: hypergraphs, simplicial, cellular, path and
combinatorial complexes. TopoX consists of three packages:
TopoNetX facilitates constructing and computing on these
domains, including working with nodes, edges and
higher-order cells; TopoEmbedX provides methods to embed
topological domains into vector spaces, akin to popular
graph-based embedding algorithms such as node2vec;
TopoModelX is built on top of PyTorch and offers a
comprehensive toolbox of higher-order message passing
functions for neural networks on topological domains.
license: MIT
preferred-citation:
type: article
title: "TopoX: A Suite of Python Packages for Machine Learning on Topological Domains"
authors:
- given-names: Mustafa
family-names: Hajij
email: [email protected]
orcid: 'https://orcid.org/0000-0002-2625-9286'
- given-names: Mathilde
family-names: Papillon
email: [email protected]
orcid: 'https://orcid.org/0000-0003-1674-4218'
- given-names: Florian
family-names: Frantzen
email: [email protected]
affiliation: RWTH Aachen University
orcid: 'https://orcid.org/0000-0003-0187-3738'
journal: Journal of Machine Learning Research
volume: 25
issue: 374