Within this directory you may find tutorials relative to the GRAPE library main submodules, Ensmallen and Embiggen. All the tutorials have all dependencies self-contained and are ready to be run on COLAB.
The currently available tutorials relative to the Ensmallen submodule are:
- Loading a graph in Ensmallen
- Automatic graph retrieval utilities
- First and Second order random walks
- High performance graph algorithms
- Graph generation
The currently available tutorials relative to the Embiggen submodule are:
- Using SkipGram to compute Cora's node embedding
- Using CBOW to compute Cora's node embedding
- Using GloVe to compute Cora's node embedding
- Using TransE to compute STRING's Species Tree node embedding
If you need any new feature, any new tutorial, or if you have anyother issue, do not hesitate opening an issue in the GRAPE repository. We will get back to you as soon as possible to answer your request. If you want to provide a new tutoring example please feel free to fork and create a new pull request add the notebook with the new tutorial. Make sure it has a working COLAB link!