All Projects → kristpapadopoulos → Seriesnet

kristpapadopoulos / Seriesnet

Licence: mit
Time series prediction using dilated causal convolutional neural nets (temporal CNN)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Seriesnet

Pyfts
An open source library for Fuzzy Time Series in Python
Stars: ✭ 154 (-16.76%)
Mutual labels:  series, time-series
Time Series Prediction
A collection of time series prediction methods: rnn, seq2seq, cnn, wavenet, transformer, unet, n-beats, gan, kalman-filter
Stars: ✭ 351 (+89.73%)
Mutual labels:  time-series, wavenet
Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (-8.11%)
Mutual labels:  series, time-series
Tensorflow Cnn Time Series
Feeding images of time series to Conv Nets! (Tensorflow + Keras)
Stars: ✭ 49 (-73.51%)
Mutual labels:  time-series, convolutional-neural-networks
Pytorch Gan Timeseries
GANs for time series generation in pytorch
Stars: ✭ 109 (-41.08%)
Mutual labels:  time-series, wavenet
Brein Time Utilities
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Stars: ✭ 94 (-49.19%)
Mutual labels:  series, time-series
Web Traffic Forecasting
Kaggle | Web Traffic Forecasting 📈
Stars: ✭ 596 (+222.16%)
Mutual labels:  time-series, convolutional-neural-networks
Jhtalib
Technical Analysis Library Time-Series
Stars: ✭ 131 (-29.19%)
Mutual labels:  series, time-series
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-14.05%)
Mutual labels:  time-series, convolutional-neural-networks
Kapacitor
Open source framework for processing, monitoring, and alerting on time series data
Stars: ✭ 2,095 (+1032.43%)
Mutual labels:  time-series
Vidaug
Effective Video Augmentation Techniques for Training Convolutional Neural Networks
Stars: ✭ 178 (-3.78%)
Mutual labels:  convolutional-neural-networks
Autoclint
A specially designed light version of Fast AutoAugment
Stars: ✭ 171 (-7.57%)
Mutual labels:  convolutional-neural-networks
Tsaug
A Python package for time series augmentation
Stars: ✭ 180 (-2.7%)
Mutual labels:  time-series
Cnn Svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine (SVM) for Image Classification
Stars: ✭ 170 (-8.11%)
Mutual labels:  convolutional-neural-networks
Deep Time Series Prediction
Seq2Seq, Bert, Transformer, WaveNet for time series prediction.
Stars: ✭ 183 (-1.08%)
Mutual labels:  wavenet
Neural Photo Editor
A simple interface for editing natural photos with generative neural networks.
Stars: ✭ 2,031 (+997.84%)
Mutual labels:  convolutional-neural-networks
Kaggle Competition Favorita
5th place solution for Kaggle competition Favorita Grocery Sales Forecasting
Stars: ✭ 169 (-8.65%)
Mutual labels:  time-series
Plotjuggler
The Time Series Visualization Tool that you deserve.
Stars: ✭ 2,620 (+1316.22%)
Mutual labels:  time-series
Ml Systems
papers on scalable and efficient machine learning systems
Stars: ✭ 182 (-1.62%)
Mutual labels:  convolutional-neural-networks
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-3.78%)
Mutual labels:  time-series

SeriesNet

Time series prediction using dilated causal convolutional neural nets

In this paper, state of the art deep learning techniques for time series forecasting were surveyed and a dilated causal convolutional neural network was developed (i.e. SeriesNet) based on the WaveNet architecture to forecast time series. It was found that SeriesNet without data preprocessing and ensemble methods achieved comparable results to top performing deep learning models on the international Computational Intelligence in Forecasting (CIF2016) competition dataset. This work extends previous work on using convolutional neural networks for time series forecasting.

Example of time series predictions with seriesnet

  • First plot: log + normal noise - prediction for 20 steps in green
  • Second plot: log + sine - prediction for 20 steps in orange

log_noise log_sine

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].