jeleandro / twitter_sentiment_analysis_part6

Twitter sentiment analysis part 6: Doc2Vec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another Twitter Sentiment Analysis with Python - Part 6

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

Doc2Vec

prerequisite: Gensim

pip install gensim
  • DBOW (Distributed Bag of Words)
  • DMC (Distributed Memory Concatenated)
  • DMM (Distributed Memory Mean)
  • DBOW + DMC
  • DBOW + DMM

About

Twitter sentiment analysis part 6: Doc2Vec


Languages

Language:Jupyter Notebook 100.0%