piEsposito / pytorch-lstm-by-hand

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 99.9%Language:Shell 0.1%