tthustla / twitter_sentiment_analysis_part10

Twitter sentiment analysis part 9: Neural Networks with Doc2Vec, Word2Vec, GloVe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another Twitter Sentiment Analysis with Python - Part 10

Attached Jupyter Notebook is the part 10 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.

Neural Network with Doc2Vec/Word2Vec/GloVe

prerequisite: Theano, Keras, Gensim 3.2.0

pip install tensorflow
pip install keras
pip install gensim

About

Twitter sentiment analysis part 9: Neural Networks with Doc2Vec, Word2Vec, GloVe


Languages

Language:Jupyter Notebook 100.0%