aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-02-21 22:45:36 -0600
committerAnthony Wang2022-02-21 22:45:36 -0600
commit772f3c36928e68887ec1748ea859aa8aab71eb44 (patch)
tree17e91491cfbc39f5b3b3734e643689abc1041042
parent289b8b4bcb99a5b47f9ea010f420de1eb06d47c3 (diff)
Add a resources section to README with useful LSTM links
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 045a4b8..ae692e6 100644
--- a/README.md
+++ b/README.md
@@ -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/