Sentiment Analysis using Recursive Neural Network
1.) Movie Reviews have been taken from Kaggle dataset.
2.) Dataset has been cleaned using Pandas and Numpy.
3.) Sentiment Analysis and Deep learning have been used.
4.) There's a Recursive Neural Network (RNN) with 1 hidden layer and 512 recursions for making the machine learn the distinction between good and bad reviews.
5.) The code will return 1 for "Good Review" and 0 for "Bad Review".