Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.