Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klarh/flowws-keras-geometry
flowws modules for deep learning with geometric algebra
https://github.com/klarh/flowws-keras-geometry
Last synced: 7 days ago
JSON representation
flowws modules for deep learning with geometric algebra
- Host: GitHub
- URL: https://github.com/klarh/flowws-keras-geometry
- Owner: klarh
- License: mit
- Created: 2021-04-19T17:32:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T21:24:31.000Z (11 months ago)
- Last Synced: 2024-03-15T08:22:36.365Z (8 months ago)
- Language: Python
- Size: 104 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flowws Modules for Geometric Algebra Attention Experiments
`flowws-keras-geometry` is a set of
[flowws](https://flowws.readthedocs.io) modules to train machine
learning models using geometric algebra operations in tensorflow and
keras. It contains modules for data sources, architectures for sample
tasks, and analysis and visualization of trained models.## Installation
Install `flowws-keras-geometry` from source:
```
pip install git+https://github.com/klarh/flowws-keras-geometry.git#egg=flowws-keras-geometry
```## API Documentation
Build the sphinx documentation from source:
```
git clone https://github.com/klarh/flowws-keras-geometry
cd flowws-keras-geometry/doc
pip install -r requirements.txt
make html
```