|
37 | 37 | - [Time Series](#time-series) |
38 | 38 | - [Reinforcement Learning](#reinforcement-learning) |
39 | 39 | - [Graph Machine Learning](#graph-machine-learning) |
| 40 | +- [Graph Manipulation](#graph-manipulation) |
40 | 41 | - [Learning-to-Rank & Recommender Systems](#learning-to-rank-&-recommender-systems) |
41 | 42 | - [Probabilistic Graphical Models](#probabilistic-graphical-models) |
42 | 43 | - [Probabilistic Methods](#probabilistic-methods) |
|
262 | 263 | * [pytorch_geometric_temporal](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) - Temporal Extension Library for PyTorch Geometric. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> |
263 | 264 | * [PyTorch Geometric Signed Directed](https://github.com/SherylHYX/pytorch_geometric_signed_directed) - A signed/directed graph neural network extension library for PyTorch Geometric. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> |
264 | 265 | * [dgl](https://github.com/dmlc/dgl) - Python package built to ease deep learning on graph, on top of existing DL frameworks. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> <img height="20" src="img/tf_big2.png" alt="TensorFlow"> <img height="20" src="img/mxnet_big.png" alt="MXNet based"> |
| 266 | +* [GRAPE](https://github.com/AnacletoLAB/grape/tree/main) - GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations |
265 | 267 | * [Spektral](https://github.com/danielegrattarola/spektral) - Deep learning on graphs. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
266 | 268 | * [StellarGraph](https://github.com/stellargraph/stellargraph) - Machine Learning on Graphs. <img height="20" src="img/tf_big2.png" alt="TensorFlow"> <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
267 | 269 | * [Graph Nets](https://github.com/google-deepmind/graph_nets) - Build Graph Nets in Tensorflow. <img height="20" src="img/tf_big2.png" alt="TensorFlow"> |
|
273 | 275 | * [Little Ball of Fur](https://github.com/benedekrozemberczki/littleballoffur) - A library for sampling graph structured data. |
274 | 276 | * [GreatX](https://github.com/EdisonLeeeee/GreatX) - A graph reliability toolbox based on PyTorch and PyTorch Geometric (PyG). <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> |
275 | 277 | * [Jraph](https://github.com/google-deepmind/jraph) - A Graph Neural Network Library in Jax. |
| 278 | + |
| 279 | + |
| 280 | +## Graph Manipulation |
| 281 | +* [Networkx](https://github.com/networkx/networkx) - Network Analysis in Python. |
| 282 | +* [Rustworkx](https://github.com/Qiskit/rustworkx) - A high performance Python graph library implemented in Rust. |
| 283 | +* [graph-tool](https://graph-tool.skewed.de/) - an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). |
| 284 | +* [igraph](https://github.com/igraph/python-igraph) - Python interface for igraph. |
276 | 285 |
|
277 | 286 | ## Learning-to-Rank & Recommender Systems |
278 | 287 | * [LightFM](https://github.com/lyst/lightfm) - A Python implementation of LightFM, a hybrid recommendation algorithm. |
|
0 commit comments