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

https://github.com/ecrows/muta-2021

Simple Transformer User Embeddings
https://github.com/ecrows/muta-2021

Last synced: 8 months ago
JSON representation

Simple Transformer User Embeddings

Awesome Lists containing this project

README

          

Experiments for the paper *Mean User-Text Agglomeration (MUTA): Practical User Representation and Visualization for Detection of Online Influence Operations*.

Reddit data can be obtained using the [Reddit API Python wrapper](https://praw.readthedocs.io/en/stable/) or via the [PushShift.io project](https://pushshift.io/).

## Requirements

- UMAP
- SpaCy (with en_core_web_md model)
- HDBSCAN
- matplotlib
- numpy
- pandas
- bokeh
- colorcet
- feather-format