Skip to content

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

Notifications You must be signed in to change notification settings

alexeygrigorev/unpossibly-instagram-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages