Skip to content

Commit

Permalink
new post: reverse mode autodiff
Browse files Browse the repository at this point in the history
  • Loading branch information
flothesof committed Feb 13, 2024
1 parent 23732ad commit 155383a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/20180127_RayTracingNumpyAutograd.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lang: en
date: 2018-01-28 00:05
comments: true
slug: ray-tracing-numpy-autograd
Tags: Physics, Numerical physics
Tags: Physics, Numerical physics, Derivatives
Category: Python
Summary: Following a recent tweet, this blog post investigates the use of autograd for the ray tracing problem in the context of numerical computing with Numpy.

Expand Down
11 changes: 11 additions & 0 deletions content/20240212_AutoDiffReverseMode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Title: A tiny reverse mode automatic differentiation example
lang: en
date: 2024-02-13 11:02
comments: true
slug: tiny-reverse-mode-automatic-differentiation-example
Tags: Mathematics, Derivatives
Category: Python
Image: /images/thumbnail_20240212_AutoDiffReverseMode.png
Summary: A step further towards understanding automatic differentiation, this time with a tiny example of how to apply the reverse mode.

{% notebook posts/20240212_AutoDiffReverseMode.ipynb cells[:] %}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/posts

0 comments on commit 155383a

Please sign in to comment.