All Projects → Davidham3 → Stgcn

Davidham3 / Stgcn

Licence: gpl-3.0
implementation of STGCN for traffic prediction in IJCAI2018

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stgcn

Spectral Trajectory And Behavior Prediction
This is the code base for Trajectory and Driver Behavior Prediction in Autonomous Vehicles using Spectral Graph Theory
Stars: ✭ 236 (+171.26%)
Mutual labels:  prediction, traffic
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-11.49%)
Mutual labels:  traffic
Tensorflow Lstm Sin
TensorFlow 1.3 experiment with LSTM (and GRU) RNNs for sine prediction
Stars: ✭ 52 (-40.23%)
Mutual labels:  prediction
Monconn
A TCP connection monitoring tool written in Go.
Stars: ✭ 69 (-20.69%)
Mutual labels:  traffic
Bottyclient
A slim Discord client with many cool features including less network traffic which supports bot tokens, but user tokens theoretically work too. Tags: Discord Bot Client Token for Bot Botting Download English
Stars: ✭ 58 (-33.33%)
Mutual labels:  traffic
Deep Segmentation
CNNs for semantic segmentation using Keras library
Stars: ✭ 69 (-20.69%)
Mutual labels:  prediction
Bevel
Ordinal regression in Python
Stars: ✭ 41 (-52.87%)
Mutual labels:  prediction
Ergo
A Python library for integrating model-based and judgmental forecasting
Stars: ✭ 82 (-5.75%)
Mutual labels:  prediction
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (+1278.16%)
Mutual labels:  prediction
Wazeroutecalculator
Calculate actual route time and distance with Waze api
Stars: ✭ 68 (-21.84%)
Mutual labels:  traffic
Traffic Rules Violation Detection
The System consists of two main components. Vehicle detection model and A graphical user interface (GUI)
Stars: ✭ 67 (-22.99%)
Mutual labels:  traffic
Pcapxray
❄️ PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
Stars: ✭ 1,096 (+1159.77%)
Mutual labels:  traffic
Mirdeep2
Discovering known and novel miRNAs from small RNA sequencing data
Stars: ✭ 70 (-19.54%)
Mutual labels:  prediction
Proximac
An open-source alternative to proxifier
Stars: ✭ 1,076 (+1136.78%)
Mutual labels:  traffic
Ai Reading Materials
Some of the ML and DL related reading materials, research papers that I've read
Stars: ✭ 79 (-9.2%)
Mutual labels:  prediction
Deep traffic
MIT DeepTraffic top 2% solution (75.01 mph) 🚗.
Stars: ✭ 47 (-45.98%)
Mutual labels:  traffic
Neural prophet
NeuralProphet - A simple forecasting model based on Neural Networks in PyTorch
Stars: ✭ 1,125 (+1193.1%)
Mutual labels:  prediction
Deepzip
NN based lossless compression
Stars: ✭ 69 (-20.69%)
Mutual labels:  prediction
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+1359.77%)
Mutual labels:  prediction
Dspn
[NeurIPS 2019] Deep Set Prediction Networks
Stars: ✭ 80 (-8.05%)
Mutual labels:  prediction

STGCN

This is an mxnet version implementation of Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting which has been accepted by IJCAI 2018.

Dataset

dataset comes from STGCN_IJCAI-18.

Requirements

mxnet >= 1.4.1, mxboard and scipy

or

Docker with nvidia-docker

Usage

Unzip datasets before you run the code.

cd datasets
tar -zxvf PeMSD7.tar.gz
python main.py

or use docker:

# build
cd docker
docker build -t stgcn/mxnet:1.4.1_gpu_cu100_mkl_py35 .

# run
cd ..
docker run -d -it --rm --runtime=nvidia -v $PWD:/mxnet --name stgcn stgcn/mxnet:1.4.1_gpu_cu100_mkl_py35 python3 main.py
docker logs stgcn
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].