/twitter_sentiment_analysis_part11

Twitter sentiment analysis part 11: Word2Vec with Convolutional Neural Network

Primary LanguageJupyter Notebook

Another Twitter Sentiment Analysis with Python - Part 11

Attached Jupyter Notebook is the part 11 of the Twitter Sentiment Analysis project I implemented as a capstone project for General Assembly's Data Science Immersive course.

Accompanying blog posts can be found from my Medium account: https://medium.com/@rickykim78

Below implementations can be found in the attached notebook.

Convolutional Neural Network with Word2Vec

prerequisite: TensorFlow, Keras, Gensim 3.2.0

pip install tensorflow
pip install keras
pip install gensim