1 repository
Models that combine statistical/traditional algorithms with deep learning to maintain both accuracy and interpretability.
Distinct from Time Series Forecasting: Candidates focus on general forecasting or specific deep learning; none capture the 'hybrid' nature of combining traditional and neural methods.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Hybrid Forecasting Models. Refine with filters or upvote what's useful.
Neural Prophet is a PyTorch-based time series forecasting library designed for interpretable machine learning. It serves as a decomposition framework that breaks signals into constituent parts such as autoregressive effects, piecewise linear trends, and Fourier-based seasonality to predict future values. The project distinguishes itself by combining neural networks with traditional algorithms to produce forecasts that explain underlying trend drivers. It features a global time series modeling approach, allowing a single model to be trained across multiple simultaneous series to share learned
Combines neural networks with traditional algorithms to provide accurate forecasts while maintaining interpretability.