Facebook’s Prophet + Deep Learning = NeuralProphet

By Medium - 2020-12-10

Description

While learning about time series forecasting, sooner or later you will encounter the vastly popular Prophet model, developed by Facebook. It gained lots of popularity due to the fact that it provides…

Summary

  • Improving the interpretable Prophet model with the power of Deep Learning While learning about time series forecasting, sooner or later you will encounter the vastly popular Prophet model, developed by Facebook.
  • In this article, I give a brief introduction to what NeuralProphet is and how it actually differs from the classic library.
  • That means that a lot can still change and not all of the features from the original Prophet library are already implemented, for example, the logistic growth.

 

Topics

  1. Machine_Learning (0.25)
  2. Backend (0.16)
  3. NLP (0.12)

Similar Articles

LSTM for time series prediction

By KDnuggets - 2021-01-23

Learn how to develop a LSTM neural network with PyTorch on trading data to predict future prices by mimicking actual values of the time series data.

Random Forest for Time Series Forecasting

By Machine Learning Mastery - 2020-11-01

Random Forest is a popular and effective ensemble machine learning algorithm. It is widely used for classification and regression predictive modeling problems with structured (tabular) data sets, e.g. ...

Time-Series Forecasting with Google BigQuery ML

By Medium - 2021-02-16

If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables. From identifying if a time-series is…