7:00 – 5:00 ASRC AIMS
- Some good posts on NLP, Attention, and BERT

- Got the db reading in and creating PostAnalyzer objects for each user by channel
- Need to also create a PostAnalyzer that contains the entire set of runs. Since that crosses DBs, I think the best way to do this is to create a method that lets me load additional data into an existing instance
- Added load_data() method to PostAnalyzer. Seems to be working
- The GUI code was getting ugly with the analytics, so I did some refactoring and now have an MVC architecture and am happier
- Create the master embedding – done!!!! The number of points seems low (98), but I’ll look at that tomorrow.

- Compare user average vectors in a user x user matrix
- Compare post average vectors in a post x post matrix
- Missed the JuryRoom Skype last night. Aaron was there though. Need to catch up
- Quick notes for JuryRoom:
- The votes should be for a posted response, not a yes/no to the original question
- Groups should be able stick together if they want
- Topics should be “threadable” for groups, with defined and randomized order
- Quick notes for JuryRoom:
- Steve S. Is going to read the paper and make suggestions
- Here’s how you import into postgres: .\pg_restore.exe -h localhost -p 5433 -U postgres -d GEMSEC_logs -v “D:/Development/A2P/GEMSEC_logs/greatdb.backup”
- Aaron’s blog is up!
Click to see trajectories through fashion space (paper)

