update week 42

This commit is contained in:
Morten Hjorth-Jensen
2022-10-15 04:28:11 +09:00
parent 35e40414bc
commit 5744e3607f
9 changed files with 274 additions and 274 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ DATE: today
===== Using Automatic differentiation =====
In our discussions of ordinary differential equations
we will also study the usage of "Autograd":"https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" in computing gradients for deep learning. For the documentation of Autograd and examples see the lectures slides from "week 40":"https://compphysics.github.io/MachineLearning/doc/pub/week40/html/week40.html" and the "Autograd documentation":"https://github.com/HIPS/autograd".
we will also study the usage of "Autograd":"https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" in computing gradients for deep learning. For the documentation of Autograd and examples see the lectures slides from "week 39":"https://compphysics.github.io/MachineLearning/doc/pub/week39/html/week39.html" and the "Autograd documentation":"https://github.com/HIPS/autograd".
!split