This commit is contained in:
Morten Hjorth-Jensen
2022-10-26 06:25:50 +02:00
parent c9a3c8a972
commit b84e394d58
7 changed files with 316 additions and 207 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
ATITLE: Week 43: Deep Learning: Convolutional Neural Networks and Recurrent Neural Networks
TITLE: Week 43: Deep Learning: Convolutional Neural Networks and Recurrent Neural Networks
AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics, University of Oslo & Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University
DATE: today
@@ -27,7 +27,7 @@ DATE: today
!bblock CNN readings
o "Goodfellow, Bengio, Courville, chapter 9":"https://www.deeplearningbook.org/contents/convnets.html"
o "Lectures from CS231 at Stanford":"http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture5.pdf"
o We will follow to a large extent the "lectures from CS231 at Stanford":"http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture5.pdf"
o "Michael Nielsen's book is a must read, in particular chapter 6 which deals with CNNs":"http://neuralnetworksanddeeplearning.com/chap6.html".
!eblock