Experiments on Stock Price Forecasting using LSTMs and Stock Trading using Reinforcement Learning. Work done for the 6th semester Mini Project with @pbcpraveen and @RamKaushikR.
We used the stock market data for Apple (aapl.us.txt
) from the Huge Stock Market Dataset, which is available on Kaggle.
-
Stock Price Forecasting using LSTMs (ForecastingLSTM.ipynb)
-
Stock Trading using Deep Q Learning (TradingDeepQNetwork.ipynb)
-
Stock Trading using Actor-Critic Method (TradingActorCritic.ipynb)