Node Property Prediction | Open Graph Benchmark
https://ogb.stanford.edu/docs/nodepropDataset ogbn-arxiv ( Leaderboard ): Graph: The ogbn-arxiv dataset is a directed graph, representing the citation network between all Computer Science (CS) arXiv papers indexed by MAG [1]. Each node is an arXiv paper and each directed edge indicates that one paper cites another one. Each paper comes with a 128-dimensional feature vector obtained ...
spektral · PyPI
https://pypi.org/project/spektral23.08.2021 · Spektral is a Python library for graph deep learning, based on the Keras API and TensorFlow 2. The main goal of this project is to provide a simple but flexible framework for creating graph neural networks (GNNs). You can use Spektral for classifying the users of a social network, predicting molecular properties, generating new graphs with GANs ...
4.5 Loading OGB datasets using ogb package — DGL 0.6.1 ...
docs.dgl.ai › en › 0ogb. package. (中文版) Open Graph Benchmark (OGB) is a collection of benchmark datasets. The official OGB package ogb provides APIs for downloading and processing OGB datasets into dgl.data.DGLGraph objects. The section introduce their basic usage here. First install ogb package using pip: pip install ogb. The following code shows how to ...
ogb · PyPI
https://pypi.org/project/ogb13.12.2019 · Citing OGB / OGB-LSC If you use OGB or OGB-LSC datasets in your work, please cite our papers (Bibtex below). @article{hu2020ogb, title={Open Graph Benchmark: Datasets for Machine Learning on Graphs}, author={Hu, Weihua and Fey, Matthias and Zitnik, Marinka and Dong, Yuxiao and Ren, Hongyu and Liu, Bowen and Catasta, Michele and Leskovec, Jure}, …
ogb · PyPI
pypi.org › project › ogbDec 13, 2019 · Citing OGB / OGB-LSC If you use OGB or OGB-LSC datasets in your work, please cite our papers (Bibtex below). @article{hu2020ogb, title={Open Graph Benchmark: Datasets for Machine Learning on Graphs}, author={Hu, Weihua and Fey, Matthias and Zitnik, Marinka and Dong, Yuxiao and Ren, Hongyu and Liu, Bowen and Catasta, Michele and Leskovec, Jure ...
PCQM4Mv2 | Open Graph Benchmark - ogb.stanford.edu
ogb.stanford.edu › docs › lscMar 01, 2019 · Learn about PCQM4Mv2 and Python package Dataset: Learn about the dataset and the prediction task. Python package tutorial Install rdkit: You will need rdkit>=2019.03.1 package to create molecular graphs. Dataset object: Learn about how to prepare and use the dataset with our package. Performance evaluator: Learn about how to evaluate models and save test submissions with our package. Initial ...
Get Started | Open Graph Benchmark
https://ogb.stanford.edu/docs/homeOverview. OGB contains graph datasets that are managed by data loaders. The loaders handle downloading and pre-processing of the datasets. Additionally, OGB has standardized evaluators and leaderboards to keep track of state-of-the-art results. The OGB components are closely tied to OGB Python package, as detailed below.