• Stars
    star
    124
  • Rank 286,585 (Top 6 %)
  • Language
    Jupyter Notebook
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch.

pytorch-lstm-by-hand

A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch.

Remember to execute bash download_dataset.sh and then properly set the Reviews.csv on a data folder, in order to be able to run the examples.