当前位置:网站首页>时空预测2-GCN_LSTM
时空预测2-GCN_LSTM
2022-06-30 12:06:00 【YueTann】
参考: https://keras.io/examples/timeseries/timeseries_traffic_forecasting/
任务:
交通多步预测
准备数据
节点:228
计算每个节点之间的距离: 288 * 288
速度: 12672 * 288,时间 * 节点
为简化说明,只选取了26个节点
训练:6336 * 26
验证:2534 * 26
测试:3802 * 26
图数据
构图:邻接矩阵
模型
输入: batch * time_steps * node * feature
transpose: node * batch * time_steps * feature
GCN:周边消息传播
transpose: batch * node, time_steps, feature
LSTM:
dense: batch * node, pred_time_steps
output reshape: batch, pred_time_steps, node
边栏推荐
- Redis cache problem
- lvgl 小部件样式篇
- Set set
- Swagger2 automatically generates API documents
- Linux系统Redis的安装
- Shutter 007 input field from zero
- 90. (cesium chapter) cesium high level listening events
- STM32 porting the fish component of RT thread Standard Edition
- Remove invalid parentheses [simulate stack with array]
- Grep match lookup
猜你喜欢

Hisilicon 3559 developing common sense reserves: a complete explanation of related terms

edusoho企培版纯内网部署教程(解决播放器,上传,后台卡顿问题)

Vision based robot grasping: from object localization, object pose estimation to parallel gripper grasping estimation

立创 EDA #学习笔记10# | 常用连接器元器件识别 和 无源蜂鸣器驱动电路

实现多方数据安全共享,解决普惠金融信息不对称难题

What is the principle of spectral confocal displacement sensor? Which fields can be applied?

Redis的基本操作的命令

Joplin implements style changes

Instructions for legend use in SuperMap iclient3d 11i for cesium 3D scene

Embedded sig | multi OS hybrid deployment framework
随机推荐
Building a database model using power designer tools
1175. prime number arrangement: application of multiplication principle
Statistics on the number of closed Islands
Introduction to the pursuit of new subtrate source code - early May: xcm officially launched
How to use the plug-in mechanism to gracefully encapsulate your request hook
DMA controller 8237a
移除无效的括号[用数组模拟栈]
Iserver publishing es service query setting maximum return quantity
【一天学awk】正则匹配
各厂家rtsp地址格式如下:
Redis的配置文件及新数据类型
Swagger2自动生成APi文档
The format of RTSP address of each manufacturer is as follows:
Hisilicon 3559 developing common sense reserves: a complete explanation of related terms
JMeter性能测试之相关术语及性能测试通过标准
通过EF Core框架根据SQL Server数据库表生成实体类
[cf] 803 div2 A. XOR Mixup
Idea has a new artifact, a set of code to adapt to multiple terminals!
List集合
Swagger2 automatically generates API documents