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.
2525While the dataset is public, in this tutorial we provide a copy of the dataset
2626that has previously been preprocessed according to the needs of this LSTM
2727implementation. 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.
2932
3033Once the model is trained, you can test it with your own corpus using the
3134word-index dictionary
You can’t perform that action at this time.
0 commit comments