├── README.md ├── code ├── ARIMAModel_2009_2019_BML.ipynb ├── ARIMAModel_2009_2019_BML_ver1.5.ipynb ├── CNN_generate_chart_BML.ipynb ├── LSTM-baseline_keras.ipynb ├── LSTM.py ├── StockChartCNN.ipynb ├── cnn.py ├── fusion.py ├── plot-cnn.ipynb └── plot_lstm.ipynb ├── data ├── dji_2009-2019.csv └── sp500_paper_dataset.xlsx ├── papers, references ├── Fusion LSTM-CNN in Stock Pred..pdf ├── Hybrid Neural Network in Stock Pred..pdf └── VN Index Prediction.pdf └── report_presentation ├── StockPredictionFinalPresentation.pdf └── StockPredictionFinalReport.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/README.md -------------------------------------------------------------------------------- /code/ARIMAModel_2009_2019_BML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/ARIMAModel_2009_2019_BML.ipynb -------------------------------------------------------------------------------- /code/ARIMAModel_2009_2019_BML_ver1.5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/ARIMAModel_2009_2019_BML_ver1.5.ipynb -------------------------------------------------------------------------------- /code/CNN_generate_chart_BML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/CNN_generate_chart_BML.ipynb -------------------------------------------------------------------------------- /code/LSTM-baseline_keras.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/LSTM-baseline_keras.ipynb -------------------------------------------------------------------------------- /code/LSTM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/LSTM.py -------------------------------------------------------------------------------- /code/StockChartCNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/StockChartCNN.ipynb -------------------------------------------------------------------------------- /code/cnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/cnn.py -------------------------------------------------------------------------------- /code/fusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/fusion.py -------------------------------------------------------------------------------- /code/plot-cnn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/plot-cnn.ipynb -------------------------------------------------------------------------------- /code/plot_lstm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/code/plot_lstm.ipynb -------------------------------------------------------------------------------- /data/dji_2009-2019.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/data/dji_2009-2019.csv -------------------------------------------------------------------------------- /data/sp500_paper_dataset.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/data/sp500_paper_dataset.xlsx -------------------------------------------------------------------------------- /papers, references/Fusion LSTM-CNN in Stock Pred..pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/papers, references/Fusion LSTM-CNN in Stock Pred..pdf -------------------------------------------------------------------------------- /papers, references/Hybrid Neural Network in Stock Pred..pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/papers, references/Hybrid Neural Network in Stock Pred..pdf -------------------------------------------------------------------------------- /papers, references/VN Index Prediction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/papers, references/VN Index Prediction.pdf -------------------------------------------------------------------------------- /report_presentation/StockPredictionFinalPresentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/report_presentation/StockPredictionFinalPresentation.pdf -------------------------------------------------------------------------------- /report_presentation/StockPredictionFinalReport.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hthoai/stock-price-prediction/HEAD/report_presentation/StockPredictionFinalReport.pdf --------------------------------------------------------------------------------