With all of this technology applied, I am still disappointed by Netflix's recommendations – to the point of just giving up and doing something else.
Real World Recommendation System
21–30 of 156 posts
Re: Real World Recommendation System
#22Re: Real World Recommendation System
#23I was smart enough to see what collaborative filtering (CF) could be early on, and to file a patent that issued. I wasn't smart enough to make it a complicated patent, or to choose the right partners so I could have success with it.
But the patent makes a good way to learn how to get from "what are your desert island 5 favorite music recordings?" over to "here is a list of other music you might like". Basic CF, which is at the core of a lot of this stuff. Enjoy!:
Re: Real World Recommendation System
#24Re: Real World Recommendation System
#25> a machine learning model is trained that takes in all these dozens of features and spits out a score (details on how such a model is trained to be covered in the next post). This part was the one I was interested in. As most of the rest are obvious.
(Disclaimer: I'm the author of the post) Good feedback, noted. Will get the next post focused on training within the next couple of days.
Re: Real World Recommendation System
#26Re: Real World Recommendation System
#27How FAANG actually builds their recommendation systems: Millions of cores of compute, exabyte scale custom data stores. Good recommendations are expensive. If you try to build a similar system on AWS, you will spend a fortune. Most recommender models just use co-occurrence as a seed, this can actually work pretty well on it’s own. If you want to get fancy then build up a vectorized form of the document with something…
And then it will be gamed, and become as useless as every other recommendation system already going.
Re: Real World Recommendation System
#28Anyone have recommendations (no pun) for more in depth resources on the subject (large scale recommendation systems)?
Re: Real World Recommendation System
#29Is there any recommendation system people we actually happy with? They all seem to suck in my experience
Re: Real World Recommendation System
#30These algorithms are not benign. They make choices about what information you consume, whose opinions you read, what movies you watch, what products you are exposed to, even which politicians messages you hear.
When people complain about the takeover of algorithms, they don't mean databases or web interfaces. They mean this: content selection or preference algorithms.
We should be deeply suspicious. We should demand greater accountability. We should require that the algorithms explain themselves and offer alternatives. We should implement better. Give control back to the users in meaningful ways
If software engineering is indeed a profession, our professional responsibilities include tempering the damaging effects of content selection algorithms.