yangwohenmai/LSTM
A tutorial collection of LSTM implementations for univariate and multivariate time series forecasting using TensorFlow and Keras.

The repository demonstrates LSTM (Long Short-Term Memory) networks for time series prediction tasks including single-variable forecasting (shampoo sales), multi-variable forecasting (air pollution), and multi-step predictions. It uses TensorFlow and Keras APIs to build models covering data cleaning, feature extraction, supervised learning conversion, model definition, training, and forecasting. The project is structured as an educational resource with progressively complex examples.