赞
踩
空气质量预测 | Python实现基于ConvLSTM的空气质量预测(多城市)
在接下来的1到48小时内连续预测,用卷积运算代替经典LSTM中的全连接网络。
#-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
mport pandas as pd
import numpy as np
try:
import cPickle as pic
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。