paper-with-me

Papers

NeuralProphet: Explainable Forecasting at Scale

2021-11-29 · Oskar Triebe, Hansika Hewamalage, Polina Pilyugina, Nikolay Laptev, Christoph Bergmeir, Ram Rajagopal

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 deep learning models. We view Prophet as a precursor to such a solution. However, Prophet lacks local context, which is essential for forecasting the near-term future and is challenging to extend due to its Stan backend. NeuralProphet is a hybrid forecasting framework based on PyTorch and trained with standard deep learning methods, making it easy for developers to extend the framework. Local context is introduced with auto-regression and covariate modules, which can be configured as classical linear regression or as Neural Networks. Otherwise, NeuralProphet retains the design philosophy of Prophet and provides the same basic model components. Our results demonstrate that NeuralProphet produces interpretable forecast components of equivalent or superior quality to Prophet on a set of generated time series. NeuralProphet outperforms Prophet on a diverse collection of real-world datasets. For short to medium-term forecasts, NeuralProphet improves forecast accuracy by 55 to 92 percent.

📄 PDF Abstract BibTeX arXiv:2111.15397

Code (1)

ourownstory/neural_prophet 공식 구현 pytorch

Tasks

Decision MakingPhilosophyregressionTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Interpretable PM2.5 Forecasting for Urban Air Quality: A Comparative Study of Operational Time-Series Models

2026-03-26 · Moazzam Umer Gondal, Hamad ul Qudous, Asma Ahmad Farhan, Sultan Alamri arxiv

Accurate short-term air-quality forecasting is essential for public health protection and urban management, yet many recent forecasting frameworks rely on complex, data-intensive, and computationally demanding models. Th…

Computational Efficiency

Boosted Embeddings for Time Series Forecasting

2021-04-10 · Sankeerth Rao Karingula, Nandini Ramanan, Rasool Tahmasbi, Mehrnaz Amjadi 외

Time series forecasting is a fundamental task emerging from diverse data-driven applications. Many advanced autoregressive methods such as ARIMA were used to develop forecasting models. Recently, deep learning based meth…

Deep LearningTime SeriesTime Series AnalysisTime Series Forecasting

A Survey of AI-Powered Mini-Grid Solutions for a Sustainable Future in Rural Communities

2024-07-17 · Craig Pirie, Harsha Kalutarage, Muhammad Shadi Hajar, Nirmalie Wiratunga 외

This paper presents a comprehensive survey of AI-driven mini-grid solutions aimed at enhancing sustainable energy access. It emphasises the potential of mini-grids, which can operate independently or in conjunction with …

ManagementSurvey

Beyond the Hype: Comparing Lightweight and Deep Learning Models for Air Quality Forecasting

2025-12-09 · Moazzam Umer Gondal, Hamad ul Qudous, Asma Ahmad Farhan arxiv

Accurate forecasting of urban air pollution is essential for protecting public health and guiding mitigation policies. While Deep Learning (DL) and hybrid pipelines dominate recent research, their complexity and limited …

Real-Time Massive MIMO Channel Prediction: A Combination of Deep Learning and NeuralProphet

2022-08-11 · Muhammad Karam Shehzad, Luca Rose, Muhammad Furqan Azam, Mohamad Assaad

Channel state information (CSI) is of pivotal importance as it enables wireless systems to adapt transmission parameters more accurately, thus improving the system's overall performance. However, it becomes challenging t…

PredictionTime SeriesTime Series Analysis