Skip to content

Commit

Permalink
Update presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Nov 21, 2024
1 parent 63bf658 commit 0849f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ L(w₁,w₂) = w₂*log(w₁) + √(w₂*log(w₁))
L(w₁,w₂) = w₂*log(w₁) + √(w₂*log(w₁))
using ForwardDiff
∂L(w₁,w₂) = ForwardDiff.gradient(L, [w₁,w₂]) # ???
∂L(w₁,w₂) = ForwardDiff.gradient(L, [w₁,w₂])
```

\emoji{green-square} Fast, simple for user, reuses code, stable, no $\epsilon$, handles any function
Expand Down

0 comments on commit 0849f87

Please sign in to comment.