Giter VIP home page Giter VIP logo

hstgnn's Introduction

HSTGNN

Inroduction

This repository is a pytorch version implementation of DEXA 2021 conference paper paper link "Traffic Flow Prediciton through the Fusion of Spatial Temporal Data and Points of Interest".

Run program

1.pakage dependencies

To run this code, you need to install the following packages:
torch==1.6.1
numpy==1.16.3
pandas==1.1.5
scipy==1.2.1
h5py==3.1.0

2.datasets

download the dataset from repository link, ZheYi Pan,KDD2019,"Urban traffic prediction from spatio-temporal data using deep meta learning"

copy the BJ_FLOW.h5,BJ_POI.h5 to data folder
-- bj_tfidf_poi.h5 is based on BJ_POI.h5 and has been processed by TF-IDF algorithm to calculate the importance of poi in each region.
-- cossimi_graph.npz is obtained from BJ_FLOW.h5 using cossine similarity to caculate the flow similarity of region pairs with a threshold to determine whether there is an edge between two regions, datails see /utils/generate_time_embedding.py, cossimi_graph serves as initial adjacent matrix to initialize the parameter of adaptive adjacent matrix.

3.Run

nohup python -u train.py > file.log 2>&1 &

If you find this repository is helpful to you, please cite our paper, thanks for your attention.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.