/arxiv-twitterbot

Twitterbot that uses machine learning to curate interesting arXiv papers

Primary LanguagePythonMIT LicenseMIT

Brundage Bot

Brundage Bot is a twitter bot trained powered by a convolutional neural trained on Mile Brundage's curated arXiv tweets.

Download a utf-8 csv of the dataset: https://drive.google.com/file/d/0B34BjUTAgwm6SzdPWDAtVG1vWVU/

See the results on Twitter here: twitter.com/BrundageBot.

A few notes
  • The favorite and RT columns in miles_links.csv reflect the time when I downloaded each Tweet and are not up to date.
  • The Conv Net uses a different feature representation than the logistic regression model because I adapted it from one of my other projects and didn't bother to change the code, not for any technical reason.