Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 499 Bytes

File metadata and controls

4 lines (4 loc) · 499 Bytes

Stock-Market-Prediction-using-ARIMA-and-Neural-Network

Stock Market Prediction in R Predicting stock values has always been a beneficial for the buyers to get profits.Our project Stock market prediction from the previous stock values form the dataset UKCPI. We predicted the future stock using the previous stock values by passing them to ARIMA(Auto Regressive Integrated Moving Average) model and the output of the ARIMA model to passed to Neural Network to predict the stock values accurately.