Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jameslmartin/subreddit-recommendations

COMP 790 final project using Kaggle's dataset of reddit comments from May 2015
https://github.com/jameslmartin/subreddit-recommendations

Last synced: about 1 month ago
JSON representation

COMP 790 final project using Kaggle's dataset of reddit comments from May 2015

Awesome Lists containing this project

README

        

### Goal
Train a model that classifies very unstructured text like Reddit comments to see if a recommendation engine could be built.
If subreddits cluster together, nearest clusters may be other subreddits that are "related" or "interesting" to a user.

### Results
Please view the final report PDF located in this repository @ martin-790-final-report.pdf

#### Contact
[email protected]

#### Acknowledgements
Kaggle for uploading the data set and great tutorials on Python's gensim and sklearn libraries