You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project on natural language processing, which adopted a deep neural network to recognise a movie comment is postive or negative. The Sentiment_Classification_Projects.ipynb constructs the network by self-programming with only a numpy package. The Sentiment_RNN.ipynb takes advantage of TFLearn based on Tensorflow.