News Classicatoin is done using RNN-LSTM model from keras
News headlines are web scrapped from moneycontrol.com
Label are generated based on moving average values of 5, 10, 15 days.
rnn_text.py contains code for text classification using LSTM model.
bi_rnn.py contains code for text classification using Bi directional-LSTM model.