Skip to content

2c2c/animeme-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for a myanimelist.net recommendation engine.

Recommendation engines are a common problem and there are a lot of resources available to implement your own. Example datasets will typically consist of 4-tuples of userid, itemid, rating, timestamp (timestamp won't serve any purpose). If you can manage to find or build a dataset with that format, you will have no trouble making a pretty good recommendation engine.

I scraped a large dataset from MAL(they don't have an api) and built a dataset with it. I used a scikit recommendation library and played with SVD and KNN based algorithms. SVD gets results with a standard error of less than one (the ratings will typically be predicting within +-1 from the actual rating on average).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages