Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pystencils_autodiff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephan Seitz
pystencils_autodiff
Commits
f6dacee6
Commit
f6dacee6
authored
5 years ago
by
Stephan Seitz
Browse files
Options
Downloads
Patches
Plain Diff
Fix output of example in README.rst
parent
e070c517
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
2 additions
and
2 deletions
README.rst
+
2
−
2
View file @
f6dacee6
...
@@ -78,8 +78,8 @@ You can see the derivatives with respective to the two inputs multiplied by the
...
@@ -78,8 +78,8 @@ You can see the derivatives with respective to the two inputs multiplied by the
Subexpressions:
Subexpressions:
Main Assignments:
Main Assignments:
\hat{
y
}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\hat{
x
}[0,0] ← diffz_C*(log(x_C*y_C) + 1)
\hat{
x
}[0,0] ← diffz_C*
y
_C/
x
_C
\hat{
y
}[0,0] ← diffz_C*
x
_C/
y
_C
You can also use the 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...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment