Skip to content

An item-based recommender model that computes cosine similarity for each item pairs using the item factors matrix generated by Spark MLlib’s ALS algorithm and recommends top 5 items based on the selected item.

Notifications You must be signed in to change notification settings

akshitvjain/item-based-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation Engine

An item-based recommender model that computes cosine similarity for each item pairs using the item factors matrix generated by Spark MLlib’s ALS algorithm and recommends top 5 items based on the selected item.

About

An item-based recommender model that computes cosine similarity for each item pairs using the item factors matrix generated by Spark MLlib’s ALS algorithm and recommends top 5 items based on the selected item.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages