From 3c3ed061e17a2b27101543e927e3d6cc736ad31f Mon Sep 17 00:00:00 2001 From: Mudit Bhardwaj Date: Fri, 27 Oct 2017 23:27:37 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a68a0a2..1e570a2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This repository contains PyTorch code for training and visualising (through heatmaps) Recurrent Neural Networks. ## Recurrent Neural Networks -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**.
-The working of RNN can be summarized in the following gif +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**.
+The working of RNN can be summarized in the following gif :- The input to the RNN in our case is vectorized representation of characters. @@ -37,7 +37,7 @@ The simple folder contains code for implementing an RNN from scratch (without us In all three repositories run > python train.py --path/to/data -Check the argument parser code to know more about the arguments available +Check the argument parser code to know more about the arguments available. ## Visualization @@ -51,4 +51,4 @@ Then run Please see the argument parsers as well as the files that are being loaded and saved!! (if you are still facing problems file an issue here (code and installation related issues only)). -This code has been used for [ __this__ ](https://euler16.github.io/cs/2017/07/01/playing-with-rnn.html) blog post. \ No newline at end of file +This code has been used for [ __this__ ](https://euler16.github.io/cs/2017/07/01/playing-with-rnn.html) blog post.