akshitvjain / item-based-recommender

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%