summaryrefslogtreecommitdiff
path: root/src/python/doc/differentiation_sum.inc
diff options
context:
space:
mode:
authorMathieuCarriere <mathieu.carriere3@gmail.com>2021-10-19 12:27:06 +0200
committerMathieuCarriere <mathieu.carriere3@gmail.com>2021-10-19 12:27:06 +0200
commitfc1c33d19c7d50d01bacb61529badbde8217ce7e (patch)
tree645913a5cdb779d6f6c5e4ddfab17d43665576a3 /src/python/doc/differentiation_sum.inc
parent160c0a9832f84b6c12e507388982133ec81be278 (diff)
update on python documentation
Diffstat (limited to 'src/python/doc/differentiation_sum.inc')
-rw-r--r--src/python/doc/differentiation_sum.inc22
1 files changed, 9 insertions, 13 deletions
diff --git a/src/python/doc/differentiation_sum.inc b/src/python/doc/differentiation_sum.inc
index 30188e0b..7340d24d 100644
--- a/src/python/doc/differentiation_sum.inc
+++ b/src/python/doc/differentiation_sum.inc
@@ -1,14 +1,10 @@
-.. table::
- :widths: 30 40 30
+. list-table::
+ :widths: 40 30 30
+ :header-rows: 0
- +------------------------------------------------------------------+----------------------------------------------------------------+-------------------------------------------------------------+
- | .. figure:: | Deep learning models for differentiating persistence diagrams. | :Author: Mathieu Carrière |
- | img/ripsTF.png | | |
- | | | :Since: GUDHI 3.1.0 |
- | | | |
- | | | :License: MIT |
- | | | |
- | | | :Requires: `TensorFlow 2 <installation.html#tensorflow>`_ |
- +------------------------------------------------------------------+----------------------------------------------------------------+-------------------------------------------------------------+
- | * :doc:`differentiation` |
- +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
+ * - :Since: GUDHI 3.5.0
+ - :License: MIT
+ - :Requires: `TensorFlow <installation.html#tensorflow>`_
+
+We provide TensorFlow 2 models that can handle automatic differentiation for the computation of persistence diagrams from complexes available in the Gudhi library.
+This includes simplex trees, cubical complexes and Vietoris-Rips complexes.