🖥️ Projects

2019-05-26: Sentiment Analyzer Comparison with BTC

I'm currently using TextBlob to analyze the sentiment of tweets for a personal project; however, I read a blog post about Vader that seemed promising. Thus, I decided to test both out in hopes of finding which one was more accurate. While this is not a holistic analysis of the two, it was a fun exercise and I realized that I should take both into account and perhaps create a weight between the two.

2019-05-19: Bitcoin Price Forecast with ARIMA

I tried to forecast the price of Bitcoin using a general ARIMA model. My model was ultimately unsuccessful; however, it was a good experience translating skills I learned in R, to Python.