Skip to main content

Showing 1–2 of 2 results for author: Triebe, O

Searching in archive stat. Search in all archives.
.
  1. arXiv:2111.15397  [pdf, other

    cs.LG stat.ML

    NeuralProphet: Explainable Forecasting at Scale

    Authors: Oskar Triebe, Hansika Hewamalage, Polina Pilyugina, Nikolay Laptev, Christoph Bergmeir, Ram Rajagopal

    Abstract: We introduce NeuralProphet, a successor to Facebook Prophet, which set an industry standard for explainable, scalable, and user-friendly forecasting frameworks. With the proliferation of time series data, explainable forecasting remains a challenging task for business and operational decision making. Hybrid solutions are needed to bridge the gap between interpretable classical methods and scalable… ▽ More

    Submitted 29 November, 2021; originally announced November 2021.

    Comments: NeuralProphet can be installed with pip or from https://github.com/ourownstory/neural_prophet - Documentation is available at https://neuralprophet.com

  2. arXiv:1911.12436  [pdf, other

    cs.LG stat.ML

    AR-Net: A simple Auto-Regressive Neural Network for time-series

    Authors: Oskar Triebe, Nikolay Laptev, Ram Rajagopal

    Abstract: In this paper we present a new framework for time-series modeling that combines the best of traditional statistical models and neural networks. We focus on time-series with long-range dependencies, needed for monitoring fine granularity data (e.g. minutes, seconds, milliseconds), prevalent in operational use-cases. Traditional models, such as auto-regression fitted with least squares (Classic-AR… ▽ More

    Submitted 27 November, 2019; originally announced November 2019.

    Comments: Building a bridge between traditional statistical time-series models and deep-learning models. Main Topics: Time-Series, Auto-Regression, Neural Networks, Sparsity, Long-Range Dependencies