Skip to content

Instantly share code, notes, and snippets.

@kahirul
Created July 17, 2019 09:57
Show Gist options
  • Save kahirul/63018bf13620bc6918c4238cd432d245 to your computer and use it in GitHub Desktop.
Save kahirul/63018bf13620bc6918c4238cd432d245 to your computer and use it in GitHub Desktop.

Recommender Systems




Thre'are methods to use side features like description, genre, user age, user gender etc


ALS MF puts both users and items in one space. (latent features space). (f1, f2, ... fk are same in U and I matrices) So you can find nearest movies to a given user. Но это не обязательно. По началу пофиг на это.


other guys, not an ALS


  • als recommender system alpha parameter - Google Search
  • ---


    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment