当前位置:网站首页>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
边栏推荐
- Lvgl widget styles
- [cloud native | kubernetes] in depth understanding of deployment (VIII)
- 60 divine vs Code plug-ins!!
- How do different types of variables compare with zero
- Swagger2 automatically generates API documents
- Charles打断点修改请求数据&响应数据
- MySQL判断执行条件为NULL时,返回0,出错问题解决 Incorrect parameter count in the call to native function ‘ISNULL‘,
- When building the second website with pagoda, the website always reports an error: no input file specified
- Redis - problèmes de cache
- What is the principle of spectral confocal displacement sensor? Which fields can be applied?
猜你喜欢

Apple executives openly "open the connection": Samsung copied the iPhone and only added a large screen

ES6新特性介绍

【一天学awk】内置变量的使用

使用Power Designer工具构建数据库模型

SuperMap iclient3d for webgl loading TMS tiles

"Xiaodeng" user personal data management in operation and maintenance

Today in history: Microsoft acquires PowerPoint developers; SGI and MIPS merge

SuperMap iServer11i新功能----图例的发布和使用

Idea has a new artifact, a set of code to adapt to multiple terminals!

Ensemble de cartes
随机推荐
Browser plays RTSP video based on nodejs
Redis cache problem
Inner join and outer join of MySQL tables
Hisilicon 3559 developing common sense reserves: a complete explanation of related terms
What is the principle of spectral confocal displacement sensor? Which fields can be applied?
Joplin implements style changes
Linux系统Redis的安装
Remove invalid parentheses [simulate stack with array]
Idea has a new artifact, a set of code to adapt to multiple terminals!
pyqt5界面的布局与资源文件的载入
腾讯二面:@Bean 与 @Component 用在同一个类上,会怎么样?
SuperMap iClient3D 11i for Cesium三维场景中图例使用说明
Redis的配置文件及新数据类型
Mysql中 begin..end使用遇到的坑
The website with id 0 that was requested wasn‘t found. Verify the website and try again
90. (cesium chapter) cesium high level listening events
Google refutes rumors and gives up tensorflow. It's still alive!
21. Notes on WPF binding
Essay: Research on smart home scheme
【一天学awk】正则匹配