I trained my own machine learning model to predict the direction a stock would move the next day using a few things like past prices, volumes, EPS, historical profits, etc.<p>To check it’s accuracy I generated a prediction for everyday for the past year. Then I checked to see if the price went up from the previous day and I also check if that’s what the model predicted. For some crazy reason, the AI is predicting the movement of some stocks at 90%+ for high confidences (GOOG, AMZN, etc.).<p>I feel like my math is wrong somewhere but I am not sure. The app that has this is called Hubble Investing for iOS. If anyone checks the app out, let me know the email used, and I can give a free premium account to inspect the AI outcome.<p>I can also link to a GitHub repo, if anyone wants to check my math. I just feel like it’s not possible to have an AI that predicts so accurately!