11# Versor: A PyTorch Framework for Geometric Algebra Deep Learning
22
3- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE ) [ ![ Python] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( https://www.python.org/downloads/ ) [ ![ PyTorch] ( https://img.shields.io/badge/PyTorch-2.0+-ee4c2c.svg )] ( https://pytorch.org/ )
3+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE ) [ ![ Python] ( https://img.shields.io/badge/python-3.9+-blue.svg )] ( https://www.python.org/downloads/ ) [ ![ PyTorch] ( https://img.shields.io/badge/PyTorch-2.0+-ee4c2c.svg )] ( https://pytorch.org/ ) [ ![ Docs ] ( https://img.shields.io/badge/docs-MkDocs-brightgreen )] ( https://concode0.github.io/Versor/ ) [ ![ DOI ] ( https://zenodo.org/badge/1149480519.svg )] ( https://doi.org/10.5281/zenodo.18939518 )
44
55> ** "There is a ceiling above standard Deep Learning that no one saw. Versor opens the door above it."**
66
7+ ** [ Read the Official Documentation] ( https://concode0.github.io/Versor/ ) **
8+
79![ Manifold Unbending Demo] ( /demo_manifold_comp.gif )
810
911## At a Glance
@@ -276,12 +278,14 @@ Versor/
276278
277279## Documentation
278280
279- * [ ** Philosophy** ] ( docs/philosophy.md ) : Why Geometric Algebra? The "unbending" paradigm.
280- * [ ** Tutorial** ] ( docs/tutorial.md ) : Step-by-step guide to building with Versor.
281- * [ ** Mathematics** ] ( docs/mathematical.md ) : Clifford Algebra, Rotors, Metric Signatures.
282- * [ ** Innovations (Code Examples)** ] ( docs/innovations.md ) : 10 code-illustrated innovations that make Versor unique.
283- * [ ** FAQ** ] ( docs/faq.md ) : Common questions and troubleshooting.
284- * [ ** Roadmap** ] ( docs/milestone.md ) : Upcoming work and research directions.
281+ ** [ Official Versor Documentation Website] ( https://concode0.github.io/Versor/ ) **
282+
283+ For a deep dive into the framework, please visit our official documentation site, which includes:
284+ * ** Philosophy** : Why Geometric Algebra? The "unbending" paradigm.
285+ * ** Mathematics** : Clifford Algebra, Rotors, Metric Signatures, and proofs.
286+ * ** Tutorial** : Step-by-step guide to building with Versor's geometric layers.
287+ * ** Innovations** : 10 code-illustrated features that make Versor unique.
288+ * ** API Reference** : Full documentation of ` core ` , ` layers ` , and ` functional ` modules.
285289
286290## License & Intellectual Property
287291
@@ -297,14 +301,15 @@ By releasing this under Apache 2.0, we provide a **perpetual, royalty-free paten
297301
298302``` bibtex
299303@software{kim2026versor,
300- author = {Kim, Eunkyum},
301- title = {Versor: Universal Geometric Algebra Neural Network},
302- url = {https://github.com/Concode0/versor},
303- version = {0.1.0},
304- year = {2026},
305- month = {2},
304+ author = {Kim, Eunkyum},
305+ title = {Versor: Universal Geometric Algebra Neural Network},
306+ url = {[https://github.com/Concode0/versor](https://github.com/Concode0/versor)},
307+ version = {1.0.0},
308+ year = {2026},
309+ month = {3},
310+ doi = {10.5281/zenodo.18939519},
306311 license = {Apache-2.0},
307- note = {ROK Patent Application 10-2026-0023023 (Geometric Blade Networks)}
312+ note = {ROK Patent Application 10-2026-0023023 (Geometric Blade Networks)}
308313}
309314```
310315
0 commit comments