├── README.md ├── Report.pdf ├── attention.py ├── input ├── PRSA_data_2010.1.1-2014.12.31.csv └── usd_to_china.csv ├── models ├── ann_d ├── attention_168.h5 ├── attention_72 ├── history_attention_72 ├── history_lstm_72 ├── lstm_168.h5 ├── lstm_72.h5 ├── rates_72.h5 ├── rnn_1 ├── rnn_168.h5 ├── rnn_24.h5 └── rnn_72.h5 └── time_series_forcast.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/README.md -------------------------------------------------------------------------------- /Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/Report.pdf -------------------------------------------------------------------------------- /attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/attention.py -------------------------------------------------------------------------------- /input/PRSA_data_2010.1.1-2014.12.31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/input/PRSA_data_2010.1.1-2014.12.31.csv -------------------------------------------------------------------------------- /input/usd_to_china.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/input/usd_to_china.csv -------------------------------------------------------------------------------- /models/ann_d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/ann_d -------------------------------------------------------------------------------- /models/attention_168.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/attention_168.h5 -------------------------------------------------------------------------------- /models/attention_72: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/attention_72 -------------------------------------------------------------------------------- /models/history_attention_72: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/history_attention_72 -------------------------------------------------------------------------------- /models/history_lstm_72: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/history_lstm_72 -------------------------------------------------------------------------------- /models/lstm_168.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/lstm_168.h5 -------------------------------------------------------------------------------- /models/lstm_72.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/lstm_72.h5 -------------------------------------------------------------------------------- /models/rates_72.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/rates_72.h5 -------------------------------------------------------------------------------- /models/rnn_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/rnn_1 -------------------------------------------------------------------------------- /models/rnn_168.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/rnn_168.h5 -------------------------------------------------------------------------------- /models/rnn_24.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/rnn_24.h5 -------------------------------------------------------------------------------- /models/rnn_72.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/models/rnn_72.h5 -------------------------------------------------------------------------------- /time_series_forcast.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epishova/Neural-Networks-for-time-series-analysis/HEAD/time_series_forcast.ipynb --------------------------------------------------------------------------------