Understanding the Problem and Stack ( Litecoin Inference )
I decided to rip off the bandaid and use my Python skills to do some Data Science and retire R, as it really wasn't serving me to learn neural networks. The first thing I had to do was to figure out all the Python libraries and this is what I settled on: a client library for Twitter, a current stock data library, and a stock technical analysis library. After that, I found a great open API for NLP sentiment analysis. The next library I needed was data storage and manipulation. I used a db library to store the data and, finally, Numpy and Panda to manipulate the data while experimenting. This is what I built to solve the problem. I took around 1,000 tweets daily with the search term Litecoin and did sentiment analysis on them to find out of the 42 tweets per hour how many of those are positive, negative, or neutral, and stored that in a MySQL database table. Next, I took the stock data from Yahoo Finance and ran it through technical analysis software, looking...