Neural network to classify movie review as positive or negative.
How to use:
To train the neural network, run GenerateModel.py
To use the neural network to test a file, save the file in this folder as test.txt and run ClassifyData.py
Python3.7 is not supported, use Python2.7 or Python3.6 for best results.