当前位置:网站首页>Spatiotemporal prediction 2-gcn_ LSTM
Spatiotemporal prediction 2-gcn_ LSTM
2022-06-30 12:41:00 【YueTann】
Reference resources : https://keras.io/examples/timeseries/timeseries_traffic_forecasting/
Mission :
Traffic multi-step prediction
Prepare the data
node :228
Calculate the distance between each node : 288 * 288
Speed : 12672 * 288, Time * node
To simplify the description , Only selected 26 Nodes
Training :6336 * 26
verification :2534 * 26
test :3802 * 26
Figure data
Composition : Adjacency matrix
Model
Input : batch * time_steps * node * feature
transpose: node * batch * time_steps * feature
GCN: Surrounding message propagation
transpose: batch * node, time_steps, feature
LSTM:
dense: batch * node, pred_time_steps
output reshape: batch, pred_time_steps, node
边栏推荐
- 拆分电商系统为微服务
- Efficient elliptic curve point addition and multiplication in scrypt
- Browser plays RTSP video based on nodejs
- 【一天学awk】数组的使用
- 江西财经大学智慧江财登录分析
- The website with id 0 that was requested wasn‘t found. Verify the website and try again
- Mysql判断计算结果,除以100
- Q-learning notes
- 60 divine vs Code plug-ins!!
- Construction de la plate - forme universelle haisi 3559: obtenir le codage après modification du cadre de données
猜你喜欢
Achieve secure data sharing among multiple parties and solve the problem of asymmetric information in Inclusive Finance
QT implementation dynamic navigation bar
SuperMap 3D SDKs_Unity插件开发——连接数据服务进行SQL查询
【一天学awk】数组的使用
Efficient elliptic curve point addition and multiplication in scrypt
Redis cache problem
Tencent two sides: @bean and @component are used on the same class. What happens?
Four Misunderstandings of Internet Marketing
60 divine vs Code plug-ins!!
Q-learning notes
随机推荐
JMeter性能测试之相关术语及性能测试通过标准
List collection
Vscode select multiple words
腾讯二面:@Bean 与 @Component 用在同一个类上,会怎么样?
“\“id\“ contains an invalid value“
海思3559开发常识储备:相关名词全解
海思3559 sample解析:venc
MySQL built-in functions
SuperMap iClient3D 11i for Cesium三维场景中图例使用说明
解决numpy.core._exceptions.UFuncTypeError: ufunc ‘add‘ did not contain a loop with signature matchin问题
90. (cesium chapter) cesium high level listening events
【一天学awk】基础中的基础
90.(cesium篇)cesium高度监听事件
Four ways for flinksql to customize udtf
MySQL composite query
iServer发布ES服务查询设置最大返回数量
[cloud native | kubernetes] in depth understanding of deployment (VIII)
qt msvc 安装及调试
Three ways for flinksql to customize udaf
Vision based robot grasping: from object localization, object pose estimation to parallel gripper grasping estimation