All Projects → alexeygrigorev → unpossibly-instagram-challenge

alexeygrigorev / unpossibly-instagram-challenge

Licence: other
Predicting the number of likes an instagram post will receive in 24 hours - winning solution

Programming Languages

python
139335 projects - #7 most used programming language

Instagram Challenge by Unpossibly

Predicting the number of likes an instagram post will receive in 24 hours

The solution:

  • Extract image features with vgg16
  • Reduce the dimensionality to 128 with PCA
  • Standardize the target by subtracting the account's mean and dividing by the std
  • Train a ET model
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].