aayushdewangan11 / Stock-Market-Prediction-using-Numerical-and-Textural-Analysis

A hybrid model for stock price/performance prediction using numerical analysis of historical stock prices, and sentimental analysis of news headlines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock-Market-Prediction-using-Numerical-and-Textural-Analysis

Objective: To create a hybrid model for stock price/performance prediction using numerical analysis of historical stock prices, and sentimental analysis of news headlines(of that particular day).

Extract Sentiment Scores from given newspaper headlines data, with the help of nltk's SentimentIntensityAnalyzer

I used LSTM (Long Short-Term Memory), to model the temporal effects of past events(both Textual, i.e the sentiment scores and Historical stock data) on opening prices

Achieved Training loss: 0.0479 and Validation loss: 0.0254

Achieved RMSE on the Test data : 475.102

Dataset:

About

A hybrid model for stock price/performance prediction using numerical analysis of historical stock prices, and sentimental analysis of news headlines


Languages

Language:Jupyter Notebook 100.0%