network-traffic-predict
network-traffic-predict copied to clipboard
use lstm&svr to predict the network traffic
文件目录结构
- lstm训练:LSTM训练&预测的代码
- lstm预测:使用训练好的模型进行预测
- svr预测:使用SVR进行训练和预测
- 数据集:ec_data 和 uk_data的数据集
在训练&预测过程中使用的数据集是numpy数组(将数据集中csv文件变成了numpy数组)。