├── Models ├── model_120.h5 ├── model_150.h5 ├── model_180.h5 ├── model_210.h5 ├── model_240.h5 ├── model_270.h5 ├── model_300.h5 ├── model_330.h5 ├── model_60.h5 └── model_90.h5 ├── README.md ├── RawData ├── FB.csv └── GOOGL.csv ├── Run.py └── Scratch ├── Keras ├── .DS_Store ├── pollution.csv ├── practice1.py ├── practice2.py └── row.csv ├── Parse.py └── Quant.py /Models/model_120.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_120.h5 -------------------------------------------------------------------------------- /Models/model_150.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_150.h5 -------------------------------------------------------------------------------- /Models/model_180.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_180.h5 -------------------------------------------------------------------------------- /Models/model_210.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_210.h5 -------------------------------------------------------------------------------- /Models/model_240.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_240.h5 -------------------------------------------------------------------------------- /Models/model_270.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_270.h5 -------------------------------------------------------------------------------- /Models/model_300.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_300.h5 -------------------------------------------------------------------------------- /Models/model_330.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_330.h5 -------------------------------------------------------------------------------- /Models/model_60.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_60.h5 -------------------------------------------------------------------------------- /Models/model_90.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Models/model_90.h5 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /RawData/FB.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/RawData/FB.csv -------------------------------------------------------------------------------- /RawData/GOOGL.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/RawData/GOOGL.csv -------------------------------------------------------------------------------- /Run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Run.py -------------------------------------------------------------------------------- /Scratch/Keras/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Keras/.DS_Store -------------------------------------------------------------------------------- /Scratch/Keras/pollution.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Keras/pollution.csv -------------------------------------------------------------------------------- /Scratch/Keras/practice1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Keras/practice1.py -------------------------------------------------------------------------------- /Scratch/Keras/practice2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Keras/practice2.py -------------------------------------------------------------------------------- /Scratch/Keras/row.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Keras/row.csv -------------------------------------------------------------------------------- /Scratch/Parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Parse.py -------------------------------------------------------------------------------- /Scratch/Quant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/molson194/LSTM-Stock-Prediction/HEAD/Scratch/Quant.py --------------------------------------------------------------------------------