Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ From source:
pip install git+https://github.com/igorrivin/graphem.git
```

## Quick Start
## Quick Start [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/igorrivin/graphem/blob/main/examples/graphem_jax_notebook.ipynb)

### Graph Embedding

Expand Down Expand Up @@ -118,10 +118,6 @@ ge.report_full_correlation_matrix(
results['node_load']
)
```
### Google Colab Notebook

You can check out most of the graphem features in Google Colab by running the demo notebook [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/igorrivin/graphem/blob/main/examples/graphem_notebook.ipynb)


## Key Components

Expand All @@ -147,7 +143,7 @@ The `examples/` directory contains:
- `graph_generator_example.py` - Generate and visualize various graph embeddings
- `random_regular_example.py` - Random regular graph analysis with GraphEm
- `real_world_datasets_example.py` - Work with real world datasets (based on Facebook, arXiv, and Wikipedia data)
- `graphem_notebook.ipynb` - Interactive Jupyter notebook with examples and visualizations
- `graphem_jax_notebook.ipynb` - Interactive Jupyter notebook with examples and visualizations

## Testing

Expand Down
Loading