Predicting how the stock market will perform is one of the most challenging things to do. There are so many factors involved in the prediction. We can divide this into physical factors and psychological, rational and irrational behaviour, etc. All these aspects combine to make share prices volatile and very difficult to predict with a high degree of accuracy. Using features like the latest announcements about an organization, their quarterly revenue results, and other machine learning techniques have the potential to unearth patterns and insights we didn’t see before. These can be used to make accurate predictions. Implementation of a mix machine learning algorithms to predict the future stock price of the company, starting with simple algorithms like averaging and linear regression, and then move on to advanced techniques like the random forest to predict the stock for next 5 days as accurate as possible.
Technologies used
Discussion