Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nkuclassical/recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

40 Commits

Repository files navigation

#recommendation


It's hotel recommender system maintained by Yanqiao Zhan and Haichen Zhu.

For the users who rate less than 4 times, we ignore them. For the anonymous uers, like "A TripAdvisor Member", we ignore them.

We use matrix normalizing to deal with sparse problem. For every non-empty cell, substract it with the column average value and row average value; for empty cell, keep it as 0.

We use item-based CF, use adjusted cosine to calculate the similarities between every two items.

If result is less than k(we want to return top k), simply merge most popular and item-based CF, return merged answer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /