Age | Commit message (Expand) | Author |
2022-02-21 | Delete old test.py code | Anthony Wang |
2022-02-21 | Get predictions to actually work | Anthony Wang |
2022-02-21 | Ignore URLs by ignoring strings with . | Anthony Wang |
2022-02-21 | Note that only Mastodon and Postgres is currently supported | Anthony Wang |
2022-02-21 | Reformat parser so it looks nicer | Anthony Wang |
2022-02-21 | Reformat using autopep8 | Anthony Wang |
2022-02-21 | Remove old.py | Anthony Wang |
2022-02-21 | Specify types for train.py args | Anthony Wang |
2022-02-21 | Add args for model parameters | Anthony Wang |
2022-02-21 | Create a prediction function | Anthony Wang |
2022-02-21 | More cleanup | Anthony Wang |
2022-02-21 | Cleanup and reformat with autopep8 | Anthony Wang |
2022-02-21 | Fix imports | Anthony Wang |
2022-02-21 | Don't make bot.py executable | Anthony Wang |
2022-02-21 | Copy old code to new train.py file | Anthony Wang |
2022-02-21 | Use the dataset class to initialize model parameters | Anthony Wang |
2022-02-21 | Create a dataset class | Anthony Wang |
2022-02-21 | Increase batch size | Anthony Wang |
2022-02-21 | Move old code to old.py | Anthony Wang |
2022-02-21 | Reformat data.py | Anthony Wang |
2022-02-21 | Update README instructions with new data.py flags | Anthony Wang |
2022-02-21 | Add new multilayer model | Anthony Wang |
2022-02-21 | Style updates to data.py | Anthony Wang |
2022-02-21 | Clean up data.py script for generating training data | Anthony Wang |
2022-02-21 | Add usage instructions | Anthony Wang |
2022-02-21 | Add some example bot code | Anthony Wang |
2022-02-21 | Add an alternative LSTM implementation | Anthony Wang |
2022-02-21 | Create a db extraction script | Anthony Wang |
2022-02-21 | Remove empty strings and increase LSTM size | Anthony Wang |
2022-02-20 | Add some helpful ML links | Anthony Wang |
2022-02-20 | Attempt to train model overnight | Anthony Wang |
2022-02-20 | Increase sequence length | Anthony Wang |
2022-02-20 | Clean up data by removing URLs and special characters and convert to lowercase | Anthony Wang |
2022-02-20 | Clean up and organize code better | Anthony Wang |
2022-02-20 | Run autopep8 on the code | Anthony Wang |
2022-02-20 | Finish copying code from that blog post | Anthony Wang |
2022-02-20 | Copy a basic LSTM network | Anthony Wang |
2022-02-20 | Add some comments so I don't forget what I'm doing | Anthony Wang |
2022-02-20 | Use regex to remove HTML brackets | Anthony Wang |
2022-02-20 | Fetch all messages using psycopg2 from the Mastodon database | Anthony Wang |
2022-02-20 | Initial commit | Anthony Wang |