We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2d45c commit 743ca9fCopy full SHA for 743ca9f
docs/_static/usage.png
@@ -0,0 +1 @@
1
+../../examples/usage.png
docs/index.md
@@ -1,5 +1,10 @@
# TensorFlow RiemOpt
2
3
+```{figure} _static/usage.png
4
+:align: right
5
+:width: 300px
6
+```
7
+
8
**TensorFlow RiemOpt** is a flexible, extensible library for Riemannian optimization and geometric deep learning in TensorFlow. It provides:
9
- Riemannian manifold classes with associated exponential and logarithmic maps, geodesics, and transports
10
- Riemannian optimizers (SGD, RMSProp, and adaptive methods such as Adam)
0 commit comments