Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item to Item recomendation #11

Open
shitalmali opened this issue Jun 4, 2015 · 4 comments
Open

Item to Item recomendation #11

shitalmali opened this issue Jun 4, 2015 · 4 comments

Comments

@shitalmali
Copy link

Hello Pranab,
This recommendation is user to item recommendation. Now I wan to develop Item to Item recommendation i.e. recommendation for similar products .Can you help me with this? What should I refer from your tutorial?

@pranab
Copy link
Owner

pranab commented Jun 4, 2015

What you have done using tutorial.txt is recommendation with collaborative filtering using item to item correlation. By item to item recommendation, if you mean content based recommendation based on item feature similarity, you could follow the tutorial prod_similarity_tutorial.txt.

@shitalmali
Copy link
Author

OK I will check that, Thank you.

@shitalmali
Copy link
Author

Hello Pranab,
What input should I give to TextAnalyzer.I didn't find sample input or any input format for this.

@pranab
Copy link
Owner

pranab commented Jun 8, 2015

Same input as you would give to the main map reduce SameTypeSimilarity. TextAnalyzer is a pre processor for any text attribute that you may have. It does normalization of text data i.e. stemming . stop word removal etc. This blog has the details
https://pkghosh.wordpress.com/2011/12/15/similarity-based-recommendation-text-analytic/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants