├── Alphabet.py ├── LICENSE ├── README.md ├── amazon.py ├── apple.py ├── berkshire.py ├── berkshire_err.png ├── berkshire_value.png ├── fb.py ├── fix.py ├── hyundai_motor.py ├── korea_electric_power_corporation.py ├── kospi.py ├── ms.py ├── posco.py ├── rnn_tensorboard.png ├── samsung.py ├── samsung_yahoo.py └── sk_hynix.py /Alphabet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/Alphabet.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/README.md -------------------------------------------------------------------------------- /amazon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/amazon.py -------------------------------------------------------------------------------- /apple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/apple.py -------------------------------------------------------------------------------- /berkshire.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/berkshire.py -------------------------------------------------------------------------------- /berkshire_err.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/berkshire_err.png -------------------------------------------------------------------------------- /berkshire_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/berkshire_value.png -------------------------------------------------------------------------------- /fb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/fb.py -------------------------------------------------------------------------------- /fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/fix.py -------------------------------------------------------------------------------- /hyundai_motor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/hyundai_motor.py -------------------------------------------------------------------------------- /korea_electric_power_corporation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/korea_electric_power_corporation.py -------------------------------------------------------------------------------- /kospi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/kospi.py -------------------------------------------------------------------------------- /ms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/ms.py -------------------------------------------------------------------------------- /posco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/posco.py -------------------------------------------------------------------------------- /rnn_tensorboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/rnn_tensorboard.png -------------------------------------------------------------------------------- /samsung.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/samsung.py -------------------------------------------------------------------------------- /samsung_yahoo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/samsung_yahoo.py -------------------------------------------------------------------------------- /sk_hynix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JKKorea/rnn_stock_predictions/HEAD/sk_hynix.py --------------------------------------------------------------------------------