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
+6 -4
View File
@@ -8,7 +8,8 @@ doconce format html week43.do.txt --pygments_html_style=default --html_style=blo
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/doconce/doconce/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<meta name="description" content="Week 43: Deep Learning: Convolutional Neural Networks and Recurrent Neural Networks">
<title>Week 43: Deep Learning: Convolutional Neural Networks and Recurrent Neural Networks</title>
<style type="text/css">
/* bloodish style */
body {
@@ -306,7 +307,9 @@ MathJax.Hub.Config({
<!-- ------------------- main content ---------------------- -->
<p>ATITLE: Week 43: Deep Learning: Convolutional Neural Networks and Recurrent Neural Networks
<center>
<h1>Week 43: Deep Learning: Convolutional Neural Networks and Recurrent Neural Networks</h1>
</center> <!-- document title -->
<!-- author(s): Morten Hjorth-Jensen -->
<center>
@@ -324,7 +327,6 @@ MathJax.Hub.Config({
<h4>Oct 26, 2022</h4>
</center> <!-- date -->
<br>
</p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="plans-for-week-43">Plans for week 43 </h2>
@@ -362,7 +364,7 @@ MathJax.Hub.Config({
<p>
<ol>
<li> <a href="https://www.deeplearningbook.org/contents/convnets.html" target="_blank">Goodfellow, Bengio, Courville, chapter 9</a></li>
<li> <a href="http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture5.pdf" target="_blank">Lectures from CS231 at Stanford</a></li>
<li> We will follow to a large extent the <a href="http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture5.pdf" target="_blank">lectures from CS231 at Stanford</a></li>
<li> <a href="http://neuralnetworksanddeeplearning.com/chap6.html" target="_blank">Michael Nielsen's book is a must read, in particular chapter 6 which deals with CNNs</a>.</li>
</ol>
</div>