From d0d792ad28a030111e5a461e6a7b17e0f483a132 Mon Sep 17 00:00:00 2001 From: Dawn Stone Date: Tue, 21 Feb 2017 14:48:35 -0800 Subject: [PATCH] fixed the document link to SentimentClassification/IMDB and fixed the outline levels to match the first section to resolve issue #16 --- NLP/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NLP/readme.md b/NLP/readme.md index b373997..2ae8848 100644 --- a/NLP/readme.md +++ b/NLP/readme.md @@ -14,9 +14,9 @@ Weston, Jason, et al. arXiv preprint arXiv:1502.05698 (2015). ``` -### Sentiment classification +## Sentiment classification -## [IMDB](./IMDB) +### [IMDB](./SentimentClassification/IMDB) LSTM model for solving the IMDB sentiment classification task.