Skip to content

Commit f3b5562

Browse files
committed
updates
1 parent 1134f81 commit f3b5562

5 files changed

Lines changed: 1243 additions & 1164 deletions

File tree

_sources/Week_06.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# <span style="color: blue;"><b>Convolutional and Recurrent Neural Networks</b></span>
1+
# <span style="color: blue;"><b>Recurrent and Convolutional Neural Networks</b></span>
22

33
## *Overview*
4-
You will learn the basics of Convolutional and Recurrent Neural Networks
4+
You will learn the basics of Recurrent and Convolutional Neural Networks
55

66
## *Goals*
7-
* Learn about Convolutional and Recurrent Neural Networks
7+
* Learn about Recurrent and Convolutional Neural Networks
88

99
## *Lecture Materials*
1010
* [Slides](https://docs.google.com/presentation/d/1cDFVtEVGLaWd4256OShSb3Roto0x4y4GwG6LkhVozg0/edit?usp=sharing)
11-
* {doc}`lectures/ConvolutionalRecurrentNeuralNetworks`
11+
* {doc}`lectures/RecurrentNeuralNetworks`
12+
* {doc}`lectures/ConvolutionalNeuralNetworks`
1213

1314
## *Homework Assignment*
1415
* {doc}`homework/Homework_06`

_sources/lectures/ConvolutionalNeuralNetworks.ipynb

Lines changed: 851 additions & 0 deletions
Large diffs are not rendered by default.

_sources/lectures/ConvolutionalRecurrentNeuralNetworks.ipynb

Lines changed: 0 additions & 1158 deletions
This file was deleted.

_sources/lectures/RecurrentNeuralNetworks.ipynb

Lines changed: 384 additions & 0 deletions
Large diffs are not rendered by default.

_toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ chapters:
5050
- file: _sources/lectures/ArtificialNeuralNetworks
5151
- file: _sources/lectures/DeepLearning.ipynb
5252
- file: _sources/homework/Homework_05
53-
- file: _sources/Week_06 # Convolutional and Recurrent Neural Networks
53+
- file: _sources/Week_06 # Recurrent and Convolutional Neural Networks
5454
sections:
5555
- url: https://docs.google.com/presentation/d/1cDFVtEVGLaWd4256OShSb3Roto0x4y4GwG6LkhVozg0/edit?usp=sharing
5656
title: Slides
57-
- file: _sources/lectures/ConvolutionalRecurrentNeuralNetworks
57+
- file: _sources/lectures/RecurrentNeuralNetworks
58+
- file: _sources/lectures/ConvolutionalNeuralNetworks
5859
- file: _sources/homework/Homework_06
5960
- file: _sources/Week_07 # Geometric Deep Learning and Graph Neural Networks
6061
sections:

0 commit comments

Comments
 (0)