Skip to content

Metadata Incorporation

isaacmg edited this page Jul 6, 2020 · 36 revisions

Problem

Different counties have different demographic distributions and geo-spatial properties. Therefore spread of infection varies a lot based on the size of the county, population density, population age, industries, etc. Factors we want to consider

  • Age (mean or median)
  • Population density
  • Male to Female ratio
  • Core industries
  • Transportation methods
  • Average income
  • Racial makeup

Generating an embedding

Dummy supervised task

One setup is to train a model on a dummy supervised task then use the resulting intermediate representation.

Unsupervised approaches

Using raw features and fine-tuning

Incorporating embedding

Clone this wiki locally