ebooks

Fediverse ebooks bot using neural networks

Commits at 5023e6a4e3a33d6377f39db3430fb65aa4b75ce1

  1. 5023e6a4 Remove old.py Anthony Wang authored at Anthony Wang comitted at
  2. a3d0f491 Specify types for train.py args Anthony Wang authored at Anthony Wang comitted at
  3. e7a178e2 Add args for model parameters Anthony Wang authored at Anthony Wang comitted at
  4. 7627f2cf Create a prediction function Anthony Wang authored at Anthony Wang comitted at
  5. 8b86ce3f More cleanup Anthony Wang authored at Anthony Wang comitted at
  6. 423c1d83 Cleanup and reformat with autopep8 Anthony Wang authored at Anthony Wang comitted at
  7. 9e847687 Fix imports Anthony Wang authored at Anthony Wang comitted at
  8. 86a84739 Don't make bot.py executable Anthony Wang authored at Anthony Wang comitted at
  9. 3c234a03 Copy old code to new train.py file Anthony Wang authored at Anthony Wang comitted at
  10. 6e354215 Use the dataset class to initialize model parameters Anthony Wang authored at Anthony Wang comitted at
  11. 8f5bcc04 Create a dataset class Anthony Wang authored at Anthony Wang comitted at
  12. 3a92cf87 Increase batch size Anthony Wang authored at Anthony Wang comitted at
  13. cf65f494 Move old code to old.py Anthony Wang authored at Anthony Wang comitted at
  14. f0643a44 Reformat data.py Anthony Wang authored at Anthony Wang comitted at
  15. ff086a4d Update README instructions with new data.py flags Anthony Wang authored at Anthony Wang comitted at
  16. 441cae5c Add new multilayer model Anthony Wang authored at Anthony Wang comitted at
  17. bcb2b5e4 Style updates to data.py Anthony Wang authored at Anthony Wang comitted at
  18. 01462b70 Clean up data.py script for generating training data Anthony Wang authored at Anthony Wang comitted at
  19. 198b2af9 Add usage instructions Anthony Wang authored at Anthony Wang comitted at
  20. 1caa9d87 Add some example bot code Anthony Wang authored at Anthony Wang comitted at
  21. 53ac14e5 Add an alternative LSTM implementation Anthony Wang authored at Anthony Wang comitted at
  22. 8ee340c4 Create a db extraction script Anthony Wang authored at Anthony Wang comitted at
  23. b228b4a6 Remove empty strings and increase LSTM size Anthony Wang authored at Anthony Wang comitted at
  24. cd27bb6c Add some helpful ML links Anthony Wang authored at Anthony Wang comitted at
  25. d651b148 Attempt to train model overnight Anthony Wang authored at Anthony Wang comitted at
  26. f86370ab Increase sequence length Anthony Wang authored at Anthony Wang comitted at
  27. 39049ee1 Clean up data by removing URLs and special characters and convert to lowercase Anthony Wang authored at Anthony Wang comitted at
  28. a49dc010 Clean up and organize code better Anthony Wang authored at Anthony Wang comitted at
  29. 2a0afe7c Run autopep8 on the code Anthony Wang authored at Anthony Wang comitted at
  30. c2b37cc7 Finish copying code from that blog post Anthony Wang authored at Anthony Wang comitted at