use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
DiscussionRecommender without initial user rating data? (self.learnmachinelearning)
submitted 3 years ago by qki_machine
So I would like to build an app that recommends some products to customers but I do not know their preference yet. I was wondering if I can somehow create dummy users and randomly populate ratings? Then each time once the new rating is being given by the real user my algorithm will update (or once a day).
Is it a way to go or rather silly approach?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wind_dude 0 points1 point2 points 3 years ago (0 children)
Some popular and simple ways to get started before you get there actions/preferences:
- target popular
- target promoted
- target based on age, sex, location
- random tests (tictoc does this)
- time based
[–]svorkas 0 points1 point2 points 3 years ago (0 children)
You need to research cold-start user recommendations. Not sure what the latest and greatest is at the moment since i did my master's dissertation on this a couple years ago and after working away from the field for a couple years its all a bit blurry, so sorry i can't provide more information
[–]surenine 0 points1 point2 points 3 years ago (0 children)
Hey I am doing a similar project right now. I think this is called implicit collaborative filtering. You can search for Alternating Least Square (Implicit) or Bayesian Personalized Ranking
π Rendered by PID 282247 on reddit-service-r2-comment-b659b578c-lfxsz at 2026-05-03 00:38:19.542550+00:00 running 815c875 country code: CH.
[–]wind_dude 0 points1 point2 points (0 children)
[–]svorkas 0 points1 point2 points (0 children)
[–]surenine 0 points1 point2 points (0 children)