Changes

Jump to navigation Jump to search
485 bytes added ,  16:32, 10 October 2017
python preprocessing.py
 
The second part of the code is where the deep neural network is. It will load in the pickle file you generated in the previous step and train the neural network. At the end, the well trained neural network will predict on your testing examples and print the accuracy. To run this part:
 
python classification_LSTM.py
 
Notice that the data preprocessing part usually only needs to be done once. The saved pickle file is basically a machine friendly code that can be loaded very fast.
==Data Preprocessing==
78

edits

Navigation menu