this post was submitted on 29 Apr 2025
32 points (100.0% liked)
Asklemmy
47927 readers
955 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The idea that you could do this isn't a bad one.
It could be interesting, to build a generic recommendation algorithm. Would it be like a browser add-on?
Something like a news feed, but you have all the data under your control, so you could see why something was recommended.
I tried the Reuters app a while back, I couldn't deselect sports as a category of interest... Why the fuck not? Why do they care of I like sports or not... Uninstalled pretty quick.
It's a browser extension for chromium based browsers like brave.
https://github.com/solidheron/peertube_recomendation_algorythm
I tried to make the alfo as simple as possible. It matches the words of the videos descriptions title and tags to other other videos words and ranks them via cosine similarity (de-ranks then via if the video has been seen before)
I should add a blacklist for keywords because I'm kinda sick of all the Linux content and there's a lot of Linux content on peertube
Looks great.
I use Firefox, so I can't give it a try.
I don't think it will work for Firefox. I'll have to convert it down the line when I got most of the features knocked out