TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why is my AI predicting stock movement at 90%+?

4 点作者 bigman113将近 3 年前

2 条评论

rossdavidh将近 3 年前
So, one thing that occurs to me, is that it took a long, long, long time before weather prediction models could improve on "it will be about the same as yesterday". So, you might want to test your code on something like, say, "it will move the same amount as yesterday, in the same direction" and see if that also gets 90%. Not saying it would, just that this is a thing you should check.
bigman113将近 3 年前
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!
评论 #31953991 未加载