# pytorch-lstm-by-hand **Repository Path**: ghost_intheshell/pytorch-lstm-by-hand ## Basic Information - **Project Name**: pytorch-lstm-by-hand - **Description**: A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-28 - **Last Updated**: 2021-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.