murrayds / sci-mobility-emb

Embedding of scientific mobility across institutions, cities, regions, and countries
4 stars 0 forks source link

Implement shuffling each Epoch #83

Closed murrayds closed 4 years ago

murrayds commented 4 years ago

We want to implement in the data a shuffling procedure, such that affiliations for publications within a single year are randomly shuffled so as not to learn simple alphabetical relationships.

Ideally, we should shuffle affiliation -within- publications, and then publications -within- years

murrayds commented 4 years ago

Satisfied in the current version of the code. Organizations are now shuffled in-between epochs. Note that this drastically slows down training time.