rockykingatthu's recent timeline updates
rockykingatthu

rockykingatthu

V2EX member #467093, joined on 2020-01-29 17:29:06 +08:00
rockykingatthu's recent replies
@wstart 我这边无法复现实验结果哎。在 SARS 数据上,4 月 1 号到 5 月 31 号的数据。前 50 个左右训练,后 10 个左右预测。网络就是一层单向的 LSTM,time_step=3。
model = Sequential()
model.add(LSTM(units=hidden_size, input_shape=(look_back, 1)))
model.add(Dense(units=1, activation='relu'))
model.compile(loss='mape', optimizer=optim)
不知道您用的什么优化器,lr,batch_size,hidden_size 怎么设置?另外 SARS 有个别天没有数据您有做特殊处理吗?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3794 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 04:42 · PVG 12:42 · LAX 21:42 · JFK 00:42
♥ Do have faith in what you're doing.