• 0 Posts
  • 9 Comments
Joined 10 months ago
cake
Cake day: January 24th, 2024

help-circle


  • It’s arbitrary but something like SELECT * FROM posts WHERE datePosted < ( currentDay() - 7) ORDER BY upvotes; doesn’t feel like an algorithm as it is now used in common parlance to me.

    A simple quantitative analysis of an existing metric and (upvotes in the above super simplified example) is just not really the same thing in practice as say: multiple linear regression of hidden backend engagement metrics gathered through things like cursor movements to pick a suggested video that is predicted to optimize the best for watch time and CTR from a list of videos on a balance of personalized and generalized (through tracking trends amongst demographics) favourites topics and other qualities classified and categorised by a whole other black box involving all sorts of classifier models from text to images and so on.

    Idk, I didn’t take algorithms in CS at uni, so this is just a layman’s two cents. I’m happy to be explained to why this isn’t a valid perspective.