This commit is contained in:
Morten Hjorth-Jensen
2022-10-15 19:45:28 +02:00
parent 264366a502
commit 5d909644ff
80 changed files with 10234 additions and 9812 deletions
+7
View File
@@ -23,6 +23,13 @@ For a more in depth discussion on neural networks we recommend Goodfellow et al
!split
===== Review of the back propagation algorithm =====
During the last lecture we discussed in detail the back propagation
algorithm. This algorithm is based on a repeated application of the
chain rule. Let us bring back the basic equation and at the same time
link this with the basic mathematics of automatic differentiation.
!split
===== Setting up the Back propagation algorithm =====