Code Monkey home page Code Monkey logo

temporal-conv-net-keras's Introduction

timeseries

TCN architecture for time series

Evaluation

Temporal convolutional network was evaluated with respect to following points:

  • Split selected dataset into training, evaluation and testing subsets
  • Test set has lenght of seq_length + n_ahead where seq_length is length of sequence fed to TCN, and n_ahead is prediction length
  • Train network using training and evaluation sets
  • Feed seq_lenght of test set into trained network and get n_ahead predictions
  • Evaluate n_ahead predictions against n_ahead from test set

Evaluation set 1 - Historical Hourly Weather Data

Source

Evaluation set 2 - Air Quality in Madrid

Source

Evaluation set 3 - Hourly Energy Consumption

Source

TODO

  • compare TCN to other models (LSTM, Holt Winters)

References

temporal-conv-net-keras's People

Contributors

xadrianzetx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

temporal-conv-net-keras's Issues

Example

Hello sir,
Can you include an example for ease of understanding the implementation? Example of training and testing the TCN model on any dataset, e.g. hourly load forecasting.

Reg. Load Forecasting

Hello Sir,
What are the suggested hyperparameter values during the evaluation of the TCN model?

tcnet module

Hello Sir,
After running your code, there is the module not found error. There is no named 'tcnet' module.

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.