Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjung94 committed Oct 20, 2020
1 parent e692ea4 commit 2fc3bcd
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,16 @@
|38|[Pipeline](Week8)|359|
|39|[TfmdLists and Datasets: Transformed Collections](Week8)|359|
|39|[Understanding fastai's Applications: Wrap Up](Week8)|373|
|40|[The Data, Our First Language Model from Scratch](#1-1)|373|
|40|[Our First Recurrent Neural Network](#1-2)|381|
|41|[Improving the RNN](#2-1)|381|
|41|[Creating More Signal](#2-2)|386|
|42|[Multilayer RNNs](#3-1)|386|
|42|[Exploding or Disappearing Activations](#3-2)|390|
|43|[LSTM](#4-1)|390|
|43|[Training a Language Model Using LSTMs](#4-2)|394|
|44|[Regularizing an LSTM](#5-1)|394|
|44|[Further Research](#5-2)|402|

---

59 changes: 59 additions & 0 deletions Week9/Sunday/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# List
| | Part | Page | Speaker 1 | Speaker 2 |
|:-:|:-----:|:----:|:---------:|:---------:|
|1|[The Data, Our First Language Model from Scratch](#1-1)|373| | |
|1|[Our First Recurrent Neural Network](#1-2)|381| | |
|2|[Improving the RNN](#2-1)|381| | |
|2|[Creating More Signal](#2-2)|386| | |
|3|[Multilayer RNNs](#3-1)|386| | |
|3|[Exploding or Disappearing Activations](#3-2)|390| | |
|4|[LSTM](#4-1)|390| | |
|4|[Training a Language Model Using LSTMs](#4-2)|394| | |
|5|[Regularizing an LSTM](#5-1)|394| | |
|5|[Further Research](#5-2)|402| | |



---

<div id="1-1"></div>
<div id="1-2"></div>

#### 1-1. The Data, Our First Language Model from Scratch / 1-2. Our First Recurrent Neural Network
* 발표자료 : [ ]()



<div id="2-1"></div>
<div id="2-2"></div>

#### 2-1. Improving the RNN / 2-2. Creating More Signal
* 발표자료 : [ ]()



<div id="3-1"></div>
<div id="3-2"></div>

#### 3-1. Multilayer RNNs / 3-2. Exploding or Disappearing Activations
* 발표자료 : [ ]()





<div id="4-1"></div>
<div id="4-2"></div>

#### 4-1. LSTM / 5-2. Further Research
* 발표자료 : [ ]()



<div id="5-1"></div>
<div id="5-2"></div>

#### 5-1. Regularizing an LSTM / 5-2. Understanding fastai's Applications: Wrap Up
* 발표자료 : [ ]()


59 changes: 59 additions & 0 deletions Week9/Tuesday/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# List
| | Part | Page | Speaker 1 | Speaker 2 |
|:-:|:-----:|:----:|:---------:|:---------:|
|1|[The Data, Our First Language Model from Scratch](#1-1)|373| | |
|1|[Our First Recurrent Neural Network](#1-2)|381| | |
|2|[Improving the RNN](#2-1)|381| | |
|2|[Creating More Signal](#2-2)|386| | |
|3|[Multilayer RNNs](#3-1)|386| | |
|3|[Exploding or Disappearing Activations](#3-2)|390| | |
|4|[LSTM](#4-1)|390| | |
|4|[Training a Language Model Using LSTMs](#4-2)|394| | |
|5|[Regularizing an LSTM](#5-1)|394| | |
|5|[Further Research](#5-2)|402| | |



---

<div id="1-1"></div>
<div id="1-2"></div>

#### 1-1. The Data, Our First Language Model from Scratch / 1-2. Our First Recurrent Neural Network
* 발표자료 : [ ]()



<div id="2-1"></div>
<div id="2-2"></div>

#### 2-1. Improving the RNN / 2-2. Creating More Signal
* 발표자료 : [ ]()



<div id="3-1"></div>
<div id="3-2"></div>

#### 3-1. Multilayer RNNs / 3-2. Exploding or Disappearing Activations
* 발표자료 : [ ]()





<div id="4-1"></div>
<div id="4-2"></div>

#### 4-1. LSTM / 5-2. Further Research
* 발표자료 : [ ]()



<div id="5-1"></div>
<div id="5-2"></div>

#### 5-1. Regularizing an LSTM / 5-2. Understanding fastai's Applications: Wrap Up
* 발표자료 : [ ]()


0 comments on commit 2fc3bcd

Please sign in to comment.