An open API service indexing awesome lists of open source software.

https://github.com/zainnasrullah/nlp-reddit-political-persuasion

Assignment 1 for Natural Language Processing. Seems to be really fun but a lot of work!
https://github.com/zainnasrullah/nlp-reddit-political-persuasion

Last synced: 3 months ago
JSON representation

Assignment 1 for Natural Language Processing. Seems to be really fun but a lot of work!

Awesome Lists containing this project

README

        

Studying the political swing of reddit posts. This analysis will eventually lead towards determining bias and identifying lies on social media in subsequent projects. Pretty exciting!

Note:
Unfortunately, due to its size, the source data cannot be made available in this repository. However, taking a look at the code should give one a good indication regarding how things work. The political categories include ("Left", "Right", "Center", "Alt"). In the original assignment, the best performing model was Adaboost with around 49% accuracy. In the bonus section with a uni-gram model, logistic regression was able to score 51% mean accuracy across K-fold cross-validation.