We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a16ed9e + 5065216 commit daf4800Copy full SHA for daf4800
1 file changed
doc/lstm.txt
@@ -25,7 +25,10 @@ recurrent neural network on the Large Movie Review Dataset dataset.
25
While the dataset is public, in this tutorial we provide a copy of the dataset
26
that has previously been preprocessed according to the needs of this LSTM
27
implementation. Running the code provided in this tutorial will automatically
28
-download the data to the local directory.
+download the data to the local directory. In order to use your own data, please
29
+use a (`preprocessing script
30
+<https://raw.githubusercontent.com/kyunghyuncho/DeepLearningTutorials/master/code/imdb_preprocess.py>`_)
31
+provided as a part of this tutorial.
32
33
Once the model is trained, you can test it with your own corpus using the
34
word-index dictionary
0 commit comments