Metadata-Version: 1.2
Name: graphgallery
Version: 0.1.2
Summary: Geometric Deep Learning Extension Library for TensorFlow
Home-page: https://github.com/EdisonLeeeee/Graphgallery
Author: Jintang Li
Author-email: cnljt@outlook.com
License: UNKNOWN
Download-URL: https://github.com/EdisonLeeeee/Graphgallery/archive/0.1.2.tar.gz
Description: # GraphGallery
        
        A gallery of state-of-the-arts graph neural networks.. 
        
        Implemented with Tensorflow 2.x.
        
        This repo aims to achieve 4 goals:
        + Similar (or higher) performance with the corresponding papers
        + Faster implementation of training and testing
        + Simple and convenient to use, high scalability
        + Easy to read source codes
        
        # Requirements
        
        + python>=3.7
        + tensorflow>=2.1 (2.1 is recommended)
        + networkx==2.3
        + scipy>=1.4.1
        + sklearn>=0.22
        + numpy>=1.18.1
        + numba>=0.48
        + gensim>=3.8.1
        
        Extral packages (not necessary）:
        
        + metis==0.2a4
        + texttable
        
        To install **metis**, jus type:
        ```bash
        sudo apt-get install libmetis-dev 
        pip install metis
        ```
        
        To install **texttable**, just type:
        
        ```bash
        pip install texttable
        ```
        
        
Keywords: tensorflow,geometric-deep-learning,graph-neural-networks
Platform: UNKNOWN
Requires-Python: >=3.6
