Stock-X
Related arXiv paper: arxiv.org/abs/2305.14378
This project is all about analysis of Stock Market and providing suggestions to stockholders to invest in right company
Note: The notebook used here (IPYNB) is made using Kaggle, a data-science and ML community website which provides free Jupyter Notebook environment to work on programs and GPUs and TPUs to work on Neural Networks easily.
Here's the ref link to Kaggle
Notebook link for CNN-LSTM: Click here
Docker Image link (contains bundled libraries): Click here
Libraries used:
- Tensorflow
- Keras
- Pandas
- Scikit-learn
- Matplotlib
- Seaborn
Neural Network type
Here CNN (with Time Distributed function) and Bi-LSTM combined Neural Network is used to train. Other algorithms like XGBoost, RNN-LSTM, LSTM-GRU are also added for comparison. Here are the links to view the notebooks directly. You can also view the results in the app created using Mercury which is deployed over Heroku (free dyno).