1712n / challenge

Challenge Program
65 stars 27 forks source link

Create a deep learning model for geolocation prediction #67

Closed PolinaPanicheva closed 2 years ago

PolinaPanicheva commented 2 years ago

the task is to create and train an effective DL model that predicts the geographical location of users of a specific Social Media.

Input data:

  1. timelines: short texts, varying in languages (think of the ~70 widely used languages of the online world) and numbers (from 0 to thousands for some users);
  2. the location the user has identified in their profile (sometimes absent, erroneous or non-existent);
  3. the profile locations of the users followed by the users in our task.

Prediction target:

location of the users in coordinates: latitude, longitude.

Training data available:

  1. thousands of users with the input data and the ground truth information;
  2. millions of individual short texts in the Social Media annotated with geolocation.

Bonus:

Quick start

Don't hesitate to ask us questions by commenting in this issue or emailing us at challenge@inca.digital.

alinapark commented 2 years ago

@romandkane successfully solved the challenge and was hired by Inca Digital.