MENU

Fun & Interesting

Using NeuralProphet, Nx and Livebook to Forecast Business Data in Elixir

ElixirConf 861 3 months ago
Video Not Working? Fix It Now

ElixirConf US 2024 - George Guimarães https://2024.elixirconf.com/#speakers-presenter-george-guimaraes Elixir has become an excellent ecosystem for doing Machine Learning productively. I want to show how we can use NeuralProphet, a Stanford neural network project, to forecast business time series data, such as sales, user behaviour, or anything else. What sets NeuralProphet (and its original non-neural project Prophet) apart from others is the ability to provide us with a model that can be reasoned and explained using simple words and graphs, perfect to be evaluated by humans. NeuralProphet uses PyTorch, which means we can use the Nx ecosystem to leverage their models and tools.

Comment