/pytorch-lightning-LSTM-example

This repo contains examples of simple LSTMs using pytorch-lightning.

Primary LanguageJupyter Notebook

PyTorchLightning_LSTM_example

The repository contains examples of simple LSTMs using PyTorch Lightning

  • DataExploration_example1.ipynb: read and explore the data

  • PyTorchLightning_LSTM_example1.ipynb: Workflow of PyTorchLightning applied to a simple LSTM

  • DataExploration_example2.ipynb: read, explore and prepare the data

  • PyTorchLightning_LSTM_example2.ipynb: Workflow of PyTorchLightning applied to a simple LSTM and short evaluation

Datasets used:

The notebooks have been inspired by https://www.kaggle.com/tartakovsky/pytorch-lightning-lstm-timeseries-clean-code

The purpose of this exercise is not to find the best models, but to get familiar with the workflow of PyTorchLightning.