You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repository contains PyTorch code for training and visualising (through heat
5
5
## Recurrent Neural Networks
6
6
Recurrent Nets are Neural Network architecure for modelling sequences. The code in the repository is about the 2 main variants of RNN :- **LSTM and GRU**. <br>
7
7
The working of RNN can be summarized in the following gif
8
-
<imgsrc="assets/rnn.gif"height="400"width="400"/>
8
+
<imgsrc="assets/rnn.gif"height="400"width="500"/>
9
9
10
10
The input to the RNN in our case is vectorized representation of characters.
0 commit comments