Skip to content

Geometric algebra attention mechanism for tensorflow, keras, pytorch, and jax

License

Notifications You must be signed in to change notification settings

klarh/geometric_algebra_attention

Repository files navigation

PyPI ReadTheDocs

Introduction

This is a library in development for implementing geometric algebra attention mechanisms (as detailed in the paper Geometric Algebra Attention Networks for Small Point Clouds in tensorflow, keras, pytorch, and jax.

Installation

The latest tagged version of geometric-algebra-attention is available on PyPI for installation via pip:

$ pip install geometric-algebra-attention

Alternatively, install the package from source:

$ git clone https://github.com/klarh/geometric_algebra_attention
$ pip install ./geometric_algebra_attention

Documentation

The documentation is available as standard sphinx documentation:

$ cd doc
$ pip install -r requirements.txt
$ make html

Automatically-built documentation is available at https://geometric-algebra-attention.readthedocs.io .

Examples

Jupyter notebook examples for various backends are available in the examples directory of the source repository.

About

Geometric algebra attention mechanism for tensorflow, keras, pytorch, and jax

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages