How to Update LSTM Networks During Training for Time Series Forecasting
Last Updated on September 6, 2020 A benefit of using neural network models for time series forecasting is that the weights can be updated as new data becomes available. In this tutorial, you will discover how you can update a Long Short-Term Memory (LSTM) recurrent neural network with new data for time series forecasting. After completing this tutorial, you will know: How to update an LSTM neural network with new data. How to develop a test harness to evaluate different […]
Read more