python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
preparing product purchase data for pyspark ALS implicit recommendations
I'm trying to build a product recommender. I'm using a pyspark ml recommendation ALS matrix factorization model. I have data like the example data below, where I have customer and product id and the...
user3476463
Votes: 0
Answers: 1
How to use custom item identifiers in NearestNeighbors of sckit-learn
I use sckit-learn NearestNeighbors as a recommendation engine of movies, with Movie Lens database. The recommendation engine is an item-item based recommander (neighbors of one item are other items).
...
vittorio
Votes: 0
Answers: 1
How to evaluate hashtag recommendation system using MAP@K and MAR@K?
I am working on building a hashtag recommendation system. I am looking into what are the best ways I can evaluate the system.
The problem statement is: For a given hashtag I need to recommend most rel...
Vishal Anand
Votes: 0
Answers: 1
Determining cosine similarity for large datasets
I am currently using a dataset of over 2.5 million images, of which I use the image itself as a comparison to eachother, for use in a content-based recommendation engine.
I use the following code to c...
pippinpaddleopsicopolis
Votes: 0
Answers: 2