Skip to content
#

sequence-modeling

Here are 70 public repositories matching this topic...

A hands-on project for forecasting time-series with PyTorch LSTMs. It creates realistic daily data (trend, seasonality, events, noise), prepares it with sliding windows, and trains an LSTM to make multi-step predictions. The project tracks errors with RMSE, MAE, MAPE and shows clear plots of training progress and forecast results.

  • Updated Sep 11, 2025
  • Python

Implementation of Echo State Networks (ESN) with experiments on MNIST and ECG5000. Includes comparison with Linear Regression and analysis of weight initialization methods for time-series and classification tasks.

  • Updated Sep 14, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the sequence-modeling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sequence-modeling topic, visit your repo's landing page and select "manage topics."

Learn more