Coder Social home page Coder Social logo

kdd2019deeptcn's Introduction

Probabilistic Forecasting with Temporal Convolutional Neural Network

Source codes for the paper "probabilistic forecasting with temporal convolutional neural network"

Electricity

Data preprocessing
Point forecasting
  • python3 electricity/ecPointModel/ec_feature_preprocess.py
  • python3 electricity/ecPointModel/ECPointHuber.py
Probabilistic forecasting
  • python3 electricity/NewTCNQuantile/ec_feature_preprocess.py
  • python3 electricity/NewTCNQuantile/ec_probabilistic_forecasting.py

Traffic

Data preprocessing
  • Download the dataset from UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/PEMS-SF
  • Run "R CMD BATCH traffic/basicPreprocess.R" to generate "traffic.csv".
  • python3 traffic/traffic_feature_preprocess.py to generate the "tensor_prepare.pkl" for the model training
Point forecasting
  • python3 traffic/point/traffic_point_forecasting.py
Quantile regression
  • python3 traffic/quantile/traffic_quantile_forecasting.py
Probabilistic forecasting

Parts

Data preprocessing
Probabilistic forecasting

Reference Paper

Probabilistic forecasting with temporal convolutional neural network

KDD 2019 ,Workshop on Mining and Learning from Time Series, 2019

Kind remind

The total project will be refined in the next months. Also, you can achieve better results if you do better data preprocessing like scaling.

kdd2019deeptcn's People

Contributors

oneday88 avatar

Watchers

 avatar

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.