Add a resources section to README with useful LSTM links

This commit is contained in:
Anthony Wang 2022-02-21 22:45:36 -06:00
parent 289b8b4bcb
commit 772f3c3692
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -11,3 +11,9 @@ Generate the training data from the Mastodon database using `python data.py -d '
Next, train the network with `python train.py`, which may take several hours.
Finally, create a Mastodon application for your bot account and run the bot with `python bot.py -i mastodon.instance -t access_token`. Enjoy!
## Resources
- https://closeheat.com/blog/pytorch-lstm-text-generation-tutorial
- https://trungtran.io/2019/02/08/text-generation-with-pytorch/