├── CNN_LSTM_TM.py ├── GRU_predict_TM.py ├── HW.py ├── README.md ├── arima50.py ├── arma.py └── data ├── 12-12-1.xlsx └── README.md /CNN_LSTM_TM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/CNN_LSTM_TM.py -------------------------------------------------------------------------------- /GRU_predict_TM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/GRU_predict_TM.py -------------------------------------------------------------------------------- /HW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/HW.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Network-traffic-prediction -------------------------------------------------------------------------------- /arima50.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/arima50.py -------------------------------------------------------------------------------- /arma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/arma.py -------------------------------------------------------------------------------- /data/12-12-1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/data/12-12-1.xlsx -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLLLSilvia/Network-traffic-prediction/HEAD/data/README.md --------------------------------------------------------------------------------