Skip to content
Snippets Groups Projects
Commit 32c10edf authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Update README.rst

parent 316741c4
Branches
Tags 0.1.3
No related merge requests found
Pipeline #17052 failed
...@@ -34,7 +34,7 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a ...@@ -34,7 +34,7 @@ or if you downloaded this `repository <https://github.com/theHamsta/pystencils_a
Usage Usage
----- -----
Create a :class:`pystencils.AssignmentCollection` with pystencils: Create a `pystencils.AssignmentCollection` with pystencils:
.. code-block:: python .. code-block:: python
...@@ -74,7 +74,7 @@ You can see the derivatives with respective to the two inputs multiplied by the ...@@ -74,7 +74,7 @@ You can see the derivatives with respective to the two inputs multiplied by the
\hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1) \hat{y}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\hat{x}[0,0] ← diffz_C*y_C/x_C \hat{x}[0,0] ← diffz_C*y_C/x_C
You can also use the class :class:`.AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow... You can also use the class `AutoDiffOp` to obtain both the assignments (if you are curious) and auto-differentiable operations for Tensorflow...
.. code-block:: python .. code-block:: python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment