Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piEsposito/pytorch-lstm-by-hand
A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch.
https://github.com/piEsposito/pytorch-lstm-by-hand
Last synced: 6 days ago
JSON representation
A small and simple tutorial on how to craft a LSTM nn.Module by hand on PyTorch.
- Host: GitHub
- URL: https://github.com/piEsposito/pytorch-lstm-by-hand
- Owner: piEsposito
- Created: 2020-05-24T18:58:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T18:20:38.000Z (over 4 years ago)
- Last Synced: 2024-08-02T16:52:17.904Z (3 months ago)
- Language: Jupyter Notebook
- Size: 45.9 KB
- Stars: 125
- Watchers: 2
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.