├── .DS_Store ├── .ipynb_checkpoints └── stock_price_movement_random_forest-checkpoint.ipynb ├── README.md ├── data ├── .DS_Store ├── NFLX_2017-01-03.csv ├── test.csv └── train.csv ├── figs_4_6 ├── .DS_Store ├── Fig4_RF.png ├── Fig5_FFNN.png ├── Fig6_CNN.png └── Fig7_RNN.png ├── get_stock_transaction_for_one_company.py ├── images_CNN ├── .DS_Store ├── simplified_graph.png └── tensorboard_graph.png ├── images_FFNN ├── simplified_flowchart.png └── tensorboard_graph.png ├── images_RNN ├── simplified_flowchart.png └── tensorboard graph.png ├── stock_price_movement_CNN.py ├── stock_price_movement_FFNN.py ├── stock_price_movement_RNN.py ├── stock_price_movement_random_forest.ipynb └── tables ├── .DS_Store ├── table1_train_test_sets_structure.png ├── table2_feature_engineering.png ├── table3_labelling.png └── table4_results_summary.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/.DS_Store -------------------------------------------------------------------------------- /.ipynb_checkpoints/stock_price_movement_random_forest-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/.ipynb_checkpoints/stock_price_movement_random_forest-checkpoint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/README.md -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/NFLX_2017-01-03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/data/NFLX_2017-01-03.csv -------------------------------------------------------------------------------- /data/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/data/test.csv -------------------------------------------------------------------------------- /data/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/data/train.csv -------------------------------------------------------------------------------- /figs_4_6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/figs_4_6/.DS_Store -------------------------------------------------------------------------------- /figs_4_6/Fig4_RF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/figs_4_6/Fig4_RF.png -------------------------------------------------------------------------------- /figs_4_6/Fig5_FFNN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/figs_4_6/Fig5_FFNN.png -------------------------------------------------------------------------------- /figs_4_6/Fig6_CNN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/figs_4_6/Fig6_CNN.png -------------------------------------------------------------------------------- /figs_4_6/Fig7_RNN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/figs_4_6/Fig7_RNN.png -------------------------------------------------------------------------------- /get_stock_transaction_for_one_company.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/get_stock_transaction_for_one_company.py -------------------------------------------------------------------------------- /images_CNN/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_CNN/.DS_Store -------------------------------------------------------------------------------- /images_CNN/simplified_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_CNN/simplified_graph.png -------------------------------------------------------------------------------- /images_CNN/tensorboard_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_CNN/tensorboard_graph.png -------------------------------------------------------------------------------- /images_FFNN/simplified_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_FFNN/simplified_flowchart.png -------------------------------------------------------------------------------- /images_FFNN/tensorboard_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_FFNN/tensorboard_graph.png -------------------------------------------------------------------------------- /images_RNN/simplified_flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_RNN/simplified_flowchart.png -------------------------------------------------------------------------------- /images_RNN/tensorboard graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/images_RNN/tensorboard graph.png -------------------------------------------------------------------------------- /stock_price_movement_CNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/stock_price_movement_CNN.py -------------------------------------------------------------------------------- /stock_price_movement_FFNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/stock_price_movement_FFNN.py -------------------------------------------------------------------------------- /stock_price_movement_RNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/stock_price_movement_RNN.py -------------------------------------------------------------------------------- /stock_price_movement_random_forest.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/stock_price_movement_random_forest.ipynb -------------------------------------------------------------------------------- /tables/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/tables/.DS_Store -------------------------------------------------------------------------------- /tables/table1_train_test_sets_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/tables/table1_train_test_sets_structure.png -------------------------------------------------------------------------------- /tables/table2_feature_engineering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/tables/table2_feature_engineering.png -------------------------------------------------------------------------------- /tables/table3_labelling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/tables/table3_labelling.png -------------------------------------------------------------------------------- /tables/table4_results_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jingyi-Luo/Stock_Price_Movement_Prediction_RNN_CNN_FFNN/HEAD/tables/table4_results_summary.png --------------------------------------------------------------------------------