Creating market sentiment prediction program that scrapes recent tweets to classify any stock as bullish, bearish, or neutral with approximately 50% accuracy.
Implemented using custom and out-of-box prediction models from Tensorflow and scikit-learn.
Deploying system to AWS Lambda for easier access and faster computation.
Initiated, planned, and executed a project to compare common RNN-based models on their ability to generate Reddit comments in styles of three subreddits in response to a prompt.
Compiled and synthesized almost 100 academic papers into executive summaries in the meta-research phase.
Modified code from an ACL-2019 paper on LSTM-based seq2seq comment generation with user feature embedding using TensorFlow.