File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,10 @@ recurrent neural network on the Large Movie Review Dataset dataset.
25
25
While the dataset is public, in this tutorial we provide a copy of the dataset
26
26
that has previously been preprocessed according to the needs of this LSTM
27
27
implementation. Running the code provided in this tutorial will automatically
28
- download the data to the local directory.
28
+ 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.
29
32
30
33
Once the model is trained, you can test it with your own corpus using the
31
34
word-index dictionary
You can’t perform that action at this time.
0 commit comments