ebooks

Fediverse ebooks bot using neural networks

Commits at 8f5bcc04d23da436dcde3eadf8a44198f1871cdb

  1. 8f5bcc04 Create a dataset class Anthony Wang authored at Anthony Wang comitted at
  2. 3a92cf87 Increase batch size Anthony Wang authored at Anthony Wang comitted at
  3. cf65f494 Move old code to old.py Anthony Wang authored at Anthony Wang comitted at
  4. f0643a44 Reformat data.py Anthony Wang authored at Anthony Wang comitted at
  5. ff086a4d Update README instructions with new data.py flags Anthony Wang authored at Anthony Wang comitted at
  6. 441cae5c Add new multilayer model Anthony Wang authored at Anthony Wang comitted at
  7. bcb2b5e4 Style updates to data.py Anthony Wang authored at Anthony Wang comitted at
  8. 01462b70 Clean up data.py script for generating training data Anthony Wang authored at Anthony Wang comitted at
  9. 198b2af9 Add usage instructions Anthony Wang authored at Anthony Wang comitted at
  10. 1caa9d87 Add some example bot code Anthony Wang authored at Anthony Wang comitted at
  11. 53ac14e5 Add an alternative LSTM implementation Anthony Wang authored at Anthony Wang comitted at
  12. 8ee340c4 Create a db extraction script Anthony Wang authored at Anthony Wang comitted at
  13. b228b4a6 Remove empty strings and increase LSTM size Anthony Wang authored at Anthony Wang comitted at
  14. cd27bb6c Add some helpful ML links Anthony Wang authored at Anthony Wang comitted at
  15. d651b148 Attempt to train model overnight Anthony Wang authored at Anthony Wang comitted at
  16. f86370ab Increase sequence length Anthony Wang authored at Anthony Wang comitted at
  17. 39049ee1 Clean up data by removing URLs and special characters and convert to lowercase Anthony Wang authored at Anthony Wang comitted at
  18. a49dc010 Clean up and organize code better Anthony Wang authored at Anthony Wang comitted at
  19. 2a0afe7c Run autopep8 on the code Anthony Wang authored at Anthony Wang comitted at
  20. c2b37cc7 Finish copying code from that blog post Anthony Wang authored at Anthony Wang comitted at
  21. bae535c8 Copy a basic LSTM network Anthony Wang authored at Anthony Wang comitted at
  22. 57697f3c Add some comments so I don't forget what I'm doing Anthony Wang authored at Anthony Wang comitted at
  23. 7eec3c92 Use regex to remove HTML brackets Anthony Wang authored at Anthony Wang comitted at
  24. 276da12a Fetch all messages using psycopg2 from the Mastodon database Anthony Wang authored at Anthony Wang comitted at
  25. f47e1ef5 Initial commit Anthony Wang authored at Anthony Wang comitted at