this post was submitted on 05 Mar 2024
1 points (100.0% liked)
Anime
1848 readers
6 users here now
This community is the place to discuss and ask questions about anime, anime news, and related topics.
Currently airing show discussion threads are created by our resident bot, [email protected]. If it doesn't make a thread for an episode that you want to discuss, see the user guide on the wiki for instructions on how to request that rikka make a thread for you to use.
Check out our wiki to find:
- Episode Discussion Thread Index
- Weekly Discussion Thread Index
- Bot User Guide
- List of shows currently monitored by the bot
Rules
- Posts must relate to anime or similar (donghua, etc.)
- Discussion threads for currently airing media must be made by the bot. If there isn't a discussion thread made for a piece of media you want to discuss, then request it via pm.
- Ensure that all series spoilers are tagged. See here for details.
- Memes should be directed toward [email protected] (or similar) instead of this community
- Do not post explicitly NSFW material. Please use your best judgement when marking lewd material as NSFW, unmarked material risks being removed.
- Please redirect discussion of piracy towards a more appropriate community
- Any clips from currently airing shows cannot include content from episodes released within the past 7 days.
- All posts and comments must adhere to the ani.social Terms of Use
- In general, keep things civil and avoid attacking other individuals.
Related General Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] (Spanish language community)
- [email protected] (Myanmar community)
- Megathread of other communities on the fediverse maintained by @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are we talkimg mal genres which are lacking or any? I haven't watched anime in a while but I've been a member since 07 and have watched hundreds of shows
Yes, MAL genres. The algorithm only uses those so I need your overall top 3 MAL genres in descending order. So the overall top 3 genres that you like the most. The first being your 1# favorite genre, the second one the 2# favorite genre and the third the 3# favorite genre.
Well i was more asking if it uses the themes they have on their site, because out of the 18 genres action adventure and fantasy will clearly be the ones i chose and whats selected because of the shitty system they have. If they could go deeper and select out of themese that would be cool, but i doubt it would be helpful since they dont use many tags on mal.
My mal is https://myanimelist.net/profile/evilchris
Great so, the guess for your animelist is:
Good enough I guess.
Im actually suprised at comedy being number 3. I mightve misjudged my anime history.
Thanks. The algorithm does not use themes, just genres. Though I could make it include them as well easily. Anyway, these are your selections, correct?:
Yeah i wouldnt know which order since they are all interchangeable to me. I think using anilist which has a lot more tags instead of genres that are user recommended would be cooler, but also a lot more trouble I suspect.
Yeah well, the algorithm is built on MAL's API responses so I would need to change alot to get it to work with anilist. I went with MAL not because the API is good (it's not) but because it has a much bigger userbase than anilist.
Oh i can imagine, it was the first site to do lists and has kept ahead for awhile. I just wish they had a better tagging system. Everything on mal has to go through shitty mods which reject a lot of pointless things.
Unfortunately, it is like that. I don't see a new UI or a new system coming soon, so yeah. If the algorithm gets a certain amount of reasonable traffic, I might also add anilist support.
So just wondering does your script tally each animes genres then list them in order for which appears most. Wouldnt asking peoples top three be more of a test of them knowing their own likes or is there more to it.
It's a bit more complex than that. In it's most simplified form: The algorithm takes a user's animelist as input. A for loop iterates over the animes in the animelist, gets their genres and assigns a weight (more like a score) to these genres. The formula is, at the moment: anime score multiplied by the times the anime is rewatched plus one
The number that formula outputs is assigned as a score to each genre the anime has. In the end, a structure called "genre combo" gets created. The genre combo is a structure composed of an ID and a hashmap holding the ranked animes which is only used as training data, so you don't need to worry about that. The ID is what is important and is composed of top 3 genres with the most weights. So something like: 22010040 (22 is Romance, 10 is Fantasy and 4 is Comedy) When the training is done, this ID will be used to find animes that were added to the DB by the same user animelists that will have that ID.
It's a bit hard to explain, but I tried my best.
Now for this, I just want to know if that genre combo ID matches what people say.
Ooh i didnt expect rewatches to be accounted for. I have marked a lot as accurate as possible including things ive watches multiple times.
In my case I don't mark rewatches on mal as I usually rewatch 1 memorable episode. Also my taste slighlty changed over the years but mal doesn't mark the date of the watch.