Skip to content

Commit c21e5fc

Browse files
authored
Add Graph Manipulation section to README
Added new section for Graph Manipulation libraries and included several relevant libraries.
1 parent 226621f commit c21e5fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- [Time Series](#time-series)
3838
- [Reinforcement Learning](#reinforcement-learning)
3939
- [Graph Machine Learning](#graph-machine-learning)
40+
- [Graph Manipulation](#graph-manipulation)
4041
- [Learning-to-Rank & Recommender Systems](#learning-to-rank-&-recommender-systems)
4142
- [Probabilistic Graphical Models](#probabilistic-graphical-models)
4243
- [Probabilistic Methods](#probabilistic-methods)
@@ -262,6 +263,7 @@
262263
* [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">
263264
* [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">
264265
* [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
265267
* [Spektral](https://github.com/danielegrattarola/spektral) - Deep learning on graphs. <img height="20" src="img/keras_big.png" alt="Keras compatible">
266268
* [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">
267269
* [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,6 +275,13 @@
273275
* [Little Ball of Fur](https://github.com/benedekrozemberczki/littleballoffur) - A library for sampling graph structured data.
274276
* [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">
275277
* [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.
276285

277286
## Learning-to-Rank & Recommender Systems
278287
* [LightFM](https://github.com/lyst/lightfm) - A Python implementation of LightFM, a hybrid recommendation algorithm.

0 commit comments

Comments
 (0)